forked from OERV-BSP/u-boot
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
|