xref: /linux/drivers/pmdomain/actions/Kconfig (revision 35758b0032c056cdff3e8f5a70669cb3e2c8d0e4)
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