[DLM] Update Kconfig in the light of comments on lkml
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 25 Apr 2006 17:23:09 +0000 (13:23 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 25 Apr 2006 17:23:09 +0000 (13:23 -0400)
We now depend on user selectable options rather than
select them. There is no dependancy on SYSFS since this
selection is independant of the DLM (even though it wouldn't
be sensible to build the DLM without it)

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/Kconfig

index d01f735e6e0683cb364ba28f0bd337b6392fc8c7..09e78bf6e7a46310e2af3a1f6390f486f3fb7896 100644 (file)
@@ -3,9 +3,8 @@ 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