blob: 055a845ed979bbb24f0dff26ecfe5324b797c932 [file] [log] [blame]
Florian Fainelli34642652016-05-20 11:35:57 -07001menu "Broadcom SoC drivers"
2
Alexander Aringa09cd352015-12-16 16:26:47 -08003config RASPBERRYPI_POWER
4 bool "Raspberry Pi power domain driver"
Arnd Bergmann9bb45cd2016-07-06 14:49:45 +02005 depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
Arnd Bergmann22a5b1d2015-12-31 23:39:14 +01006 depends on RASPBERRYPI_FIRMWARE=y
Alexander Aringa09cd352015-12-16 16:26:47 -08007 select PM_GENERIC_DOMAINS if PM
Alexander Aringa09cd352015-12-16 16:26:47 -08008 help
9 This enables support for the RPi power domains which can be enabled
10 or disabled via the RPi firmware.
Florian Fainelli34642652016-05-20 11:35:57 -070011
12config SOC_BRCMSTB
13 bool "Broadcom STB SoC drivers"
Markus Mayer1f6ab202017-04-20 09:55:48 -070014 depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
Florian Fainelli34642652016-05-20 11:35:57 -070015 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
Brian Norris0b741b82017-06-15 12:37:31 -070023source "drivers/soc/bcm/brcmstb/Kconfig"
24
Florian Fainelli34642652016-05-20 11:35:57 -070025endmenu