xref: /linux/drivers/soc/bcm/Kconfig (revision 8129e2a1cb39bf0df12cc13c9dc7bb581296bd7b)
1menu "Broadcom SoC drivers"
2
3config 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
8	help
9	  This enables support for the RPi power domains which can be enabled
10	  or disabled via the RPi firmware.
11
12config SOC_BRCMSTB
13	bool "Broadcom STB SoC drivers"
14	depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
15	select SOC_BUS
16	help
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.
20
21	  If unsure, say N.
22
23source "drivers/soc/bcm/brcmstb/Kconfig"
24
25endmenu
26