Commit f33ac74f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Eric Biggers
Browse files

crypto: Clean up help text for CRYPTO_CRC32



F2fs and RoCEv2 stopped using this CRC32 implementation in commits
3ca4bec4 ("f2fs: switch to using the crc32 library") and
ccca5e8a ("RDMA/rxe: switch to using the crc32 library").

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/0f76ebf05bb1b6ca50db97988f9ac20944534b4c.1772116160.git.geert+renesas@glider.be


Signed-off-by: default avatarEric Biggers <ebiggers@kernel.org>
parent 0ef6eb10
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1060,8 +1060,6 @@ config CRYPTO_CRC32
	help
	  CRC32 CRC algorithm (IEEE 802.3)

	  Used by RoCEv2 and f2fs.

endmenu

menu "Compression"