crypto: atmel - add Atmel DES/TDES driver
[deliverable/linux.git] / drivers / crypto / Kconfig
index d04eabef1e8c2b4552b7e7712e9f82888c0d68bc..76d489b8890fbd231a22ee319f4464873e863641 100644 (file)
@@ -349,4 +349,20 @@ config CRYPTO_DEV_ATMEL_AES
          To compile this driver as a module, choose M here: the module
          will be called atmel-aes.
 
+config CRYPTO_DEV_ATMEL_TDES
+       tristate "Support for Atmel DES/TDES hw accelerator"
+       depends on ARCH_AT91
+       select CRYPTO_DES
+       select CRYPTO_CBC
+       select CRYPTO_ECB
+       select CRYPTO_ALGAPI
+       select CRYPTO_BLKCIPHER
+       help
+         Some Atmel processors have DES/TDES hw accelerator.
+         Select this if you want to use the Atmel module for
+         DES/TDES algorithms.
+
+         To compile this driver as a module, choose M here: the module
+         will be called atmel-tdes.
+
 endif # CRYPTO_HW
This page took 0.024068 seconds and 5 git commands to generate.