Skip to content

Commit

Permalink
Use menuconfig objects II - module menu
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Rusty Russell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jul 16, 2007
1 parent 376df37 commit 66da573
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,7 @@ config BASE_SMALL
default 0 if BASE_FULL
default 1 if !BASE_FULL

menu "Loadable module support"

config MODULES
menuconfig MODULES
bool "Enable loadable module support"
help
Kernel modules are small pieces of compiled code which can
Expand Down Expand Up @@ -684,6 +682,5 @@ config STOP_MACHINE
depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
help
Need stop_machine() primitive.
endmenu

source "block/Kconfig"

0 comments on commit 66da573

Please sign in to comment.