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

crypto: Clean up help text for CRYPTO_CRC32

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@glider.be>
Link: https://lore.kernel.org/r/0f76ebf05bb1b6ca50db97988f9ac20944534b4c.1772116160.git.geert+renesas@glider.be
Signed-off-by: Eric Biggers <ebiggers@kernel.org>

authored by

Geert Uytterhoeven and committed by
Eric Biggers
f33ac74f 0ef6eb10

-2
-2
crypto/Kconfig
··· 1060 1060 help 1061 1061 CRC32 CRC algorithm (IEEE 802.3) 1062 1062 1063 - Used by RoCEv2 and f2fs. 1064 - 1065 1063 endmenu 1066 1064 1067 1065 menu "Compression"