HVC console is also used by iSeries, so add that to HVC_DRIVER help.
[deliverable/linux.git] / fs / dlm / Kconfig
CommitLineData
e7fd4179 1menu "Distributed Lock Manager"
b98c95af 2 depends on EXPERIMENTAL && INET
e7fd4179
DT
3
4config DLM
5 tristate "Distributed Lock Manager (DLM)"
95511ad4 6 depends on SYSFS && (IPV6 || IPV6=n)
e7fd4179 7 select CONFIGFS_FS
6ed7257b 8 select IP_SCTP
e7fd4179 9 help
6ed7257b
PC
10 A general purpose distributed lock manager for kernel or userspace
11 applications.
fdda387f 12
e7fd4179
DT
13config DLM_DEBUG
14 bool "DLM debugging"
15 depends on DLM
16 help
6ed7257b
PC
17 Under the debugfs mount point, the name of each lockspace will
18 appear as a file in the "dlm" directory. The output is the
19 list of resource and locks the local node knows about.
e7fd4179
DT
20
21endmenu
This page took 0.140908 seconds and 5 git commands to generate.