]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
crypto: Clean up help text for CRYPTO_CRC32
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Feb 2026 14:46:09 +0000 (15:46 +0100)
committerEric Biggers <ebiggers@kernel.org>
Mon, 2 Mar 2026 23:35:26 +0000 (15:35 -0800)
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>
crypto/Kconfig

index 5e66de2948ed02f97c64c081e6164c263ea7c2c5..b4bb85e8e226120946a50c1a9d648090ded0db6c 100644 (file)
@@ -1060,8 +1060,6 @@ config CRYPTO_CRC32
        help
          CRC32 CRC algorithm (IEEE 802.3)
 
-         Used by RoCEv2 and f2fs.
-
 endmenu
 
 menu "Compression"