kconfig: Clarify expression rewriting
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 5 Oct 2017 12:01:14 +0000 (14:01 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 20:46:12 +0000 (21:46 +0100)
commit4d11907abfeb7a1de0080a8c7a7e67ce4fa231db
treef872bd49480080b292fb617b3fa47baab975dc7d
parentd05e3751aaa77f68c1a5f9e60fd2dbc34b17780f
kconfig: Clarify expression rewriting

menu_finalize() is one of the more opaque parts of Kconfig, and I need
to make some changes to it to fix an issue related to modules. Add some
comments related to expression rewriting and dependency propagation as a
review aid. They will also help other people trying to understand the
code.

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