blob: cd29a5c6a4f39c69e03b26825f0db15faf13e7ee [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.