diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-25 13:23:09 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-25 13:23:09 -0400 |
commit | 96c2c0083d76ca80d546a53089c86e74fbfbe791 (patch) | |
tree | 0196ef085a93e270ad747dfab490d62f8ba92c7d /fs/dlm | |
parent | 4bcf7091f9da595016f9d1175aa1bea8e736566f (diff) |
[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 <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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" | |||
3 | 3 | ||
4 | config DLM | 4 | config DLM |
5 | tristate "Distributed Lock Manager (DLM)" | 5 | tristate "Distributed Lock Manager (DLM)" |
6 | depends on SYSFS | ||
7 | depends on IPV6 || IPV6=n | 6 | depends on IPV6 || IPV6=n |
8 | select IP_SCTP | 7 | depends on IP_SCTP |
9 | select CONFIGFS_FS | 8 | select CONFIGFS_FS |
10 | help | 9 | help |
11 | A general purpose distributed lock manager for kernel or userspace | 10 | A general purpose distributed lock manager for kernel or userspace |