2021-07-30 01:08:03 +00:00
|
|
|
config DM_HASH
|
|
|
|
bool "Enable Driver Model for Hash"
|
|
|
|
depends on DM
|
|
|
|
help
|
|
|
|
If you want to use driver model for Hash, say Y.
|
2021-07-30 01:08:04 +00:00
|
|
|
|
|
|
|
config HASH_SOFTWARE
|
|
|
|
bool "Enable driver for Hash in software"
|
|
|
|
depends on DM_HASH
|
|
|
|
depends on MD5
|
|
|
|
depends on SHA1
|
|
|
|
depends on SHA256
|
2022-06-29 10:27:34 +00:00
|
|
|
depends on SHA384
|
|
|
|
depends on SHA512
|
2021-07-30 01:08:04 +00:00
|
|
|
help
|
|
|
|
Enable driver for hashing operations in software. Currently
|
|
|
|
it support multiple hash algorithm including CRC/MD5/SHA.
|
2021-10-27 06:17:27 +00:00
|
|
|
|
|
|
|
config HASH_ASPEED
|
|
|
|
bool "Enable Hash with ASPEED hash accelerator"
|
|
|
|
depends on DM_HASH
|
|
|
|
select ASPEED_HACE
|
|
|
|
help
|
|
|
|
Enable this to support HW-assisted hashing operations using ASPEED Hash
|
|
|
|
and Crypto engine - HACE
|