Re: [PATCH v2] scripts/kconfig/merge_config: don't redefine 'y' to 'm'

2018-11-12 Thread Anders Roxell
On Sun, 11 Nov 2018 at 05:43, Masahiro Yamada wrote: > > On Fri, Nov 9, 2018 at 4:45 AM Anders Roxell wrote: > > > > In today's merge_config.sh the order of the config fragment files dictates > > the output of a config option. With this approach we will get different > > .config files depending o

Re: [PATCH v2] scripts/kconfig/merge_config: don't redefine 'y' to 'm'

2018-11-10 Thread Masahiro Yamada
On Fri, Nov 9, 2018 at 4:45 AM Anders Roxell wrote: > > In today's merge_config.sh the order of the config fragment files dictates > the output of a config option. With this approach we will get different > .config files depending on the order of the config fragment files. > > So doing something l

[PATCH v2] scripts/kconfig/merge_config: don't redefine 'y' to 'm'

2018-11-08 Thread Anders Roxell
In today's merge_config.sh the order of the config fragment files dictates the output of a config option. With this approach we will get different .config files depending on the order of the config fragment files. So doing something like: $ ./merge/kconfig/merge_config.sh selftest.config drm.confi