Skip to content

Commit

Permalink
[DLM] Update Kconfig in the light of comments on lkml
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Whitehouse committed Apr 25, 2006
1 parent 4bcf709 commit 96c2c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/dlm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c2c00

Please sign in to comment.