mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 17:23:09 +00:00
11 lines
347 B
Text
11 lines
347 B
Text
|
config ASPEED_HACE
|
||
|
bool "ASPEED Hash and Crypto Engine"
|
||
|
depends on DM_HASH
|
||
|
help
|
||
|
Select this option to enable a driver for using the SHA engine in
|
||
|
the ASPEED BMC SoCs.
|
||
|
|
||
|
Enabling this allows the use of SHA operations in hardware without
|
||
|
requiring the SHA software implementations. It also improves performance
|
||
|
and saves code size.
|