Re: [PATCH v2 1/2] kconfig: Document 'if' flattening logic

From: Masahiro Yamada
Date: Sun Jan 21 2018 - 11:48:00 EST


2018-01-14 23:49 GMT+09:00 Ulf Magnusson <ulfalizer@xxxxxxxxx>:
> 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 <ulfalizer@xxxxxxxxx>
> ---
> 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