From: Benjamin Bara <bbara93@gmail.com>
To: u-boot@lists.denx.de
Cc: Benjamin Bara <Benjamin.Bara@skidata.com>
Subject: [PATCH] crypto: hash: sw: fix Kconfig dependencies
Date: Wed, 29 Jun 2022 12:27:34 +0200 [thread overview]
Message-ID: <20220629102734.1134869-1-bbara93@gmail.com> (raw)
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
next reply other threads:[~2022-06-29 16:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-29 10:27 Benjamin Bara [this message]
2022-10-26 19:27 ` [PATCH] crypto: hash: sw: fix Kconfig dependencies Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220629102734.1134869-1-bbara93@gmail.com \
--to=bbara93@gmail.com \
--cc=Benjamin.Bara@skidata.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox