Skip to content

Commit 0ef6eb1

Browse files
geertuEric Biggers
authored andcommitted
crypto: Clean up help text for CRYPTO_CRC32C
Ext4, jbd2, iSCSI, NVMeoF/TCP, and Btrfs stopped using this CRC32c implementation in commits f2b4fa1 ("ext4: switch to using the crc32c library"), dd348f0 ("jbd2: switch to using the crc32c library"), 92186c1 ("scsi: iscsi_tcp: Switch to using the crc32c library"), 427fff9 ("nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()"), and fe11ac1 ("btrfs: switch to library APIs for checksums"). Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/f567add7840bc612382237b3e76f3a8bdbd671e6.1772116160.git.geert+renesas@glider.be Signed-off-by: Eric Biggers <[email protected]>
1 parent a9ad29b commit 0ef6eb1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crypto/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,6 @@ config CRYPTO_CRC32C
10531053
on Communications, Vol. 41, No. 6, June 1993, selected for use with
10541054
iSCSI.
10551055

1056-
Used by btrfs, ext4, jbd2, NVMeoF/TCP, and iSCSI.
1057-
10581056
config CRYPTO_CRC32
10591057
tristate "CRC32"
10601058
select CRYPTO_HASH

0 commit comments

Comments
 (0)