[ALSA] hda-codec - Fix output pin types in auto configuration
[linux-2.6/linux-loongson.git] / fs / dlm / Kconfig
blob69a94690e493504259fe0d4c04bdd152c56e71ee
1 menu "Distributed Lock Manager"
2         depends on EXPERIMENTAL && INET
4 config DLM
5         tristate "Distributed Lock Manager (DLM)"
6         depends on IPV6 || IPV6=n
7         select CONFIGFS_FS
8         select IP_SCTP
9         help
10         A general purpose distributed lock manager for kernel or userspace
11         applications.
13 config DLM_DEBUG
14         bool "DLM debugging"
15         depends on DLM
16         help
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.
21 endmenu