diff options
author | Nicolas Royer <nicolas@eukrea.com> | 2012-07-01 13:19:45 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-07-10 23:08:14 -0400 |
commit | 13802005d8f2db244ec1f5d7f6923de8f7a463db (patch) | |
tree | 05126a6de45d44d63df4ba7451695426a8c1e901 /drivers/crypto/Kconfig | |
parent | bd3c7b5c2aba0d806285700848f588ca482094d8 (diff) |
crypto: atmel - add Atmel DES/TDES 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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index d04eabef1e8c..76d489b8890f 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -349,4 +349,20 @@ config CRYPTO_DEV_ATMEL_AES | |||
349 | To compile this driver as a module, choose M here: the module | 349 | To compile this driver as a module, choose M here: the module |
350 | will be called atmel-aes. | 350 | will be called atmel-aes. |
351 | 351 | ||
352 | config CRYPTO_DEV_ATMEL_TDES | ||
353 | tristate "Support for Atmel DES/TDES hw accelerator" | ||
354 | depends on ARCH_AT91 | ||
355 | select CRYPTO_DES | ||
356 | select CRYPTO_CBC | ||
357 | select CRYPTO_ECB | ||
358 | select CRYPTO_ALGAPI | ||
359 | select CRYPTO_BLKCIPHER | ||
360 | help | ||
361 | Some Atmel processors have DES/TDES hw accelerator. | ||
362 | Select this if you want to use the Atmel module for | ||
363 | DES/TDES algorithms. | ||
364 | |||
365 | To compile this driver as a module, choose M here: the module | ||
366 | will be called atmel-tdes. | ||
367 | |||
352 | endif # CRYPTO_HW | 368 | endif # CRYPTO_HW |