Kconfig (1b44c5a60c137e5fd0c2c8b86e58fdbc9cd181ce) Kconfig (14fa93cdcd9bbd50018196c00ca16da636f965c2)
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

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

536 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
537 co-processor on the die.
538
539 To compile this driver as a module, choose M here: the module
540 will be called mxs-dcp.
541
542source "drivers/crypto/qat/Kconfig"
543source "drivers/crypto/cavium/cpt/Kconfig"
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

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

536 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
537 co-processor on the die.
538
539 To compile this driver as a module, choose M here: the module
540 will be called mxs-dcp.
541
542source "drivers/crypto/qat/Kconfig"
543source "drivers/crypto/cavium/cpt/Kconfig"
544source "drivers/crypto/cavium/nitrox/Kconfig"
544
545config CRYPTO_DEV_CAVIUM_ZIP
546 tristate "Cavium ZIP driver"
547 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
548 ---help---
549 Select this option if you want to enable compression/decompression
550 acceleration on Cavium's ARM based SoCs
551

--- 124 unchanged lines hidden ---
545
546config CRYPTO_DEV_CAVIUM_ZIP
547 tristate "Cavium ZIP driver"
548 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
549 ---help---
550 Select this option if you want to enable compression/decompression
551 acceleration on Cavium's ARM based SoCs
552

--- 124 unchanged lines hidden ---