HOME


Mini Shell 1.0
DIR:/usr/lib/modules/5.14.0-503.15.1.el9_5.x86_64/build/drivers/soc/bcm/
Upload File :
Current File : //usr/lib/modules/5.14.0-503.15.1.el9_5.x86_64/build/drivers/soc/bcm/Kconfig
# SPDX-License-Identifier: GPL-2.0-only
menu "Broadcom SoC drivers"

config SOC_BRCMSTB
	bool "Broadcom STB SoC drivers"
	depends on ARM || ARM64 || 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