Skip to content

Commit 827aab4

Browse files
montjoiegregkh
authored andcommitted
crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
[ Upstream commit 980b4c9 ] 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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 592ea37 commit 827aab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/crypto/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ config CRYPTO_DEV_ARTPEC6
721721
select CRYPTO_HASH
722722
select CRYPTO_SHA1
723723
select CRYPTO_SHA256
724-
select CRYPTO_SHA384
725724
select CRYPTO_SHA512
726725
help
727726
Enables the driver for the on-chip crypto accelerator

0 commit comments

Comments
 (0)