forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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.