Skip to content

Commit 112cd2f

Browse files
nullr0uteffainelli
authored andcommitted
bus: brcmstb_gisb: Depend on SoC specifics over generic arm
Depend on the explicit SoC defines rather than generic architectures like most of the rest of the HW drivers do. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Link: https://lore.kernel.org/r/20231009135833.17880-4-pbrobinson@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 089d08d commit 112cd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/bus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config ARM_INTEGRATOR_LM
3131

3232
config BRCMSTB_GISB_ARB
3333
tristate "Broadcom STB GISB bus arbiter"
34-
depends on ARM || ARM64 || MIPS
34+
depends on ARCH_BRCMSTB || BMIPS_GENERIC
3535
default ARCH_BRCMSTB || BMIPS_GENERIC
3636
help
3737
Driver for the Broadcom Set Top Box System-on-a-chip internal bus

0 commit comments

Comments
 (0)