[openwrt/openwrt] sunxi: add CONFIG_ARM_CRYPTO Kconfig symbol
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 29 10:44:30 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1175e786f89a5fdb9f493d2f069d399f2db0bc58
commit 1175e786f89a5fdb9f493d2f069d399f2db0bc58
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 29 18:34:39 2021 +0100
sunxi: add CONFIG_ARM_CRYPTO Kconfig symbol
And another missing symbol...
Reported-by: Chen Minqiang <ptpt52 at gmail.com>
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 81c7515b0e..47d8ed0630 100644
--- a/target/linux/sunxi/config-5.10
+++ b/target/linux/sunxi/config-5.10
@@ -27,6 +27,7 @@ CONFIG_ARM_CCI=y
CONFIG_ARM_CCI400_COMMON=y
CONFIG_ARM_CCI400_PORT_CTRL=y
CONFIG_ARM_CPU_SUSPEND=y
+CONFIG_ARM_CRYPTO=y
CONFIG_ARM_ERRATA_643719=y
CONFIG_ARM_GIC=y
CONFIG_ARM_HAS_SG_CHAIN=y
More information about the lede-commits
mailing list