Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-3
-3
drivers/block/Kconfig
··· 316 316 tristate "Rados block device (RBD)" 317 317 depends on INET && BLOCK 318 318 select CEPH_LIB 319 - select CRC32 320 - select CRYPTO_AES 321 - select CRYPTO 322 319 help 323 320 Say Y here if you want include the Rados block device, which stripes 324 321 a block device over objects stored in the Ceph distributed object