From: Daniel Golle Date: Fri, 29 Oct 2021 17:19:22 +0000 (+0100) Subject: sunxi: add yet another missing Kconfig symbol X-Git-Tag: v22.03.0-rc1~1429 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3c33ed02c236d3b8da3c77c965fa6c92c823b94f;p=openwrt%2Fopenwrt.git sunxi: add yet another missing Kconfig symbol Set CONFIG_CRYPTO_CRCT10DIF_ARM_CE=y for sunxi targets. Signed-off-by: Daniel Golle --- diff --git a/target/linux/sunxi/config-5.10 b/target/linux/sunxi/config-5.10 index 36878e520e..81c7515b0e 100644 --- a/target/linux/sunxi/config-5.10 +++ b/target/linux/sunxi/config-5.10 @@ -104,6 +104,7 @@ CONFIG_CRC_T10DIF=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRCT10DIF=y +CONFIG_CRYPTO_CRCT10DIF_ARM_CE=y CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_DEV_ALLWINNER=y CONFIG_CRYPTO_DEV_SUN4I_SS=y