Tom Rini 9ce9f66b76 crypto: tegra: Tighten TEGRA_AES driver dependency
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>
2025-10-28 11:27:43 +02:00

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.