summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-08-18 10:47:08 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-08-25 11:31:45 -0700
commitf4e3683da67fc32227a080d2ae2c5f991afc1606 (patch)
treea92b0a91126597df7920b4b34e20ae0de3534c9e /drivers
parentb2ddc81e163c3c2657fe8796620571dbad06bff0 (diff)
crypto: tegra-aes: kconfig: depends on ARCH_TEGRA_3x_SOC
tegra-aes driver can also be used on tegra3. 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>
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 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