* [PATCH] crypto: hash: sw: fix Kconfig dependencies
@ 2022-06-29 10:27 Benjamin Bara
2022-10-26 19:27 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Bara @ 2022-06-29 10:27 UTC (permalink / raw)
To: u-boot; +Cc: Benjamin Bara
From: Benjamin Bara <Benjamin.Bara@skidata.com>
Fix SHA512 config name and add missing SHA384 config.
Signed-off-by: Benjamin Bara <Benjamin.Bara@skidata.com>
---
drivers/crypto/hash/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/crypto/hash/Kconfig b/drivers/crypto/hash/Kconfig
index bf9540eca6..aa355c44be 100644
--- a/drivers/crypto/hash/Kconfig
+++ b/drivers/crypto/hash/Kconfig
@@ -10,7 +10,8 @@ config HASH_SOFTWARE
depends on MD5
depends on SHA1
depends on SHA256
- depends on SHA512_ALGO
+ depends on SHA384
+ depends on SHA512
help
Enable driver for hashing operations in software. Currently
it support multiple hash algorithm including CRC/MD5/SHA.
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-26 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 10:27 [PATCH] crypto: hash: sw: fix Kconfig dependencies Benjamin Bara
2022-10-26 19:27 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox