diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2018-10-29 12:50:14 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-09 12:36:49 +0300 |
commit | 9b8d51f812ce5c8bfffe440391fe85f6e5349f07 (patch) | |
tree | ded96f636e0a3a6ed4d4253a446a974dfe845a16 /drivers/crypto/Kconfig | |
parent | d422912a8f0da30c4c6b2f482e5cfc0b85cd3119 (diff) | |
download | linux-9b8d51f812ce5c8bfffe440391fe85f6e5349f07.tar.xz |
crypto: ccree - add SM4 support
Add support for SM4 cipher in CryptoCell 713.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 75d401c32a16..1de998d5bdb5 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -762,6 +762,7 @@ config CRYPTO_DEV_CCREE select CRYPTO_ECB select CRYPTO_CTR select CRYPTO_XTS + select CRYPTO_SM4 help Say 'Y' to enable a driver for the REE interface of the Arm TrustZone CryptoCell family of processors. Currently the |