xref: /openbmc/linux/drivers/soc/actions/Kconfig (revision 8dda2eac)
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_ACTIONS || COMPILE_TEST
3
4config OWL_PM_DOMAINS_HELPER
5	bool
6
7config OWL_PM_DOMAINS
8	bool "Actions Semi SPS power domains"
9	depends on PM
10	select OWL_PM_DOMAINS_HELPER
11	select PM_GENERIC_DOMAINS
12	help
13	  Say 'y' here to enable support for Smart Power System (SPS)
14	  power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
15	  If unsure, say 'n'.
16
17endif
18