diff options
| author | Johnny Huang <[email protected]> | 2021-10-27 14:17:27 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-17 17:05:00 -0500 |
| commit | 9fcdd98e543abc0b5e7b1a2e05b995a5fbf1356d (patch) | |
| tree | 6756a8755c3b3117a2f0ad4aa6a4665b6f309c8c /drivers/crypto/Makefile | |
| parent | 4080714f5ee9253715ce72ebb4da4a02f4a9b3a0 (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/Makefile')
| -rw-r--r-- | drivers/crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index e8bae43e3f0..6b762565a1f 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o obj-y += rsa_mod_exp/ obj-y += fsl/ obj-y += hash/ +obj-y += aspeed/ |
