From 6f8b4788266c7df3b7cfc6c665f663b4c3d09aad Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 29 Apr 2025 16:29:13 -0400 Subject: [PATCH] dlm: drop SCTP Kconfig dependency DLM does not use any exported SCTP function. SCTP is registered dynamically as protocol to the kernel and can be used over the right protocol identifiers on the socket api. We drop the SCTP dependency as DLM can also be used with TCP only. Signed-off-by: Alexander Aring Reviewed-by: Heming zhao Signed-off-by: David Teigland --- fs/dlm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/dlm/Kconfig b/fs/dlm/Kconfig index f82a4952769da..b46165df5a918 100644 --- a/fs/dlm/Kconfig +++ b/fs/dlm/Kconfig @@ -3,7 +3,6 @@ menuconfig DLM tristate "Distributed Lock Manager (DLM)" depends on INET depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) - select IP_SCTP help A general purpose distributed lock manager for kernel or userspace applications. -- 2.47.2