mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +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>
7 lines
111 B
Text
7 lines
111 B
Text
menu "Hardware crypto devices"
|
|
|
|
source drivers/crypto/hash/Kconfig
|
|
|
|
source drivers/crypto/fsl/Kconfig
|
|
|
|
endmenu
|