JustOS/linux-6.13/drivers/soc/bcm/Kconfig

18 lines
465 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
# 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