summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/crypto/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 378818c7ff59..80d8283ca5e8 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.
@@ -245,7 +245,7 @@ config CRYPTO_DEV_OMAP_SHAM
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
@@ -257,6 +257,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