From: Eneas U de Queiroz Date: Wed, 20 Apr 2022 19:23:47 +0000 (-0300) Subject: octeontx: add armv8-CE version of CRC T10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1b94e4aab8ddbe5719f1e859e064c1c5dfa4587f;p=openwrt%2Fstaging%2Frobimarko.git 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 --- diff --git a/target/linux/octeontx/config-5.10 b/target/linux/octeontx/config-5.10 index 6c87abf5b6..a3e00cfdb3 100644 --- a/target/linux/octeontx/config-5.10 +++ b/target/linux/octeontx/config-5.10 @@ -102,6 +102,7 @@ CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_DRBG=y CONFIG_CRYPTO_DRBG_HMAC=y