Re: [PATCH] bus: brcmstb_gisb: Rework dependencies

2016-04-16 Thread Arnd Bergmann
On Wednesday 13 April 2016 11:17:48 Florian Fainelli wrote: > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -58,6 +58,8 @@ config ARM_CCN > config BRCMSTB_GISB_ARB > bool "Broadcom STB GISB bus arbiter" > depends on ARM || MIPS > + default ARCH_BRCMSTB > +

[PATCH] bus: brcmstb_gisb: Rework dependencies

2016-04-13 Thread Florian Fainelli
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: