mirror of
https://github.com/torvalds/linux.git
synced 2025-04-09 14:45:27 +00:00

Now that LIBCRC32C does nothing besides select CRC32, make every option that selects LIBCRC32C instead select CRC32 directly. Then remove LIBCRC32C. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Martin K. Petersen" <martin.petersen@oracle.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20250401221600.24878-8-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DM_PERSISTENT_DATA
|
|
tristate
|
|
depends on BLK_DEV_DM
|
|
select CRC32
|
|
select DM_BUFIO
|
|
help
|
|
Library providing immutable on-disk data structure support for
|
|
device-mapper targets such as the thin provisioning target.
|
|
|