mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
cef4bafcea
commit
b0ec633c28
2 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,6 @@ config ARCH_BRCMSTB
|
||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
select ARM_ERRATA_798181 if SMP
|
select ARM_ERRATA_798181 if SMP
|
||||||
select HAVE_ARM_ARCH_TIMER
|
select HAVE_ARM_ARCH_TIMER
|
||||||
select BRCMSTB_GISB_ARB
|
|
||||||
select BRCMSTB_L2_IRQ
|
select BRCMSTB_L2_IRQ
|
||||||
select BCM7120_L2_IRQ
|
select BCM7120_L2_IRQ
|
||||||
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
|
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
|
||||||
|
|
|
@ -58,6 +58,7 @@ config ARM_CCN
|
||||||
config BRCMSTB_GISB_ARB
|
config BRCMSTB_GISB_ARB
|
||||||
bool "Broadcom STB GISB bus arbiter"
|
bool "Broadcom STB GISB bus arbiter"
|
||||||
depends on ARM || MIPS
|
depends on ARM || MIPS
|
||||||
|
default ARCH_BRCMSTB || BMIPS_GENERIC
|
||||||
help
|
help
|
||||||
Driver for the Broadcom Set Top Box System-on-a-chip internal bus
|
Driver for the Broadcom Set Top Box System-on-a-chip internal bus
|
||||||
arbiter. This driver provides timeout and target abort error handling
|
arbiter. This driver provides timeout and target abort error handling
|
||||||
|
|
Loading…
Add table
Reference in a new issue