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

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>

-9
-9
lib/crc/Kconfig
··· 44 44 The CRC-T10DIF library functions. Select this if your module uses 45 45 any of the functions from <linux/crc-t10dif.h>. 46 46 47 - config ARCH_HAS_CRC_T10DIF 48 - bool 49 - 50 47 config CRC_T10DIF_ARCH 51 48 bool 52 49 depends on CRC_T10DIF && CRC_OPTIMIZATIONS ··· 59 62 help 60 63 The CRC32 library functions. Select this if your module uses any of 61 64 the functions from <linux/crc32.h> or <linux/crc32c.h>. 62 - 63 - config ARCH_HAS_CRC32 64 - bool 65 65 66 66 config CRC32_ARCH 67 67 bool ··· 78 84 help 79 85 The CRC64 library functions. Select this if your module uses any of 80 86 the functions from <linux/crc64.h>. 81 - 82 - config ARCH_HAS_CRC64 83 - bool 84 87 85 88 config CRC64_ARCH 86 89 bool