blob: bf9540eca67d785d4a694b5245b34cfc0a2aa3bd [file] [log] [blame]
Chia-Wei Wang6e844742021-07-30 09:08:03 +08001config DM_HASH
2 bool "Enable Driver Model for Hash"
3 depends on DM
4 help
5 If you want to use driver model for Hash, say Y.
Chia-Wei Wang8a523aa2021-07-30 09:08:04 +08006
7config HASH_SOFTWARE
8 bool "Enable driver for Hash in software"
9 depends on DM_HASH
10 depends on MD5
11 depends on SHA1
12 depends on SHA256
13 depends on SHA512_ALGO
14 help
15 Enable driver for hashing operations in software. Currently
16 it support multiple hash algorithm including CRC/MD5/SHA.
Johnny Huangd91aaa52021-10-27 14:17:27 +080017
18config HASH_ASPEED
19 bool "Enable Hash with ASPEED hash accelerator"
20 depends on DM_HASH
21 select ASPEED_HACE
22 help
23 Enable this to support HW-assisted hashing operations using ASPEED Hash
24 and Crypto engine - HACE