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>
This commit is contained in:
Masahiro Yamada
2021-03-14 04:48:36 +09:00
parent ab838577aa
commit 6dd85ff178
9 changed files with 13 additions and 27 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
config MODULES
bool "Enable loadable module support"
option modules
modules
default y
choice
@@ -2,7 +2,7 @@
config MODULES
def_bool y
option modules
modules
config DEP
tristate
+1 -1
View File
@@ -2,7 +2,7 @@
config MODULES
def_bool y
option modules
modules
choice
prompt "Choice"