On Mon, 2018-02-05 at 02:21 +0100, Ulf Magnusson wrote: > 'default false' should be 'default n', though they happen to have the > same effect here, due to undefined symbols ('false' in this case) > evaluating to n in a tristate sense. > > Remove the default instead of changing it. bool and tristate symbols > implicitly default to n. > > Discovered with the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_und > efined.py > script. > > Signed-off-by: Ulf Magnusson <ulfali...@gmail.com> > ---
Thanks, Ulf! This is applied in our internal tree and will eventually reach the mainline, following our usual upstreaming process. -- Cheers, Luca.