Re: [PATCH] kconfig: tinyconfig: provide whole choice blocks to avoid warnings

2016-07-20 Thread Masahiro Yamada
Hi Arnd, 2016-07-19 1:00 GMT+09:00 Arnd Bergmann : > Using "make tinyconfig" produces a couple of annoying warnings that show up > for build test machines all the time: > > .config:966:warning: override: NOHIGHMEM changes choice state > .config:965:warning: override: SLOB changes choice s

Re: [PATCH] kconfig: tinyconfig: provide whole choice blocks to avoid warnings

2016-07-18 Thread Arnd Bergmann
On Monday, July 18, 2016 12:31:40 PM CEST Josh Triplett wrote: > On Mon, Jul 18, 2016 at 06:00:23PM +0200, Arnd Bergmann wrote: > > Using "make tinyconfig" produces a couple of annoying warnings that show up > > for build test machines all the time: > > > > .config:966:warning: override: NOHIG

Re: [PATCH] kconfig: tinyconfig: provide whole choice blocks to avoid warnings

2016-07-18 Thread Josh Triplett
On Mon, Jul 18, 2016 at 06:00:23PM +0200, Arnd Bergmann wrote: > Using "make tinyconfig" produces a couple of annoying warnings that show up > for build test machines all the time: > > .config:966:warning: override: NOHIGHMEM changes choice state > .config:965:warning: override: SLOB chang

[PATCH] kconfig: tinyconfig: provide whole choice blocks to avoid warnings

2016-07-18 Thread Arnd Bergmann
Using "make tinyconfig" produces a couple of annoying warnings that show up for build test machines all the time: .config:966:warning: override: NOHIGHMEM changes choice state .config:965:warning: override: SLOB changes choice state .config:963:warning: override: KERNEL_XZ changes choi