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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user