xref: /linux/drivers/soc/bcm/Kconfig (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Broadcom SoC drivers"
3
4config SOC_BRCMSTB
5	bool "Broadcom STB SoC drivers"
6	depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
7	select SOC_BUS
8	help
9	  Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
10	  This option alone enables only some support code, while the drivers
11	  can be enabled individually within this menu.
12
13	  If unsure, say N.
14
15source "drivers/soc/bcm/brcmstb/Kconfig"
16
17endmenu
18