]> asedeno.scripts.mit.edu Git - linux.git/commit
kconfig: Clarify expression rewriting
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 5 Oct 2017 12:01:14 +0000 (14:01 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Dec 2017 23:21:31 +0000 (08:21 +0900)
commitfa8cedaef814ceced8b55e0d2bbd404ccbc2b786
tree9ddbdb601050597defb84ab28dd38a4af1bb0356
parent9a826842ff2fbd200561d3c1e81ca34eab6bfbbb
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>
scripts/kconfig/menu.c