summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-04-01 15:16:00 -0700
committerEric Biggers <ebiggers@google.com>2025-04-04 11:31:42 -0700
commitb261d2222063a9a8b9ec284244c285f2998ee01e (patch)
treefb7bd89d372a423b2520981e36f3a53b7946c823 /fs/ceph
parentlib/crc: document all the CRC library kconfig options (diff)
downloadlinux-b261d2222063a9a8b9ec284244c285f2998ee01e.tar.gz
linux-b261d2222063a9a8b9ec284244c285f2998ee01e.zip
lib/crc: remove CONFIG_LIBCRC32C
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>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 7249d70e1a43..3e7def3d31c1 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -3,7 +3,7 @@ config CEPH_FS
tristate "Ceph distributed file system"
depends on INET
select CEPH_LIB
- select LIBCRC32C
+ select CRC32
select CRYPTO_AES
select CRYPTO
select NETFS_SUPPORT