Re: [PATCH 11/13] kconfig: do not use allnoconfig_y option

2021-04-07 Thread Masahiro Yamada
On Thu, Apr 1, 2021 at 3:25 AM Nick Desaulniers wrote: > > On Wed, Mar 31, 2021 at 10:12 AM Guenter Roeck wrote: > > > > On Sun, Mar 14, 2021 at 04:48:34AM +0900, Masahiro Yamada wrote: > > > allnoconfig_y is a bad hack that sets a symbol to 'y' by allnoconfig. > > > > > > allnoconfig does not

Re: [PATCH 11/13] kconfig: do not use allnoconfig_y option

2021-04-05 Thread Guenter Roeck
On 3/31/21 11:25 AM, Nick Desaulniers wrote: > On Wed, Mar 31, 2021 at 10:12 AM Guenter Roeck wrote: >> >> On Sun, Mar 14, 2021 at 04:48:34AM +0900, Masahiro Yamada wrote: >>> allnoconfig_y is a bad hack that sets a symbol to 'y' by allnoconfig. >>> >>> allnoconfig does not mean a minimum set of

Re: [PATCH 11/13] kconfig: do not use allnoconfig_y option

2021-03-31 Thread Nick Desaulniers
On Wed, Mar 31, 2021 at 10:12 AM Guenter Roeck wrote: > > On Sun, Mar 14, 2021 at 04:48:34AM +0900, Masahiro Yamada wrote: > > allnoconfig_y is a bad hack that sets a symbol to 'y' by allnoconfig. > > > > allnoconfig does not mean a minimum set of CONFIG options because a > > bunch of prompts are

Re: [PATCH 11/13] kconfig: do not use allnoconfig_y option

2021-03-31 Thread Guenter Roeck
On Sun, Mar 14, 2021 at 04:48:34AM +0900, Masahiro Yamada wrote: > allnoconfig_y is a bad hack that sets a symbol to 'y' by allnoconfig. > > allnoconfig does not mean a minimum set of CONFIG options because a > bunch of prompts are hidden by 'if EMBEDDED' or 'if EXPERT', but I do > not like to do

[PATCH 11/13] kconfig: do not use allnoconfig_y option

2021-03-13 Thread Masahiro Yamada
allnoconfig_y is a bad hack that sets a symbol to 'y' by allnoconfig. allnoconfig does not mean a minimum set of CONFIG options because a bunch of prompts are hidden by 'if EMBEDDED' or 'if EXPERT', but I do not like to do a workaround this way. Use the pre-existing feature, KCONFIG_ALLCONFIG,