Kconfig (7ffe939dd9c71e149f31817394b70b52b4067304) Kconfig (640035a2dc5534b49cd64580e41874b71f131a1c)
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

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

510 co-processor on the die.
511
512 To compile this driver as a module, choose M here: the module
513 will be called mxs-dcp.
514
515source "drivers/crypto/qat/Kconfig"
516source "drivers/crypto/cavium/cpt/Kconfig"
517
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

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

510 co-processor on the die.
511
512 To compile this driver as a module, choose M here: the module
513 will be called mxs-dcp.
514
515source "drivers/crypto/qat/Kconfig"
516source "drivers/crypto/cavium/cpt/Kconfig"
517
518config CRYPTO_DEV_CAVIUM_ZIP
519 tristate "Cavium ZIP driver"
520 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
521 ---help---
522 Select this option if you want to enable compression/decompression
523 acceleration on Cavium's ARM based SoCs
524
518config CRYPTO_DEV_QCE
519 tristate "Qualcomm crypto engine accelerator"
520 depends on (ARCH_QCOM || COMPILE_TEST) && HAS_DMA && HAS_IOMEM
521 select CRYPTO_AES
522 select CRYPTO_DES
523 select CRYPTO_ECB
524 select CRYPTO_CBC
525 select CRYPTO_XTS

--- 97 unchanged lines hidden ---
525config CRYPTO_DEV_QCE
526 tristate "Qualcomm crypto engine accelerator"
527 depends on (ARCH_QCOM || COMPILE_TEST) && HAS_DMA && HAS_IOMEM
528 select CRYPTO_AES
529 select CRYPTO_DES
530 select CRYPTO_ECB
531 select CRYPTO_CBC
532 select CRYPTO_XTS

--- 97 unchanged lines hidden ---