Kconfig (8832023efd20966e29944dac92118dfbf1fa1bc0) Kconfig (fbf31dd599875cb132d764cf4d05d7985e332c05)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

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

501
502 To compile this driver as a module, choose M here: the module
503 will be called mxs-dcp.
504
505source "drivers/crypto/qat/Kconfig"
506source "drivers/crypto/cavium/cpt/Kconfig"
507source "drivers/crypto/cavium/nitrox/Kconfig"
508source "drivers/crypto/marvell/Kconfig"
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig CRYPTO_HW
4 bool "Hardware crypto devices"
5 default y
6 help
7 Say Y here to get to see options for hardware crypto devices and
8 processors. This option alone does not add any kernel code.

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

501
502 To compile this driver as a module, choose M here: the module
503 will be called mxs-dcp.
504
505source "drivers/crypto/qat/Kconfig"
506source "drivers/crypto/cavium/cpt/Kconfig"
507source "drivers/crypto/cavium/nitrox/Kconfig"
508source "drivers/crypto/marvell/Kconfig"
509source "drivers/crypto/intel/Kconfig"
509
510config CRYPTO_DEV_CAVIUM_ZIP
511 tristate "Cavium ZIP driver"
512 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
513 help
514 Select this option if you want to enable compression/decompression
515 acceleration on Cavium's ARM based SoCs
516

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

816 select CRYPTO_SHA512
817 select HW_RANDOM
818 select SG_SPLIT
819 help
820 K3 devices include a security accelerator engine that may be
821 used for crypto offload. Select this if you want to use hardware
822 acceleration for cryptographic algorithms on these devices.
823
510
511config CRYPTO_DEV_CAVIUM_ZIP
512 tristate "Cavium ZIP driver"
513 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
514 help
515 Select this option if you want to enable compression/decompression
516 acceleration on Cavium's ARM based SoCs
517

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

817 select CRYPTO_SHA512
818 select HW_RANDOM
819 select SG_SPLIT
820 help
821 K3 devices include a security accelerator engine that may be
822 used for crypto offload. Select this if you want to use hardware
823 acceleration for cryptographic algorithms on these devices.
824
824source "drivers/crypto/keembay/Kconfig"
825source "drivers/crypto/aspeed/Kconfig"
826
827endif # CRYPTO_HW
825source "drivers/crypto/aspeed/Kconfig"
826
827endif # CRYPTO_HW