Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1380606

Re: [PATCH] bus: brcmstb_gisb: Rework dependencies

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH] bus: brcmstb_gisb: Rework dependencies
Date 2016-04-16 22:10 +0200
Message-ID <roEHv-Jz-3@gated-at.bofh.it> (permalink)
References <rnxI6-5ve-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] bus: brcmstb_gisb: Rework dependencies Arnd Bergmann <arnd@arndb.de> - 2016-04-16 22:10 +0200

csiph-web