summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc/Kconfig b/lib/crc/Kconfig
index cca228879bb5..52e216f39746 100644
--- a/lib/crc/Kconfig
+++ b/lib/crc/Kconfig
@@ -48,7 +48,7 @@ config CRC_T10DIF_ARCH
bool
depends on CRC_T10DIF && CRC_OPTIMIZATIONS
default y if ARM && KERNEL_MODE_NEON
- default y if ARM64 && KERNEL_MODE_NEON
+ default y if ARM64
default y if PPC64 && ALTIVEC
default y if RISCV && RISCV_ISA_ZBC
default y if X86