[PATCH] bus: brcmstb_gisb: Rework dependencies
Arnd Bergmann
arnd at arndb.de
Sat Apr 16 13:01:05 PDT 2016
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
> + default BMIPS_GENERIC
>
I think having two 'default' statements is not clear to human
readers, how about changing it to
default ARCH_BRCMSTB || BMIPS_GENERIC
Arnd
More information about the linux-arm-kernel
mailing list