GNU Linux-libre 4.14.251-gnu1
[releases.git] / drivers / soc / bcm / Kconfig
1 menu "Broadcom SoC drivers"
2
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
8         help
9           This enables support for the RPi power domains which can be enabled
10           or disabled via the RPi firmware.
11
12 config 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
23 endmenu