1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-22 22:17:22 +01:00
Files
u-boot-megous/drivers/crypto/Kconfig
Chia-Wei Wang 4deaff791c dm: hash: Add new UCLASS_HASH support
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>
2021-09-01 19:25:37 -04:00

8 lines
111 B
Plaintext

menu "Hardware crypto devices"
source drivers/crypto/hash/Kconfig
source drivers/crypto/fsl/Kconfig
endmenu