aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-16 02:39:29 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:40 -0400
commit66da57332005b4fa6888cc21a223c0b90505126f (patch)
treebdbe0080d7186223b21840ab63d7bd2ab20733bc /init/Kconfig
parent376df37a5b472ff9a0b71218fc50576ef3803275 (diff)
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: Jan Engelhardt <jengelh@gmx.de> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 63d52a089a9e..73e91983760f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -602,9 +602,7 @@ config BASE_SMALL
602 default 0 if BASE_FULL 602 default 0 if BASE_FULL
603 default 1 if !BASE_FULL 603 default 1 if !BASE_FULL
604 604
605menu "Loadable module support" 605menuconfig MODULES
606
607config MODULES
608 bool "Enable loadable module support" 606 bool "Enable loadable module support"
609 help 607 help
610 Kernel modules are small pieces of compiled code which can 608 Kernel modules are small pieces of compiled code which can
@@ -684,6 +682,5 @@ config STOP_MACHINE
684 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU 682 depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
685 help 683 help
686 Need stop_machine() primitive. 684 Need stop_machine() primitive.
687endmenu
688 685
689source "block/Kconfig" 686source "block/Kconfig"