Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if ARCH_ACTIONS || COMPILE_TEST
0003 
0004 config OWL_PM_DOMAINS_HELPER
0005         bool
0006 
0007 config OWL_PM_DOMAINS
0008         bool "Actions Semi SPS power domains"
0009         depends on PM
0010         select OWL_PM_DOMAINS_HELPER
0011         select PM_GENERIC_DOMAINS
0012         help
0013           Say 'y' here to enable support for Smart Power System (SPS)
0014           power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
0015           If unsure, say 'n'.
0016 
0017 endif