2018-01-14 23:49 GMT+09:00 Ulf Magnusson <[email protected]>: > It is not obvious that this might refer to an 'if', making the code > pretty cryptic: > > if (menu->list && (!menu->prompt || !menu->prompt->text)) { > > Kconfig keeps the 'if' menu nodes even after flattening. Reflect that in > the example to be accurate. > > No functional changes. Only comments added. > > Signed-off-by: Ulf Magnusson <[email protected]> > --- > Changelog > > v2: > I forgot to mention that this code also undoes automatic submenus created > below > promptless symbols. > > scripts/kconfig/menu.c | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) >
Applied to linux-kbuild/kconfig. Thanks! -- Best Regards Masahiro Yamada

