Re: [PATCH] bus: brcmstb_gisb: Rework dependencies

From: Arnd Bergmann
Date: Sat Apr 16 2016 - 16:01:59 EST


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