diff options
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 |