Kconfig 640 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if SOC_BCM63XX
  3. config BCM63XX_POWER
  4. bool "BCM63xx power domain driver"
  5. depends on BMIPS_GENERIC || (COMPILE_TEST && OF)
  6. select PM_GENERIC_DOMAINS if PM
  7. help
  8. This enables support for the BCM63xx power domains controller on
  9. BCM6318, BCM6328, BCM6362 and BCM63268 SoCs.
  10. endif # SOC_BCM63XX
  11. config BCM_PMB
  12. bool "Broadcom PMB (Power Management Bus) driver"
  13. depends on ARCH_BCMBCA || (COMPILE_TEST && OF)
  14. default ARCH_BCMBCA
  15. select PM_GENERIC_DOMAINS if PM
  16. help
  17. This enables support for the Broadcom's PMB (Power Management Bus) that
  18. is used for disabling and enabling SoC devices.