rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
[linux/fpc-iii.git] / drivers / soc / bcm / Kconfig
blob49f1e2a75d614bc21db152327c7b425ae2504f8d
1 menu "Broadcom SoC drivers"
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.
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.
21           If unsure, say N.
23 endmenu