diff options
author | Nicolas Royer <nicolas@eukrea.com> | 2012-07-01 13:19:46 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-07-10 23:08:28 -0400 |
commit | ebc82efa1cd64efba0f41455460411b852b5b89c (patch) | |
tree | 7c63869c109c33dc4b4a5f95a46b24c688238117 /drivers/crypto/Kconfig | |
parent | 13802005d8f2db244ec1f5d7f6923de8f7a463db (diff) |
crypto: atmel - add Atmel SHA1/SHA256 driver
Signed-off-by: Nicolas Royer <nicolas@eukrea.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Tested-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 76d489b8890f..7d74d092aa8f 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -365,4 +365,18 @@ config CRYPTO_DEV_ATMEL_TDES | |||
365 | To compile this driver as a module, choose M here: the module | 365 | To compile this driver as a module, choose M here: the module |
366 | will be called atmel-tdes. | 366 | will be called atmel-tdes. |
367 | 367 | ||
368 | config CRYPTO_DEV_ATMEL_SHA | ||
369 | tristate "Support for Atmel SHA1/SHA256 hw accelerator" | ||
370 | depends on ARCH_AT91 | ||
371 | select CRYPTO_SHA1 | ||
372 | select CRYPTO_SHA256 | ||
373 | select CRYPTO_ALGAPI | ||
374 | help | ||
375 | Some Atmel processors have SHA1/SHA256 hw accelerator. | ||
376 | Select this if you want to use the Atmel module for | ||
377 | SHA1/SHA256 algorithms. | ||
378 | |||
379 | To compile this driver as a module, choose M here: the module | ||
380 | will be called atmel-sha. | ||
381 | |||
368 | endif # CRYPTO_HW | 382 | endif # CRYPTO_HW |