]> git.baikalelectronics.ru Git - kernel.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)
commitcfad3efc2843bd21f226eae0cd83e360551f86c4
tree9ddbdb601050597defb84ab28dd38a4af1bb0356
parenta424c393ff60ee5b759fa3fc1c5baa47a26cdcec
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