1 menu "Broadcom SoC drivers"
3 config RASPBERRYPI_POWER
4 bool "Raspberry Pi power domain driver"
5 depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
6 depends on RASPBERRYPI_FIRMWARE=y
7 select PM_GENERIC_DOMAINS if PM
9 This enables support for the RPi power domains which can be enabled
10 or disabled via the RPi firmware.
13 bool "Broadcom STB SoC drivers"
14 depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
17 Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
18 This option alone enables only some support code, while the drivers
19 can be enabled individually within this menu.
23 source "drivers/soc/bcm/brcmstb/Kconfig"