mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
This driver relies on tegra-specific headers to compile so make it depend on ARCH_TEGRA. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
config TEGRA_AES
|
|
bool "Support the Tegra AES"
|
|
depends on ARCH_TEGRA && DM_AES
|
|
help
|
|
This provides a means to encrypt and decrypt data using the Tegra
|
|
Bit Stream Engine for Video/Audio. Also may provide a mean to
|
|
encrypt/decrypt/sign using already loaded device SBK.
|