[PATCH 0/3] Cleanup some BRCMSTB Kconfig options

Peter Robinson pbrobinson at gmail.com
Mon Oct 9 06:58:16 PDT 2023


Most of the BRCMSTB drivers correctly depend on ARCH_BRCMSTB
but some of the options depend on ARM and ARM64 instead.
This cleans those up to be uniform with the rest of the
drivers for the SoC to make it a bit more straight forward
when enabling (or not) the SoC and associate drivers.

Peter Robinson (3):
  soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
  power: reset: brcmstb: Depend on actual SoC dependencies
  bus: brcmstb_gisb: Depend on SoC specifics over generic arm

 drivers/bus/Kconfig         | 2 +-
 drivers/power/reset/Kconfig | 2 +-
 drivers/soc/bcm/Kconfig     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.41.0




More information about the linux-arm-kernel mailing list