mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
aa9f800ded
Implement S500 Smart Power System power-gating. For now flag PD_CPU2 and PD_CPU3 as always-on. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber <afaerber@suse.de>
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
if ARCH_ACTIONS || COMPILE_TEST
|
|
|
|
config OWL_PM_DOMAINS
|
|
bool "Actions Semi SPS power domains"
|
|
depends on PM
|
|
select PM_GENERIC_DOMAINS
|
|
help
|
|
Say 'y' here to enable support for Smart Power System (SPS)
|
|
power-gating on Actions Semiconductor S500 SoC.
|
|
If unsure, say 'n'.
|
|
|
|
endif
|