aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2003-01-13 04:14:40 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2003-01-13 04:14:40 -0800
commit76b88ed1dcf656d8cc4f1c90b1742c2e7cd43a87 (patch)
tree0983a07c81e1f0d71f9e9c2d94ce1ec5db6df83f /init
parent586a989d03cb2436c117242cd73a76fe35336a7e (diff)
downloadhistory-76b88ed1dcf656d8cc4f1c90b1742c2e7cd43a87.tar.gz
[PATCH] MODULE_FORCE_UNLOAD must depend on MODULE_UNLOAD (fwd)
From: Adrian Bunk <bunk@fs.tum.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2868e39049c00c..4fd237cb6a7f00 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -156,7 +156,7 @@ config MODULE_UNLOAD
config MODULE_FORCE_UNLOAD
bool "Forced module unloading"
- depends on MODULES && EXPERIMENTAL
+ depends on MODULE_UNLOAD && EXPERIMENTAL
help
This option allows you to force a module to unload, even if the
kernel believes it is unsafe: the kernel will remove the module