aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 6a44defac3ec..f0e62e5ce0dc 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -825,6 +825,15 @@ menuconfig MODULES
825 825
826 If unsure, say Y. 826 If unsure, say Y.
827 827
828config MODULE_FORCE_LOAD
829 bool "Forced module loading"
830 depends on MODULES
831 default n
832 help
833 This option allows loading of modules even if that would set the
834 'F' (forced) taint, due to lack of version info. Which is
835 usually a really bad idea.
836
828config MODULE_UNLOAD 837config MODULE_UNLOAD
829 bool "Module unloading" 838 bool "Module unloading"
830 depends on MODULES 839 depends on MODULES