Kconfig 465 B

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