X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=init%2FKconfig;h=f0e62e5ce0dc03fa8cdc1b19990f178d5e22fc8e;hb=d0dcd41d7b463de955b7ae7a55f76ff4216ed665;hp=3e7b257fc05fca6fba4d6325a3da1ae95c3f9fde;hpb=867a89e0b73af48838c7987e80899a1ff26dd6ff;p=linux-2.6 diff --git a/init/Kconfig b/init/Kconfig index 3e7b257fc0..f0e62e5ce0 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -720,7 +720,7 @@ config VM_EVENT_COUNTERS config SLUB_DEBUG default y bool "Enable SLUB debugging support" if EMBEDDED - depends on SLUB + depends on SLUB && SYSFS help SLUB has extensive debug support features. Disabling these can result in significant savings in code size. This also disables @@ -825,6 +825,15 @@ menuconfig MODULES If unsure, say Y. +config MODULE_FORCE_LOAD + bool "Forced module loading" + 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. + config MODULE_UNLOAD bool "Module unloading" depends on MODULES