ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES
authorEric Biggers <ebiggers@kernel.org>
Fri, 5 Dec 2025 06:51:04 +0000 (22:51 -0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 10 Dec 2025 10:50:54 +0000 (11:50 +0100)
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 <ebiggers@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/Kconfig

index 3e7def3..3d64a31 100644 (file)
@@ -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