mirror of
https://xff.cz/git/u-boot/
synced 2026-01-22 22:17:22 +01: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
|