From 61d01fb7afc212358b0213c489192fd04b2566e1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 7 Jun 2025 13:04:54 -0700 Subject: [PATCH] lib/crc: Remove ARCH_HAS_* kconfig symbols These symbols are no longer used, so remove them. Reviewed-by: "Martin K. Petersen" Acked-by: Ingo Molnar Acked-by: "Jason A. Donenfeld" Link: https://lore.kernel.org/r/20250607200454.73587-13-ebiggers@kernel.org Signed-off-by: Eric Biggers --- lib/crc/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/crc/Kconfig b/lib/crc/Kconfig index 436e0c8f60cfa..70e7a6016de32 100644 --- a/lib/crc/Kconfig +++ b/lib/crc/Kconfig @@ -44,9 +44,6 @@ config CRC_T10DIF The CRC-T10DIF library functions. Select this if your module uses any of the functions from . -config ARCH_HAS_CRC_T10DIF - bool - config CRC_T10DIF_ARCH bool depends on CRC_T10DIF && CRC_OPTIMIZATIONS @@ -63,9 +60,6 @@ config CRC32 The CRC32 library functions. Select this if your module uses any of the functions from or . -config ARCH_HAS_CRC32 - bool - config CRC32_ARCH bool depends on CRC32 && CRC_OPTIMIZATIONS @@ -85,9 +79,6 @@ config CRC64 The CRC64 library functions. Select this if your module uses any of the functions from . -config ARCH_HAS_CRC64 - bool - config CRC64_ARCH bool depends on CRC64 && CRC_OPTIMIZATIONS -- 2.47.2