diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 8ff7c230d82e..f4fd837bcb82 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -242,17 +242,20 @@ config CRYPTO_DEV_PPC4XX | |||
242 | This option allows you to have support for AMCC crypto acceleration. | 242 | This option allows you to have support for AMCC crypto acceleration. |
243 | 243 | ||
244 | config CRYPTO_DEV_OMAP_SHAM | 244 | config CRYPTO_DEV_OMAP_SHAM |
245 | tristate "Support for OMAP SHA1/MD5 hw accelerator" | 245 | tristate "Support for OMAP MD5/SHA1/SHA2 hw accelerator" |
246 | depends on ARCH_OMAP2 || ARCH_OMAP3 | 246 | depends on ARCH_OMAP2PLUS |
247 | select CRYPTO_SHA1 | 247 | select CRYPTO_SHA1 |
248 | select CRYPTO_MD5 | 248 | select CRYPTO_MD5 |
249 | select CRYPTO_SHA256 | ||
250 | select CRYPTO_SHA512 | ||
251 | select CRYPTO_HMAC | ||
249 | help | 252 | help |
250 | OMAP processors have SHA1/MD5 hw accelerator. Select this if you | 253 | OMAP processors have MD5/SHA1/SHA2 hw accelerator. Select this if you |
251 | want to use the OMAP module for SHA1/MD5 algorithms. | 254 | want to use the OMAP module for MD5/SHA1/SHA2 algorithms. |
252 | 255 | ||
253 | config CRYPTO_DEV_OMAP_AES | 256 | config CRYPTO_DEV_OMAP_AES |
254 | tristate "Support for OMAP AES hw engine" | 257 | tristate "Support for OMAP AES hw engine" |
255 | depends on ARCH_OMAP2 || ARCH_OMAP3 | 258 | depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP2PLUS |
256 | select CRYPTO_AES | 259 | select CRYPTO_AES |
257 | select CRYPTO_BLKCIPHER2 | 260 | select CRYPTO_BLKCIPHER2 |
258 | help | 261 | help |