1a0b9649efb4cbb7e722896aff18ba65b21c7b65
[linux-2.6-block.git] / drivers / soc / actions / Kconfig
1 if ARCH_ACTIONS || COMPILE_TEST
2
3 config OWL_PM_DOMAINS_HELPER
4         bool
5
6 config OWL_PM_DOMAINS
7         bool "Actions Semi SPS power domains"
8         depends on PM
9         select OWL_PM_DOMAINS_HELPER
10         select PM_GENERIC_DOMAINS
11         help
12           Say 'y' here to enable support for Smart Power System (SPS)
13           power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
14           If unsure, say 'n'.
15
16 endif