kconfig: Clarify menu and 'if' dependency propagation
authorUlf Magnusson <ulfalizer@gmail.com>
Tue, 16 Jan 2018 20:39:02 +0000 (21:39 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 20:54:37 +0000 (21:54 +0100)
commit7b68083e2112e4e729df9378c043fd7a711dcba8
tree4254d94a016cabf54f504983de4f3b8196e60e77
parent208f6c0ba32f016890408ba55155be9de94c66f8
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/menu.c