summaryrefslogtreecommitdiff
path: root/drivers/soc/bcm/Kconfig
blob: c921a22f6c11da29ddb123047f6432ac6d9a62bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only
menu "Broadcom SoC drivers"

config SOC_BRCMSTB
	bool "Broadcom STB SoC drivers"
	depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
	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.

source "drivers/soc/bcm/brcmstb/Kconfig"

endmenu