Skip to content

Commit 21c1466

Browse files
committed
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>
1 parent 3680fc1 commit 21c1466

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/block/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ config BLK_DEV_RBD
316316
tristate "Rados block device (RBD)"
317317
depends on INET && BLOCK
318318
select CEPH_LIB
319-
select CRC32
320-
select CRYPTO_AES
321-
select CRYPTO
322319
help
323320
Say Y here if you want include the Rados block device, which stripes
324321
a block device over objects stored in the Ceph distributed object

0 commit comments

Comments
 (0)