Merge tag 'tegra-for-4.8-memory' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.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
6         depends on RASPBERRYPI_FIRMWARE=y
7         select PM_GENERIC_DOMAINS if PM
8         select PM_GENERIC_DOMAINS_OF if PM
9         help
10           This enables support for the RPi power domains which can be enabled
11           or disabled via the RPi firmware.
12
13 config SOC_BRCMSTB
14         bool "Broadcom STB SoC drivers"
15         depends on ARM
16         select SOC_BUS
17         help
18           Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
19           This option alone enables only some support code, while the drivers
20           can be enabled individually within this menu.
21
22           If unsure, say N.
23
24 endmenu