Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if SOC_BCM63XX
0003 
0004 config BCM63XX_POWER
0005         bool "BCM63xx power domain driver"
0006         depends on BMIPS_GENERIC || (COMPILE_TEST && OF)
0007         select PM_GENERIC_DOMAINS if PM
0008         help
0009           This enables support for the BCM63xx power domains controller on
0010           BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
0011 
0012 endif # SOC_BCM63XX
0013 
0014 config BCM_PMB
0015         bool "Broadcom PMB (Power Management Bus) driver"
0016         depends on ARCH_BCM4908 || (COMPILE_TEST && OF)
0017         default ARCH_BCM4908
0018         select PM_GENERIC_DOMAINS if PM
0019         help
0020           This enables support for the Broadcom's PMB (Power Management Bus) that
0021           is used for disabling and enabling SoC devices.