summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash
diff options
context:
space:
mode:
authorJohnny Huang <[email protected]>2021-10-27 14:17:27 +0800
committerTom Rini <[email protected]>2021-11-17 17:05:00 -0500
commit9fcdd98e543abc0b5e7b1a2e05b995a5fbf1356d (patch)
tree6756a8755c3b3117a2f0ad4aa6a4665b6f309c8c /drivers/crypto/hash
parent4080714f5ee9253715ce72ebb4da4a02f4a9b3a0 (diff)
crypto: aspeed: Add AST2600 HACE support
Hash and Crypto Engine (HACE) is designed to accelerate the throughput of hash data digest, and symmetric-key encryption. Signed-off-by: Johnny Huang <[email protected]> Signed-off-by: Chia-Wei Wang <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/crypto/hash')
-rw-r--r--drivers/crypto/hash/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/crypto/hash/Kconfig b/drivers/crypto/hash/Kconfig
index cd29a5c6a4f..bf9540eca67 100644
--- a/drivers/crypto/hash/Kconfig
+++ b/drivers/crypto/hash/Kconfig
@@ -14,3 +14,11 @@ config HASH_SOFTWARE
help
Enable driver for hashing operations in software. Currently
it support multiple hash algorithm including CRC/MD5/SHA.
+
+config HASH_ASPEED
+ bool "Enable Hash with ASPEED hash accelerator"
+ depends on DM_HASH
+ select ASPEED_HACE
+ help
+ Enable this to support HW-assisted hashing operations using ASPEED Hash
+ and Crypto engine - HACE