xref: /linux/drivers/md/persistent-data/Kconfig (revision 6a551c113252ca05d0f4ca307aa6d7118d0a5e45)
1config DM_PERSISTENT_DATA
2       tristate
3       depends on BLK_DEV_DM
4       select LIBCRC32C
5       select DM_BUFIO
6       ---help---
7	 Library providing immutable on-disk data structure support for
8	 device-mapper targets such as the thin provisioning target.
9
10