diff options
author | Neal Liu <neal_liu@aspeedtech.com> | 2023-01-04 09:34:33 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-01-13 12:11:18 +0800 |
commit | 2f1cf4e50c956f882c9fc209c7cded832b67b8a3 (patch) | |
tree | 05455e09273f810c13996ef968e29902b1175119 /drivers/crypto/aspeed/Makefile | |
parent | d07bd950b91efb4d6a960347c603f8424a1125d1 (diff) |
crypto: aspeed - Add ACRY RSA driver
ACRY Engine is designed to accelerate the throughput of
ECDSA/RSA signature and verification.
This patch aims to add ACRY RSA engine driver for hardware
acceleration.
Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/aspeed/Makefile')
-rw-r--r-- | drivers/crypto/aspeed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/aspeed/Makefile b/drivers/crypto/aspeed/Makefile index a0ed40ddaad1..24284d812b79 100644 --- a/drivers/crypto/aspeed/Makefile +++ b/drivers/crypto/aspeed/Makefile @@ -5,3 +5,5 @@ obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed_crypto.o aspeed_crypto-objs := aspeed-hace.o \ $(hace-hash-y) \ $(hace-crypto-y) + +obj-$(CONFIG_CRYPTO_DEV_ASPEED_ACRY) += aspeed-acry.o |