From ca2e01ace00d2073b8d0cce9b536a0d0a54162a5 Mon Sep 17 00:00:00 2001 From: Varun Wadekar Date: Thu, 18 Aug 2011 10:47:08 +0530 Subject: 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 Reviewed-on: http://git-master/r/47720 Reviewed-by: Bharat Nihalani Rebase-Id: R790a786e22b3c6a4d0339971419d2be03ed2e272 --- drivers/crypto/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'drivers/crypto') 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 -- cgit v1.2.3