> config I2C_BRCMSTB > tristate "BRCM Settop/DSL I2C controller" > - depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_63XX || \ > - COMPILE_TEST > + depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \ > + ARCH_BCM_63XX || COMPILE_TEST Isn't there something like ARCH_BROADCOM which we could use here instead of adding each and every SoC?