mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
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:
@@ -2,7 +2,7 @@
|
||||
|
||||
config MODULES
|
||||
def_bool y
|
||||
option modules
|
||||
modules
|
||||
|
||||
choice
|
||||
prompt "Choice"
|
||||
|
||||
Reference in New Issue
Block a user