diff options
author | Corentin LABBE <clabbe.montjoie@gmail.com> | 2018-01-17 19:50:56 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-01-26 01:10:31 +1100 |
commit | 980b4c95e78e4113cb7b9f430f121dab1c814b6c (patch) | |
tree | 1f1d2e141b87ca86b2b4a0a87198e259536463f2 /drivers/crypto | |
parent | c4fc5d6d0b3750a17e3ee032f2c47620bed4e25a (diff) | |
download | linux-stable-980b4c95e78e4113cb7b9f430f121dab1c814b6c.tar.gz linux-stable-980b4c95e78e4113cb7b9f430f121dab1c814b6c.tar.bz2 linux-stable-980b4c95e78e4113cb7b9f430f121dab1c814b6c.zip |
crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
Since CRYPTO_SHA384 does not exists, Kconfig should not select it.
Anyway, all SHA384 stuff is in CRYPTO_SHA512 which is already selected.
Fixes: a21eb94fc4d3i ("crypto: axis - add ARTPEC-6/7 crypto accelerator driver")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 47ec920d5b71..4b741b83e23f 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -723,7 +723,6 @@ config CRYPTO_DEV_ARTPEC6 select CRYPTO_HASH select CRYPTO_SHA1 select CRYPTO_SHA256 - select CRYPTO_SHA384 select CRYPTO_SHA512 help Enables the driver for the on-chip crypto accelerator |