]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dlm/Kconfig
[SCSI] use one-element sg list in scsi_send_eh_cmnd
[linux-2.6-omap-h63xx.git] / fs / dlm / Kconfig
index d01f735e6e0683cb364ba28f0bd337b6392fc8c7..490f85b3fa590efd76ae504b51790a58900625d0 100644 (file)
@@ -3,22 +3,13 @@ menu "Distributed Lock Manager"
 
 config DLM
        tristate "Distributed Lock Manager (DLM)"
-       depends on SYSFS
        depends on IPV6 || IPV6=n
-       select IP_SCTP
+       depends on IP_SCTP
        select CONFIGFS_FS
        help
        A general purpose distributed lock manager for kernel or userspace
        applications.
 
-config DLM_DEVICE
-       tristate "DLM device for userspace access"
-       depends on DLM
-       help
-       This module creates a misc device through which the dlm lockspace
-       and locking functions become available to userspace applications
-       (usually through the libdlm library).
-
 config DLM_DEBUG
        bool "DLM debugging"
        depends on DLM