提交 66da5733 编写于 作者: J Jan Engelhardt 提交者: Linus Torvalds

Use menuconfig objects II - module menu

Change menuconfig objects from "menu, config" into "menuconfig" so that the
user can disable the whole feature without entering its menu first.
Signed-off-by: NJan Engelhardt <jengelh@gmx.de>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 376df37a
...@@ -602,9 +602,7 @@ config BASE_SMALL ...@@ -602,9 +602,7 @@ config BASE_SMALL
default 0 if BASE_FULL default 0 if BASE_FULL
default 1 if !BASE_FULL default 1 if !BASE_FULL
menu "Loadable module support" menuconfig MODULES
config MODULES
bool "Enable loadable module support" bool "Enable loadable module support"
help help
Kernel modules are small pieces of compiled code which can Kernel modules are small pieces of compiled code which can
...@@ -684,6 +682,5 @@ config STOP_MACHINE ...@@ -684,6 +682,5 @@ config STOP_MACHINE
depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
help help
Need stop_machine() primitive. Need stop_machine() primitive.
endmenu
source "block/Kconfig" source "block/Kconfig"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册