mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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>
This commit is contained in:
committed by
Ilya Dryomov
parent
8c73851271
commit
3680fc138e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user