commit | 9d1a9e8bc18bea94adfa716073df3ed83fc4e895 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <ulfalizer@gmail.com> | Sun Jan 14 15:49:26 2018 +0100 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jan 22 01:49:30 2018 +0900 |
tree | d80aae3634157d080ee24c5031eb0829f2785574 | |
parent | d3465af60f4471b7b6201928e709bc137fdbee3e [diff] |
kconfig: Document 'if' flattening logic 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@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>