From f038a169a0341f4212997f02de2b280ea1178f9e Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 29 Jul 2021 22:57:24 +0200 Subject: [PATCH] generic: add missing Kconfig symbol Fixes build errors for sunxi as well as rockchip targets. Signed-off-by: David Bauer --- target/linux/generic/config-5.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 8dd9ed5200..8f51585756 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -991,6 +991,8 @@ CONFIG_CRYPTO_BLKCIPHER2=y # CONFIG_CRYPTO_CRC32C_INTEL is not set # CONFIG_CRYPTO_CRC32_ARM_CE is not set # CONFIG_CRYPTO_CRCT10DIF is not set +# CONFIG_CRYPTO_CRCT10DIF_ARM_CE is not set +# CONFIG_CRYPTO_CRCT10DIF_ARM64_CE is not set # CONFIG_CRYPTO_CRYPTD is not set # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set -- 2.30.2