2016-05-20 18:35:57 +00:00
|
|
|
menu "Broadcom SoC drivers"
|
|
|
|
|
2015-12-17 00:26:47 +00:00
|
|
|
config RASPBERRYPI_POWER
|
|
|
|
bool "Raspberry Pi power domain driver"
|
2016-07-06 12:49:45 +00:00
|
|
|
depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
|
2015-12-31 22:39:14 +00:00
|
|
|
depends on RASPBERRYPI_FIRMWARE=y
|
2015-12-17 00:26:47 +00:00
|
|
|
select PM_GENERIC_DOMAINS if PM
|
|
|
|
help
|
|
|
|
This enables support for the RPi power domains which can be enabled
|
|
|
|
or disabled via the RPi firmware.
|
2016-05-20 18:35:57 +00:00
|
|
|
|
|
|
|
config SOC_BRCMSTB
|
|
|
|
bool "Broadcom STB SoC drivers"
|
2017-04-20 16:55:48 +00:00
|
|
|
depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
|
2016-05-20 18:35:57 +00:00
|
|
|
select SOC_BUS
|
|
|
|
help
|
|
|
|
Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
|
|
|
|
This option alone enables only some support code, while the drivers
|
|
|
|
can be enabled individually within this menu.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2017-06-15 19:37:31 +00:00
|
|
|
source "drivers/soc/bcm/brcmstb/Kconfig"
|
|
|
|
|
2016-05-20 18:35:57 +00:00
|
|
|
endmenu
|