Merge branch 'master'
[powerpc.git] / fs / dlm / Kconfig
1 menu "Distributed Lock Manager"
2         depends on INET && EXPERIMENTAL
3
4 config DLM
5         tristate "Distributed Lock Manager (DLM)"
6         depends on IPV6 || IPV6=n
7         depends on IP_SCTP
8         select CONFIGFS_FS
9         help
10         A general purpose distributed lock manager for kernel or userspace
11         applications.
12
13 config DLM_DEVICE
14         tristate "DLM device for userspace access"
15         depends on DLM
16         help
17         This module creates a misc device through which the dlm lockspace
18         and locking functions become available to userspace applications
19         (usually through the libdlm library).
20
21 config DLM_DEBUG
22         bool "DLM debugging"
23         depends on DLM
24         help
25         Under the debugfs mount point, the name of each lockspace will
26         appear as a file in the "dlm" directory.  The output is the
27         list of resource and locks the local node knows about.
28
29 endmenu