diff --git a/lib/crc/Kconfig b/lib/crc/Kconfig index 436e0c8f60cf..70e7a6016de3 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