aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/dlm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig
index 490f85b3fa5..81b2c6465ee 100644
--- a/fs/dlm/Kconfig
+++ b/fs/dlm/Kconfig
@@ -1,10 +1,9 @@
1menu "Distributed Lock Manager" 1menu "Distributed Lock Manager"
2 depends on INET && EXPERIMENTAL 2 depends on INET && IP_SCTP && EXPERIMENTAL
3 3
4config DLM 4config DLM
5 tristate "Distributed Lock Manager (DLM)" 5 tristate "Distributed Lock Manager (DLM)"
6 depends on IPV6 || IPV6=n 6 depends on IPV6 || IPV6=n
7 depends on IP_SCTP
8 select CONFIGFS_FS 7 select CONFIGFS_FS
9 help 8 help
10 A general purpose distributed lock manager for kernel or userspace 9 A general purpose distributed lock manager for kernel or userspace