Skip to content

Commit 61d01fb

Browse files
author
Eric Biggers
committed
lib/crc: Remove ARCH_HAS_* kconfig symbols
These symbols are no longer used, so remove them. Reviewed-by: "Martin K. Petersen" <martin.petersen@oracle.com> Acked-by: Ingo Molnar <mingo@kernel.org> Acked-by: "Jason A. Donenfeld" <Jason@zx2c4.com> Link: https://lore.kernel.org/r/20250607200454.73587-13-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent b10749d commit 61d01fb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/crc/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ config CRC_T10DIF
4444
The CRC-T10DIF library functions. Select this if your module uses
4545
any of the functions from <linux/crc-t10dif.h>.
4646

47-
config ARCH_HAS_CRC_T10DIF
48-
bool
49-
5047
config CRC_T10DIF_ARCH
5148
bool
5249
depends on CRC_T10DIF && CRC_OPTIMIZATIONS
@@ -63,9 +60,6 @@ config CRC32
6360
The CRC32 library functions. Select this if your module uses any of
6461
the functions from <linux/crc32.h> or <linux/crc32c.h>.
6562

66-
config ARCH_HAS_CRC32
67-
bool
68-
6963
config CRC32_ARCH
7064
bool
7165
depends on CRC32 && CRC_OPTIMIZATIONS
@@ -85,9 +79,6 @@ config CRC64
8579
The CRC64 library functions. Select this if your module uses any of
8680
the functions from <linux/crc64.h>.
8781

88-
config ARCH_HAS_CRC64
89-
bool
90-
9182
config CRC64_ARCH
9283
bool
9384
depends on CRC64 && CRC_OPTIMIZATIONS

0 commit comments

Comments
 (0)