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>
Wed, 14 Apr 2021 06:22:49 +0000 (15:22 +0900)
commit6dd85ff178cd76851e2184b13e545f5a88d1be30
treea7743b360faf3a71d624d76a9564efeb1142da9d
parentab838577aaaeda12242b7f1e2da3f25c9b4cec3a
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