Files

11 lines
288 B
Plaintext
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2011-10-31 20:19:11 +00:00
config DM_PERSISTENT_DATA
tristate
depends on BLK_DEV_DM
2025-04-01 15:16:00 -07:00
select CRC32
2011-10-31 20:19:11 +00:00
select DM_BUFIO
help
2011-10-31 20:19:11 +00:00
Library providing immutable on-disk data structure support for
device-mapper targets such as the thin provisioning target.
2014-03-03 10:57:56 -05:00