NVIDIA: SAUCE: crypto: tegra: Add Kconfig to support Tegra SE

BugLink: https://bugs.launchpad.net/bugs/2072591

Add a config to support Tegra SE driver. The config will primarily
enable CONFIG_CRYPTO_ENGINE which is essential to compile tegra-se
driver in nvidia-oot.

http://nvbugs/4221414
http://nvbugs/3579794

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Tested-by: Kartik Rajput <kkartik@nvidia.com>
Reviewed-by: Kartik Rajput <kkartik@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Jacob Martin <jacob.martin@canonical.com>
Acked-by: Noah Wager <noah.wager@canonical.com>
Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
Akhil R
2023-09-26 19:48:02 +05:30
committed by Noah Wager
parent 903f7f88d9
commit ddca829b6d
+12
View File
@@ -779,6 +779,18 @@ source "drivers/crypto/hisilicon/Kconfig"
source "drivers/crypto/amlogic/Kconfig"
config CRYPTO_DEV_TEGRA
tristate "Support Tegra Security Engine"
default m
depends on ARCH_TEGRA
select CRYPTO_ENGINE
help
config to support Tegra SE driver. The config will primarily
enable CONFIG_CRYPTO_ENGINE which is essential to compile tegra-se
driver in nvidia-oot. Adding this config here since CRYPTO_ENGINE
cannot be enabled from defconfig independently. It need to be
selected by the dependent module.
config CRYPTO_DEV_SA2UL
tristate "Support for TI security accelerator"
depends on ARCH_K3 || COMPILE_TEST