diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-16 13:46:14 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-18 14:20:30 -0700 |
commit | b0ec633c28d42281c03b41dbc92a4448a481f2f3 (patch) | |
tree | 9f9c69b14c245559cbae4df2f925ba96ca7598e5 /arch/arm/mach-bcm | |
parent | cef4bafcea2c33b0c296595cebd95f0cfd99f278 (diff) | |
download | talos-obmc-linux-b0ec633c28d42281c03b41dbc92a4448a481f2f3.tar.gz talos-obmc-linux-b0ec633c28d42281c03b41dbc92a4448a481f2f3.zip |
bus: brcmstb_gisb: Rework dependencies
Do not have the machine Kconfig entry point need to select
BRCMSTB_GISB_ARB, instead, just let it be default ARCH_BRCMSTB which is
a better way to deal with this. While at it, also make it default
BMIPS_GENERIC so the legacy MIPS-based STB platforms can benefit from
the same thing.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index b95ea1135ef9..68ab6412392a 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -173,7 +173,6 @@ config ARCH_BRCMSTB select ARM_GIC select ARM_ERRATA_798181 if SMP select HAVE_ARM_ARCH_TIMER - select BRCMSTB_GISB_ARB select BRCMSTB_L2_IRQ select BCM7120_L2_IRQ select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |