summaryrefslogtreecommitdiffstats
path: root/drivers/soc/actions/Kconfig
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-02-26 04:09:57 +0100
committerAndreas Färber <afaerber@suse.de>2017-06-23 17:42:54 +0200
commitaa9f800ded78d530bb07104a4745e95af723abf6 (patch)
treebe63236d5c25c3a4bbbb69df643a79e8b6314a4f /drivers/soc/actions/Kconfig
parent4ca3fbd981efde78e64643672d493b4ede458e72 (diff)
downloadlinux-aa9f800ded78d530bb07104a4745e95af723abf6.tar.bz2
soc: actions: Add Owl SPS
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>
Diffstat (limited to 'drivers/soc/actions/Kconfig')
-rw-r--r--drivers/soc/actions/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/soc/actions/Kconfig b/drivers/soc/actions/Kconfig
new file mode 100644
index 000000000000..bdf827d5ce78
--- /dev/null
+++ b/drivers/soc/actions/Kconfig
@@ -0,0 +1,12 @@
+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