]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: change "modules" from sub-option to first-level attribute
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 13 Mar 2021 19:48:36 +0000 (04:48 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 25 Mar 2021 04:42:48 +0000 (13:42 +0900)
commit2ecff72fddfd716a5061e56ed18bb0d40c66ee5a
treedbe7e3a1ddd3f6aac9ce8fc416f2ca33319d1aca
parenta2c75e292c0c090d8647f5fe4cf60e9449dca8fe
kconfig: change "modules" from sub-option to first-level attribute

Now "modules" is the only member of the "option" property.

Remove "option", and move "modules" to the top level property.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/kconfig-language.rst
init/Kconfig
scripts/kconfig/lexer.l
scripts/kconfig/lkc.h
scripts/kconfig/menu.c
scripts/kconfig/parser.y
scripts/kconfig/tests/choice/Kconfig
scripts/kconfig/tests/choice_value_with_m_dep/Kconfig
scripts/kconfig/tests/inter_choice/Kconfig