projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376df37
)
Use menuconfig objects II - module menu
author
Jan Engelhardt
<
[email protected]
>
Mon, 16 Jul 2007 06:39:29 +0000
(23:39 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 16 Jul 2007 16:05:40 +0000
(09:05 -0700)
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]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 63d52a089a9e72a50b33c1b1bbf52c1e19b1769f..73e91983760fc953ddd289e616866aaba1273216 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-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"