We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80388e commit f7f9482Copy full SHA for f7f9482
drivers/crypto/Kconfig
@@ -445,6 +445,7 @@ config CRYPTO_DEV_ATMEL_AES
445
446
config CRYPTO_DEV_ATMEL_TDES
447
tristate "Support for Atmel DES/TDES hw accelerator"
448
+ depends on HAS_DMA
449
depends on ARCH_AT91 || COMPILE_TEST
450
select CRYPTO_DES
451
select CRYPTO_BLKCIPHER
@@ -458,6 +459,7 @@ config CRYPTO_DEV_ATMEL_TDES
458
459
460
config CRYPTO_DEV_ATMEL_SHA
461
tristate "Support for Atmel SHA hw accelerator"
462
463
464
select CRYPTO_HASH
465
help
0 commit comments