Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false

2013-03-12 Thread Arnd Bergmann
On Tuesday 12 March 2013, Alexandre Courbot wrote: > I have fixed this for unicore32, but a few other architectures use the > "def_bool n" syntax consistently across their Kconfig, so for > consistency reasons it is maybe preferable to leave it that way for > them. Ok, fair enough. Arnd -

Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false

2013-03-12 Thread Alexandre Courbot
On Tue, Mar 12, 2013 at 8:18 PM, Arnd Bergmann wrote: > On Tuesday 12 March 2013, Alexandre Courbot wrote: >> @@ -24,7 +24,7 @@ config UNICORE32 >> Please see web page at . >> >> config GENERIC_GPIO >> - def_bool y >> + def_bool n >> > > "def_bool n"

Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false

2013-03-12 Thread Arnd Bergmann
On Tuesday 12 March 2013, Alexandre Courbot wrote: > Thanks, I will fix this in the next version. > > Btw, if this (or rather the next iteration) gets merged, may I suggest to > do it through the GPIO tree instead of having each architecture picking the > patches of relevance. A considerable numbe

Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false

2013-03-12 Thread Arnd Bergmann
On Tuesday 12 March 2013, Alexandre Courbot wrote: > @@ -24,7 +24,7 @@ config UNICORE32 > Please see web page at . > > config GENERIC_GPIO > - def_bool y > + def_bool n > "def_bool n" is the same as "bool", but in general the latter syntax is pr

[RFC 17/17] unicore32: default GENERIC_GPIO to false

2013-03-12 Thread Alexandre Courbot
GPIO implementation for unicore32 uses gpiolib, which sets GENERIC_GPIO when selected. Signed-off-by: Alexandre Courbot --- arch/unicore32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index a889117..9bb1180 100644 ---