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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 089d08d commit 112cd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)