diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 87ec4d027c25..e66fb0a332d4 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -361,15 +361,17 @@ config CRYPTO_DEV_ATMEL_TDES | |||
361 | will be called atmel-tdes. | 361 | will be called atmel-tdes. |
362 | 362 | ||
363 | config CRYPTO_DEV_ATMEL_SHA | 363 | config CRYPTO_DEV_ATMEL_SHA |
364 | tristate "Support for Atmel SHA1/SHA256 hw accelerator" | 364 | tristate "Support for Atmel SHA hw accelerator" |
365 | depends on ARCH_AT91 | 365 | depends on ARCH_AT91 |
366 | select CRYPTO_SHA1 | 366 | select CRYPTO_SHA1 |
367 | select CRYPTO_SHA256 | 367 | select CRYPTO_SHA256 |
368 | select CRYPTO_SHA512 | ||
368 | select CRYPTO_ALGAPI | 369 | select CRYPTO_ALGAPI |
369 | help | 370 | help |
370 | Some Atmel processors have SHA1/SHA256 hw accelerator. | 371 | Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512 |
372 | hw accelerator. | ||
371 | Select this if you want to use the Atmel module for | 373 | Select this if you want to use the Atmel module for |
372 | SHA1/SHA256 algorithms. | 374 | SHA1/SHA224/SHA256/SHA384/SHA512 algorithms. |
373 | 375 | ||
374 | To compile this driver as a module, choose M here: the module | 376 | To compile this driver as a module, choose M here: the module |
375 | will be called atmel-sha. | 377 | will be called atmel-sha. |