[openwrt/openwrt] sunxi: add yet another missing Kconfig symbol
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 29 10:25:54 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3c33ed02c236d3b8da3c77c965fa6c92c823b94f
commit 3c33ed02c236d3b8da3c77c965fa6c92c823b94f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 29 18:19:22 2021 +0100
sunxi: add yet another missing Kconfig symbol
Set CONFIG_CRYPTO_CRCT10DIF_ARM_CE=y for sunxi targets.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/sunxi/config-5.10 | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list