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 /drivers/bus | |
parent | cef4bafcea2c33b0c296595cebd95f0cfd99f278 (diff) | |
download | op-kernel-dev-b0ec633c28d42281c03b41dbc92a4448a481f2f3.zip op-kernel-dev-b0ec633c28d42281c03b41dbc92a4448a481f2f3.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index d4a3a31..8807495 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 |