summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/crypto/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 9602358849db..b6994751719d 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -18,7 +18,7 @@ config CRYPTO_DEV_PADLOCK
(so called VIA PadLock ACE, Advanced Cryptography Engine)
that provides instructions for very fast cryptographic
operations with supported algorithms.
-
+
The instructions are used only when the CPU supports them.
Otherwise software encryption is used.
@@ -294,7 +294,7 @@ config CRYPTO_DEV_S5P
config CRYPTO_DEV_TEGRA_AES
tristate "Support for TEGRA AES hw engine"
- depends on ARCH_TEGRA_2x_SOC
+ depends on ARCH_TEGRA_2x_SOC || ARCH_TEGRA_3x_SOC
select CRYPTO_AES
select TEGRA_ARB_SEMAPHORE
help
@@ -306,6 +306,7 @@ config CRYPTO_DEV_TEGRA_SE
depends on ARCH_TEGRA_3x_SOC
select CRYPTO_AES
help
- This option allows you to have support of Security Engine for crypto acceleration.
+ This option allows you to have support of Security Engine for crypto
+ acceleration.
endif # CRYPTO_HW