From 78df0493d37421ce802c0b92747507b970d8cb0e Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 29 May 2025 18:24:46 +0000 Subject: [PATCH] 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 --- 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