]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
module: don't ignore vermagic string if module doesn't have modversions
[linux-2.6-omap-h63xx.git] / init / Kconfig
index 3b5adbf228c779fab06343a3a39552aa99fe7303..6135d07f31ece506c597e06c04d220d53308fbfe 100644 (file)
@@ -845,9 +845,9 @@ config MODULE_FORCE_LOAD
        depends on MODULES
        default n
        help
-         This option allows loading of modules even if that would set the
-          'F' (forced) taint, due to lack of version info.  Which is
-         usually a really bad idea.
+         Allow loading of modules without version information (ie. modprobe
+         --force).  Forced module loading sets the 'F' (forced) taint flag and
+         is usually a really bad idea.
 
 config MODULE_UNLOAD
        bool "Module unloading"