diff options
author | Kasoju Mallikarjun <mkasoju@nvidia.com> | 2011-05-03 21:59:05 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:41:47 -0800 |
commit | d7b1af98d7f53a54abebeea6f9aa81304514f0f5 (patch) | |
tree | 729a7edfa10581a1a9ac3d22a992c8371f746310 /drivers/crypto/Kconfig | |
parent | e113213a61db25b3356aa272cc323dec9641d2b3 (diff) |
crypto: se: tegra: Support for Security Engine
Added support for Security Engine.
Following HW features are supported:
CBC,ECB,CTR,OFB,SHA1,SHA224,SHA384,SHA512 and AES-CMAC
Original-Change-Id: Ic45c29add689f55be68966d333d1cb7cdb378353
Reviewed-on: http://git-master/r/29950
Tested-by: Mallikarjun Kasoju <mkasoju@nvidia.com>
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Rebase-Id: R57f92020a7a713f624afe3b1d42da489bf89daba
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 135861cf3f72..9602358849db 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -301,4 +301,11 @@ config CRYPTO_DEV_TEGRA_AES TEGRA processors have AES module accelerator. Select this if you want to use the TEGRA module for AES algorithms. +config CRYPTO_DEV_TEGRA_SE + tristate "Tegra SE driver for crypto algorithms" + depends on ARCH_TEGRA_3x_SOC + select CRYPTO_AES + help + This option allows you to have support of Security Engine for crypto acceleration. + endif # CRYPTO_HW |