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