Commit 96c2c008 authored by Steven Whitehouse's avatar Steven Whitehouse

[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: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 4bcf7091
...@@ -3,9 +3,8 @@ menu "Distributed Lock Manager" ...@@ -3,9 +3,8 @@ menu "Distributed Lock Manager"
config DLM config DLM
tristate "Distributed Lock Manager (DLM)" tristate "Distributed Lock Manager (DLM)"
depends on SYSFS
depends on IPV6 || IPV6=n depends on IPV6 || IPV6=n
select IP_SCTP depends on IP_SCTP
select CONFIGFS_FS select CONFIGFS_FS
help help
A general purpose distributed lock manager for kernel or userspace A general purpose distributed lock manager for kernel or userspace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment