public inbox for ceph-devel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
@ 2025-12-07 17:07 Ilya Dryomov
  2025-12-08  1:01 ` Dongsheng Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Dryomov @ 2025-12-07 17:07 UTC (permalink / raw)
  To: ceph-devel; +Cc: Dongsheng Yang

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>
---
 drivers/block/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 77d694448990..858320b6ebb7 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -316,9 +316,6 @@ config BLK_DEV_RBD
 	tristate "Rados block device (RBD)"
 	depends on INET && BLOCK
 	select CEPH_LIB
-	select CRC32
-	select CRYPTO_AES
-	select CRYPTO
 	help
 	  Say Y here if you want include the Rados block device, which stripes
 	  a block device over objects stored in the Ceph distributed object
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-08  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 17:07 [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES Ilya Dryomov
2025-12-08  1:01 ` Dongsheng Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox