Re: [PATCH] kconfig: fix missing choice values in auto.conf

2019-08-02 Thread Masahiro Yamada
On Sat, Aug 3, 2019 at 9:35 AM M. Vefa Bicakci wrote: > > Hello, > > > conf_write() must be changed accordingly. Currently, it clears > > SYMBOL_WRITE after the symbol is written into the .config file. This > > is needed to prevent it from writing the same symbol multiple times in > > case the sym

Re: [PATCH] kconfig: fix missing choice values in auto.conf

2019-08-02 Thread M. Vefa Bicakci
Hello, > conf_write() must be changed accordingly. Currently, it clears > SYMBOL_WRITE after the symbol is written into the .config file. This > is needed to prevent it from writing the same symbol multiple times in > case the symbol is declared in two or more locations. I added the new > flag SYM

Re: [PATCH] kconfig: fix missing choice values in auto.conf

2019-07-12 Thread Joonas Kylmälä
Hi, thanks a lot for this patch! I tested this and it fixes what is says in the commit message: Tested-by: Joonas Kylmälä Masahiro Yamada: > Since commit 00c864f8903d ("kconfig: allow all config targets to write > auto.conf if missing"), Kconfig creates include/config/auto.conf in the > defconf