brintos

brintos / linux-shallow public Read only

0
0
Text · 408 B · 1aca205 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if ARCH_ACTIONS || COMPILE_TEST3 4config OWL_PM_DOMAINS_HELPER5	bool6 7config OWL_PM_DOMAINS8	bool "Actions Semi SPS power domains"9	depends on PM10	select OWL_PM_DOMAINS_HELPER11	select PM_GENERIC_DOMAINS12	help13	  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 17endif18