Commit 76b88ed1 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] MODULE_FORCE_UNLOAD must depend on MODULE_UNLOAD (fwd)

From:  Adrian Bunk <bunk@fs.tum.de>
parent 586a989d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment