aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-04-16 13:46:14 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2016-04-18 14:20:30 -0700
commitb0ec633c28d42281c03b41dbc92a4448a481f2f3 (patch)
tree9f9c69b14c245559cbae4df2f925ba96ca7598e5 /drivers/bus
parentsoc: brcmstb: add SoC driver to brcmstb (diff)
downloadlinux-dev-b0ec633c28d42281c03b41dbc92a4448a481f2f3.tar.xz
linux-dev-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 'drivers/bus')
-rw-r--r--drivers/bus/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index d4a3a3133da5..8807495e0efd 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -58,6 +58,7 @@ config ARM_CCN
config BRCMSTB_GISB_ARB
bool "Broadcom STB GISB bus arbiter"
depends on ARM || MIPS
+ default ARCH_BRCMSTB || BMIPS_GENERIC
help
Driver for the Broadcom Set Top Box System-on-a-chip internal bus
arbiter. This driver provides timeout and target abort error handling