Skip to content

Commit 3680fc1

Browse files
Eric Biggersidryomov
authored andcommitted
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 <ebiggers@kernel.org> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 8c73851 commit 3680fc1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fs/ceph/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ config CEPH_FS
33
tristate "Ceph distributed file system"
44
depends on INET
55
select CEPH_LIB
6-
select CRC32
7-
select CRYPTO_AES
8-
select CRYPTO
96
select NETFS_SUPPORT
107
select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
118
default n

0 commit comments

Comments
 (0)