Re: [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list

2018-03-01 Thread Ulf Magnusson
On Thu, Mar 1, 2018 at 4:05 PM, Masahiro Yamada wrote: > 2018-02-17 3:38 GMT+09:00 Masahiro Yamada : >> The 'defconfig_list' is a weird attribute. If the '.config' is >> missing, conf_read_simple() iterates over all visible defaults, >> then it uses the first one for which fopen() succeeds. >> >>

Re: [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list

2018-03-01 Thread Masahiro Yamada
2018-02-17 3:38 GMT+09:00 Masahiro Yamada : > The 'defconfig_list' is a weird attribute. If the '.config' is > missing, conf_read_simple() iterates over all visible defaults, > then it uses the first one for which fopen() succeeds. > > config DEFCONFIG_LIST > string > depends on !U

[PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list

2018-02-16 Thread Masahiro Yamada
The 'defconfig_list' is a weird attribute. If the '.config' is missing, conf_read_simple() iterates over all visible defaults, then it uses the first one for which fopen() succeeds. config DEFCONFIG_LIST string depends on !UML option defconfig_list default "/lib/mo