mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 15:23:07 +00:00
4deaff791c
Add UCLASS_HASH for hash driver development. Thus the hash drivers (SW or HW-accelerated) can be developed in the DM-based fashion. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
5 lines
125 B
Text
5 lines
125 B
Text
config DM_HASH
|
|
bool "Enable Driver Model for Hash"
|
|
depends on DM
|
|
help
|
|
If you want to use driver model for Hash, say Y.
|