Commit 3680fc13 authored by Eric Biggers's avatar Eric Biggers Committed by Ilya Dryomov
Browse files

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: default avatarEric Biggers <ebiggers@kernel.org>
Reviewed-by: default avatarIlya Dryomov <idryomov@gmail.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 8c738512
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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