Skip to content

Commit 980b4c9

Browse files
montjoieherbertx
authored andcommitted
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent c4fc5d6 commit 980b4c9

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
@@ -723,7 +723,6 @@ config CRYPTO_DEV_ARTPEC6
723723
select CRYPTO_HASH
724724
select CRYPTO_SHA1
725725
select CRYPTO_SHA256
726-
select CRYPTO_SHA384
727726
select CRYPTO_SHA512
728727
help
729728
Enables the driver for the on-chip crypto accelerator

0 commit comments

Comments
 (0)