diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2018-10-29 10:50:12 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-09 10:36:49 +0100 |
commit | e40fdb500b2bc92ae2e7e4ff29f6e9dedd854cc2 (patch) | |
tree | e95da75aec01abf537bb69777a2468aa78d5abf6 /drivers/crypto/Kconfig | |
parent | crypto: arm/aes - add some hardening against cache-timing attacks (diff) | |
download | linux-e40fdb500b2bc92ae2e7e4ff29f6e9dedd854cc2.tar.xz linux-e40fdb500b2bc92ae2e7e4ff29f6e9dedd854cc2.zip |
crypto: ccree - add support for CryptoCell 713
Add support for Arm TrustZone CryptoCell 713.
Note that this patch just enables using a 713 in backwards compatible mode
to 712. Newer 713 specific features will follow.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index caa98a7fe392..75d401c32a16 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -765,7 +765,7 @@ config CRYPTO_DEV_CCREE help Say 'Y' to enable a driver for the REE interface of the Arm TrustZone CryptoCell family of processors. Currently the - CryptoCell 712, 710 and 630 are supported. + CryptoCell 713, 712, 710 and 630 are supported. Choose this if you wish to use hardware acceleration of cryptographic operations on the system REE. If unsure say Y. |