From: Zoltan HERPAI Date: Thu, 29 May 2025 18:24:46 +0000 (+0000) Subject: pistachio: enable hash offload engine X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/pistachio/config-6.12 b/target/linux/pistachio/config-6.12 index 4b7d740c5e1..f7f717eee90 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