forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/fs/dlm/Kconfig
....@@ -1,8 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig DLM
23 tristate "Distributed Lock Manager (DLM)"
34 depends on INET
45 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
56 select IP_SCTP
7
+ select SRCU
68 help
79 A general purpose distributed lock manager for kernel or userspace
810 applications.