mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
committed by
Svyatoslav Ryhel
parent
e50f80d137
commit
9ce9f66b76
@@ -1,6 +1,6 @@
|
||||
config TEGRA_AES
|
||||
bool "Support the Tegra AES"
|
||||
depends on DM_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
|
||||
|
||||
Reference in New Issue
Block a user