]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/soc/bcm/Kconfig
Merge tag 'actions-drivers-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / drivers / soc / bcm / Kconfig
CommitLineData
34642650
FF
1menu "Broadcom SoC drivers"
2
a09cd356
AA
3config RASPBERRYPI_POWER
4 bool "Raspberry Pi power domain driver"
9bb45cd4 5 depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
22a5b1dd 6 depends on RASPBERRYPI_FIRMWARE=y
a09cd356 7 select PM_GENERIC_DOMAINS if PM
a09cd356
AA
8 help
9 This enables support for the RPi power domains which can be enabled
10 or disabled via the RPi firmware.
34642650
FF
11
12config SOC_BRCMSTB
13 bool "Broadcom STB SoC drivers"
1f6ab20f 14 depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
34642650
FF
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
23endmenu