From: Eric Biggers Date: Fri, 5 Dec 2025 06:51:04 +0000 (-0800) Subject: ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES X-Git-Tag: v6.19-rc1~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3680fc138e31d8a9e8e344d72c6692e921dbb4a3;p=thirdparty%2Flinux.git ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES None of the CEPH_FS code directly requires CRC32, CRYPTO, or CRYPTO_AES. These options do get selected indirectly anyway via CEPH_LIB, which does need them, but there is no need for CEPH_FS to select them too. Signed-off-by: Eric Biggers Reviewed-by: Ilya Dryomov Signed-off-by: Ilya Dryomov --- diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index 3e7def3d31c1..3d64a316ca31 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig @@ -3,9 +3,6 @@ config CEPH_FS tristate "Ceph distributed file system" depends on INET select CEPH_LIB - select CRC32 - select CRYPTO_AES - select CRYPTO select NETFS_SUPPORT select FS_ENCRYPTION_ALGS if FS_ENCRYPTION default n