[source] target: sunxi: enable builtin crypto-hw module sun4i-ss

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 24 03:53:32 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/715fd8c5bc7c113960ddf077f02144f4d6fa96ff

commit 715fd8c5bc7c113960ddf077f02144f4d6fa96ff
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Thu Nov 24 13:50:03 2016 +0800

    target: sunxi: enable builtin crypto-hw module sun4i-ss
    
    CONFIG_CRYPTO_DEV_SUN4I_SS was previously set to y but did not take
    effect because of the absence of CONFIG_CRYPTO_HW=y
    
    Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
 target/linux/sunxi/config-4.4 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4
index b0a651a..6d5c904 100644
--- a/target/linux/sunxi/config-4.4
+++ b/target/linux/sunxi/config-4.4
@@ -112,9 +112,14 @@ CONFIG_CRC16=y
 CONFIG_CRC_T10DIF=y
 CONFIG_CRYPTO_CRC32C=y
 CONFIG_CRYPTO_CRCT10DIF=y
+CONFIG_CRYPTO_DES=y
+CONFIG_CRYPTO_DEV_SUN4I_SS=y
 CONFIG_CRYPTO_HASH=y
 CONFIG_CRYPTO_HASH2=y
+CONFIG_CRYPTO_HW=y
+CONFIG_CRYPTO_MD5=y
 CONFIG_CRYPTO_RNG2=y
+CONFIG_CRYPTO_SHA1=y
 CONFIG_CRYPTO_WORKQUEUE=y
 CONFIG_DCACHE_WORD_ACCESS=y
 CONFIG_DEBUG_BUGVERBOSE=y



More information about the lede-commits mailing list