[DLM] Kconfig: don't show an empty DLM menu

Don't show an empty "Distributed Lock Manager" menu if IP_SCTP=n.

Reported by Dmytro Bagrii in kernel Bugzilla #7268.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

authored by Adrian Bunk and committed by Steven Whitehouse 1ee48af2 f5c54804

+1 -2
+1 -2
fs/dlm/Kconfig
··· 1 1 menu "Distributed Lock Manager" 2 - depends on INET && EXPERIMENTAL 2 + depends on INET && IP_SCTP && EXPERIMENTAL 3 3 4 4 config DLM 5 5 tristate "Distributed Lock Manager (DLM)" 6 6 depends on IPV6 || IPV6=n 7 - depends on IP_SCTP 8 7 select CONFIGFS_FS 9 8 help 10 9 A general purpose distributed lock manager for kernel or userspace