diff options
| author | Zoltan HERPAI | 2025-05-29 18:24:46 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-10-06 20:45:40 +0000 |
| commit | 78df0493d37421ce802c0b92747507b970d8cb0e (patch) | |
| tree | 480f88f61af6827fca6dd3d5ffec0a4143dea848 | |
| parent | 2730d1186a0eee7f87d1727f2cfb1ca038ad7dea (diff) | |
| download | openwrt-78df0493d37421ce802c0b92747507b970d8cb0e.tar.gz | |
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@uid0.hu>
| -rw-r--r-- | target/linux/pistachio/config-6.12 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |