Kconfig (c2f4160b77f1e12b2c05f2253575617faf0c69d0) Kconfig (21dc9e8f941f8693992230d189a556b220b50f5b)
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

--- 406 unchanged lines hidden (view full) ---

415
416 To compile this driver as a module, choose M here: the module
417 will be called atmel-sha.
418
419config CRYPTO_DEV_CCP
420 bool "Support for AMD Cryptographic Coprocessor"
421 depends on ((X86 && PCI) || (ARM64 && (OF_ADDRESS || ACPI))) && HAS_IOMEM
422 help
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

--- 406 unchanged lines hidden (view full) ---

415
416 To compile this driver as a module, choose M here: the module
417 will be called atmel-sha.
418
419config CRYPTO_DEV_CCP
420 bool "Support for AMD Cryptographic Coprocessor"
421 depends on ((X86 && PCI) || (ARM64 && (OF_ADDRESS || ACPI))) && HAS_IOMEM
422 help
423 The AMD Cryptographic Coprocessor provides hardware support
423 The AMD Cryptographic Coprocessor provides hardware offload support
424 for encryption, hashing and related operations.
425
426if CRYPTO_DEV_CCP
427 source "drivers/crypto/ccp/Kconfig"
428endif
429
430config CRYPTO_DEV_MXS_DCP
431 tristate "Support for Freescale MXS DCP"
424 for encryption, hashing and related operations.
425
426if CRYPTO_DEV_CCP
427 source "drivers/crypto/ccp/Kconfig"
428endif
429
430config CRYPTO_DEV_MXS_DCP
431 tristate "Support for Freescale MXS DCP"
432 depends on ARCH_MXS
432 depends on (ARCH_MXS || ARCH_MXC)
433 select CRYPTO_CBC
434 select CRYPTO_ECB
435 select CRYPTO_AES
436 select CRYPTO_BLKCIPHER
437 select CRYPTO_HASH
438 help
439 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
440 co-processor on the die.

--- 60 unchanged lines hidden ---
433 select CRYPTO_CBC
434 select CRYPTO_ECB
435 select CRYPTO_AES
436 select CRYPTO_BLKCIPHER
437 select CRYPTO_HASH
438 help
439 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
440 co-processor on the die.

--- 60 unchanged lines hidden ---