xref: /openbmc/linux/drivers/soc/actions/Kconfig (revision aa9f800d)
1if ARCH_ACTIONS || COMPILE_TEST
2
3config OWL_PM_DOMAINS
4	bool "Actions Semi SPS power domains"
5	depends on PM
6	select PM_GENERIC_DOMAINS
7	help
8	  Say 'y' here to enable support for Smart Power System (SPS)
9	  power-gating on Actions Semiconductor S500 SoC.
10	  If unsure, say 'n'.
11
12endif
13