crypto: rockchip - add DT bindings documentation
[deliverable/linux.git] / drivers / crypto / Kconfig
index d234719065a5f2e39c3e81681dc0bd184e803033..5357bc1f9e4bb80a119d0d2c0a304b37d55dd427 100644 (file)
@@ -378,10 +378,9 @@ config CRYPTO_DEV_BFIN_CRC
 
 config CRYPTO_DEV_ATMEL_AES
        tristate "Support for Atmel AES hw accelerator"
-       depends on ARCH_AT91
+       depends on AT_XDMAC || AT_HDMAC || COMPILE_TEST
        select CRYPTO_AES
        select CRYPTO_BLKCIPHER
-       select AT_HDMAC
        help
          Some Atmel processors have AES hw accelerator.
          Select this if you want to use the Atmel module for
@@ -420,7 +419,7 @@ config CRYPTO_DEV_CCP
        bool "Support for AMD Cryptographic Coprocessor"
        depends on ((X86 && PCI) || (ARM64 && (OF_ADDRESS || ACPI))) && HAS_IOMEM
        help
-         The AMD Cryptographic Coprocessor provides hardware support
+         The AMD Cryptographic Coprocessor provides hardware offload support
          for encryption, hashing and related operations.
 
 if CRYPTO_DEV_CCP
@@ -429,7 +428,8 @@ endif
 
 config CRYPTO_DEV_MXS_DCP
        tristate "Support for Freescale MXS DCP"
-       depends on ARCH_MXS
+       depends on (ARCH_MXS || ARCH_MXC)
+       select STMP_DEVICE
        select CRYPTO_CBC
        select CRYPTO_ECB
        select CRYPTO_AES
This page took 0.026605 seconds and 5 git commands to generate.