crypto: hash: sw: fix Kconfig dependencies
Fix SHA512 config name and add missing SHA384 config. Signed-off-by: Benjamin Bara <Benjamin.Bara@skidata.com>
This commit is contained in:
parent
06377c5a1f
commit
b567eae0c5
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ config HASH_SOFTWARE
|
||||||
depends on MD5
|
depends on MD5
|
||||||
depends on SHA1
|
depends on SHA1
|
||||||
depends on SHA256
|
depends on SHA256
|
||||||
depends on SHA512_ALGO
|
depends on SHA384
|
||||||
|
depends on SHA512
|
||||||
help
|
help
|
||||||
Enable driver for hashing operations in software. Currently
|
Enable driver for hashing operations in software. Currently
|
||||||
it support multiple hash algorithm including CRC/MD5/SHA.
|
it support multiple hash algorithm including CRC/MD5/SHA.
|
||||||
|
|
Loading…
Reference in a new issue