forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/md/persistent-data/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DM_PERSISTENT_DATA
23 tristate
34 depends on BLK_DEV_DM
45 select LIBCRC32C
56 select DM_BUFIO
6
- ---help---
7
+ help
78 Library providing immutable on-disk data structure support for
89 device-mapper targets such as the thin provisioning target.
910