diff options
author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2010-09-03 07:16:02 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-09-03 07:16:02 -0400 |
commit | 537559a5b3ef854772bd89fbb43aa77d0bbfb721 (patch) | |
tree | 7341e9a9b9b91fbada30ef903950e5e12f5a74a1 /drivers/crypto/Kconfig | |
parent | b744c679f62b368cb94c21c1dcd4618e42d88d63 (diff) |
crypto: omap-aes - OMAP2/3 AES hw accelerator driver
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index fbf94cf496f0..1ce702170e79 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -243,4 +243,12 @@ config CRYPTO_DEV_OMAP_SHAM | |||
243 | OMAP processors have SHA1/MD5 hw accelerator. Select this if you | 243 | OMAP processors have SHA1/MD5 hw accelerator. Select this if you |
244 | want to use the OMAP module for SHA1/MD5 algorithms. | 244 | want to use the OMAP module for SHA1/MD5 algorithms. |
245 | 245 | ||
246 | config CRYPTO_DEV_OMAP_AES | ||
247 | tristate "Support for OMAP AES hw engine" | ||
248 | depends on ARCH_OMAP2 || ARCH_OMAP3 | ||
249 | select CRYPTO_AES | ||
250 | help | ||
251 | OMAP processors have AES module accelerator. Select this if you | ||
252 | want to use the OMAP module for AES algorithms. | ||
253 | |||
246 | endif # CRYPTO_HW | 254 | endif # CRYPTO_HW |