From 3de5688c88c911cf23384d9fed6659de6f69caf4 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 20 Apr 2022 16:23:47 -0300 Subject: [PATCH] octeontx: add armv8-CE version of CRC T10 Adds the crypto extensions version of the CRC T10 algorithm that is already built into the kernel. Signed-off-by: Eneas U de Queiroz (cherry picked from commit 1b94e4aab8ddbe5719f1e859e064c1c5dfa4587f) --- target/linux/octeontx/config-4.14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14 index b5a4a48dc2..bf5576e7c5 100644 --- a/target/linux/octeontx/config-4.14 +++ b/target/linux/octeontx/config-4.14 @@ -155,7 +155,7 @@ CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32_ARM64_CE is not set CONFIG_CRYPTO_CRCT10DIF=y -# CONFIG_CRYPTO_CRCT10DIF_ARM64_CE is not set +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_DRBG=y CONFIG_CRYPTO_DRBG_HMAC=y