commit | b53688014e33256d4e3c08e89e563974dca98a98 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <ulfalizer@gmail.com> | Tue Jan 16 21:39:02 2018 +0100 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jan 22 03:30:09 2018 +0900 |
tree | 8198ce59a834b2e896c6e94615ce6ac55a6480ae | |
parent | 9d1a9e8bc18bea94adfa716073df3ed83fc4e895 [diff] |
kconfig: Clarify menu and 'if' dependency propagation It is not obvious that the last two cases refer to menus and ifs, respectively, in the conditional that sets 'parentdep'. Automatic submenu creation is done later, so the parent can't be a symbol here. No functional changes. Only comments added. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>