rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
None of the RBD code directly requires CRC32, CRYPTO, or CRYPTO_AES. These options are needed by CEPH_LIB code and they are selected there directly. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Dongsheng Yang <dongsheng.yang@linux.dev>pull/1354/merge
parent
3680fc138e
commit
21c1466ea2
|
|
@ -316,9 +316,6 @@ config BLK_DEV_RBD
|
||||||
tristate "Rados block device (RBD)"
|
tristate "Rados block device (RBD)"
|
||||||
depends on INET && BLOCK
|
depends on INET && BLOCK
|
||||||
select CEPH_LIB
|
select CEPH_LIB
|
||||||
select CRC32
|
|
||||||
select CRYPTO_AES
|
|
||||||
select CRYPTO
|
|
||||||
help
|
help
|
||||||
Say Y here if you want include the Rados block device, which stripes
|
Say Y here if you want include the Rados block device, which stripes
|
||||||
a block device over objects stored in the Ceph distributed object
|
a block device over objects stored in the Ceph distributed object
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue