[openwrt/openwrt] pistachio: enable hash offload engine
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 6 13:46:45 PDT 2025
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/78df0493d37421ce802c0b92747507b970d8cb0e
commit 78df0493d37421ce802c0b92747507b970d8cb0e
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Thu May 29 18:24:46 2025 +0000
pistachio: enable hash offload engine
The cTX200 CPU has an integrated hash offload
engine. Enable the support for that.
[ 2.212384] img-hash-accelerator 18149600.hash: Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized
driver : img-sha256
driver : img-sha224
driver : img-sha1
driver : img-md5
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
target/linux/pistachio/config-6.12 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/pistachio/config-6.12 b/target/linux/pistachio/config-6.12
index 4b7d740c5e..f7f717eee9 100644
--- a/target/linux/pistachio/config-6.12
+++ b/target/linux/pistachio/config-6.12
@@ -60,7 +60,10 @@ CONFIG_CRC_CCITT=y
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_DEFLATE=y
+CONFIG_CRYPTO_DEV_IMGTEC_HASH=y
+CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_HASH_INFO=y
+CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_GF128MUL=y
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=2
More information about the lede-commits
mailing list