mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-25 00:21:28 +02:00
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>
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
menu "Hardware crypto devices"
|
|
|
|
source drivers/crypto/hash/Kconfig
|
|
|
|
source drivers/crypto/fsl/Kconfig
|
|
|
|
endmenu
|