Files
u-boot/drivers/crypto/nuvoton/Kconfig
Tom Rini 42dee43d62 crypto: nuvoton: Tighten some dependencies for the nuvoton platforms
The nuvoton AES driver cannot build without platform specific headers
being available. Express that requirement in Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-07-10 08:40:55 -06:00

16 lines
539 B
Plaintext

config NPCM_AES
bool "Support the NPCM AES algorithm"
depends on (ARM && ARCH_NPCM)
select NPCM_OTP
help
This provides a means to encrypt and decrypt data using the NPCM
AES (Advanced Encryption Standard). This algorithm uses a symmetric
key and is widely used as a streaming cipher. This command only
supports AES256-CBC.
config NPCM_SHA
bool "Enable NPCM cryptographic HW SHA accelerator"
help
This option enables support of NPCM cryptographic HW SHA accelerator.
It supports SHA1 and SHA256 hashing algorithms.