kernel/fs/dlm/Kconfig
.. .. @@ -1,8 +1,10 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menuconfig DLM 2 3 tristate "Distributed Lock Manager (DLM)" 3 4 depends on INET 4 5 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) 5 6 select IP_SCTP 7 + select SRCU6 8 help 7 9 A general purpose distributed lock manager for kernel or userspace 8 10 applications.