[PATCH -next 01/11] make CONFIG_KMOD invisible

From: Johannes Berg
Date: Wed Jul 09 2008 - 08:49:02 EST


... as preparation for removing it completely, make it an
invisible bool defaulting to yes.

Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
---
init/Kconfig | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)

--- everything.orig/init/Kconfig 2008-07-08 21:53:13.000000000 +0200
+++ everything/init/Kconfig 2008-07-08 22:00:24.000000000 +0200
@@ -893,16 +893,8 @@ config MODULE_SRCVERSION_ALL
will be created for all modules. If unsure, say N.

config KMOD
- bool "Automatic kernel module loading"
+ def_bool y
depends on MODULES
- help
- Normally when you have selected some parts of the kernel to
- be created as kernel modules, you must load them (using the
- "modprobe" command) before you can use them. If you say Y
- here, some parts of the kernel will be able to load modules
- automatically: when a part of the kernel needs a module, it
- runs modprobe with the appropriate arguments, thereby
- loading the module if it is available. If unsure, say Y.

config STOP_MACHINE
bool

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/