summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-08-18 10:47:08 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:33 -0800
commitca2e01ace00d2073b8d0cce9b536a0d0a54162a5 (patch)
tree7002e564b7374946d317f0961b66b29a426d5447 /drivers/crypto
parentf7bb05e3d5fd6bac4ade80d7ec3277f26c789741 (diff)
crypto: tegra-aes: kconfig: depends on ARCH_TEGRA_3x_SOC
tegra-aes driver can also be used on tegra3. Original-Change-Id: Ic0d5e705abfefea9b43d64a9a85d748df189abc9 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/47720 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R790a786e22b3c6a4d0339971419d2be03ed2e272
Diffstat (limited to 'drivers/crypto')
-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