[PATCH 5/5] crypto: Clean up CRYPTO_CRC32 usage
From: Geert Uytterhoeven
Date: Thu Feb 26 2026 - 09:54:24 EST
F2fs and RoCEv2 stopped using this CRC32 implementation in commits
3ca4bec40ee211cd ("f2fs: switch to using the crc32 library") and
ccca5e8aa1457231 ("RDMA/rxe: switch to using the crc32 library").
Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
crypto/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 5e66de2948ed02f9..b4bb85e8e2261209 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1060,8 +1060,6 @@ config CRYPTO_CRC32
help
CRC32 CRC algorithm (IEEE 802.3)
- Used by RoCEv2 and f2fs.
-
endmenu
menu "Compression"
--
2.43.0