Johnny Huang | 9fcdd98 | 2021-10-27 14:17:27 +0800 | [diff] [blame] | 1 | config ASPEED_HACE |
2 | bool "ASPEED Hash and Crypto Engine" | ||||
3 | depends on DM_HASH | ||||
4 | help | ||||
5 | Select this option to enable a driver for using the SHA engine in | ||||
6 | the ASPEED BMC SoCs. | ||||
7 | |||||
8 | Enabling this allows the use of SHA operations in hardware without | ||||
9 | requiring the SHA software implementations. It also improves performance | ||||
10 | and saves code size. |