Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66da5733 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds
Browse files

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: default avatarJan Engelhardt <jengelh@gmx.de>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 376df37a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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
@@ -684,6 +682,5 @@ config STOP_MACHINE
	depends on (SMP && MODULE_UNLOAD) || HOTPLUG_CPU
	help
	  Need stop_machine() primitive.
endmenu

source "block/Kconfig"