blob: a53cbc928af1927c1c10d8f79abce0c64a939ed7 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001config 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