diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index be6b2ba11fb1..d04eabef1e8c 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -332,4 +332,21 @@ config CRYPTO_DEV_BFIN_CRC | |||
332 | Newer Blackfin processors have CRC hardware. Select this if you | 332 | Newer Blackfin processors have CRC hardware. Select this if you |
333 | want to use the Blackfin CRC module. | 333 | want to use the Blackfin CRC module. |
334 | 334 | ||
335 | config CRYPTO_DEV_ATMEL_AES | ||
336 | tristate "Support for Atmel AES hw accelerator" | ||
337 | depends on ARCH_AT91 | ||
338 | select CRYPTO_CBC | ||
339 | select CRYPTO_ECB | ||
340 | select CRYPTO_AES | ||
341 | select CRYPTO_ALGAPI | ||
342 | select CRYPTO_BLKCIPHER | ||
343 | select CONFIG_AT_HDMAC | ||
344 | help | ||
345 | Some Atmel processors have AES hw accelerator. | ||
346 | Select this if you want to use the Atmel module for | ||
347 | AES algorithms. | ||
348 | |||
349 | To compile this driver as a module, choose M here: the module | ||
350 | will be called atmel-aes. | ||
351 | |||
335 | endif # CRYPTO_HW | 352 | endif # CRYPTO_HW |