... as preparation for removing it completely, make it an invisible bool defaulting to yes. Signed-off-by: Johannes Berg --- init/Kconfig | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) --- everything.orig/init/Kconfig 2008-07-08 13:42:10.000000000 +0200 +++ everything/init/Kconfig 2008-07-08 16:30:31.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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/