]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/soc/actions/Kconfig
Merge tag 'actions-arm-soc+sps-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / drivers / soc / actions / Kconfig
CommitLineData
aa9f800d
AF
1if ARCH_ACTIONS || COMPILE_TEST
2
6932ec60
AF
3config OWL_PM_DOMAINS_HELPER
4 bool
5
aa9f800d
AF
6config OWL_PM_DOMAINS
7 bool "Actions Semi SPS power domains"
8 depends on PM
6932ec60 9 select OWL_PM_DOMAINS_HELPER
aa9f800d
AF
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 SoC.
14 If unsure, say 'n'.
15
16endif