mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Create a basic framework for a group of devices that perform AES cryptographic operations. Signed-off-by: Ion Agorria <ion@agorria.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
menu "Hardware crypto devices"
|
|
|
|
source "drivers/crypto/hash/Kconfig"
|
|
|
|
source "drivers/crypto/aes/Kconfig"
|
|
|
|
source "drivers/crypto/fsl/Kconfig"
|
|
|
|
source "drivers/crypto/aspeed/Kconfig"
|
|
|
|
source "drivers/crypto/nuvoton/Kconfig"
|
|
|
|
endmenu
|