From: Steven Whitehouse Date: Tue, 25 Apr 2006 17:23:09 +0000 (-0400) Subject: [DLM] Update Kconfig in the light of comments on lkml X-Git-Tag: firefly_0821_release~32406^2~224 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96c2c0083d76ca80d546a53089c86e74fbfbe791;p=firefly-linux-kernel-4.4.55.git [DLM] Update Kconfig in the light of comments on lkml 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 --- diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index d01f735e6e06..09e78bf6e7a4 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -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