kconfig: Clarify menu and 'if' dependency propagation
authorUlf Magnusson <ulfalizer@gmail.com>
Tue, 16 Jan 2018 20:39:02 +0000 (21:39 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 18:30:09 +0000 (03:30 +0900)
commitb53688014e33256d4e3c08e89e563974dca98a98
tree8198ce59a834b2e896c6e94615ce6ac55a6480ae
parent9d1a9e8bc18bea94adfa716073df3ed83fc4e895
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>
scripts/kconfig/menu.c