Files
u-boot/drivers/crypto/Kconfig
Ion Agorria 0d84494064 dm: crypto: Create AES uclass
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>
2025-07-11 10:43:29 -06:00

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