Kconfig (41c177cf354126a22443b5c80cec9fdd313e67e1) Kconfig (109303336a0cc8ed903d8b1b83114d79b841d8de)
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.

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

606 select CRYPTO_RNG
607 help
608 This driver provides support for the Random Number
609 Generator hardware found on Qualcomm SoCs.
610
611 To compile this driver as a module, choose M here. The
612 module will be called qcom-rng. If unsure, say N.
613
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.

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

606 select CRYPTO_RNG
607 help
608 This driver provides support for the Random Number
609 Generator hardware found on Qualcomm SoCs.
610
611 To compile this driver as a module, choose M here. The
612 module will be called qcom-rng. If unsure, say N.
613
614config CRYPTO_DEV_VMX
615 bool "Support for VMX cryptographic acceleration instructions"
616 depends on PPC64 && VSX
617 help
618 Support for VMX cryptographic acceleration instructions.
614#config CRYPTO_DEV_VMX
615# bool "Support for VMX cryptographic acceleration instructions"
616# depends on PPC64 && VSX
617# help
618# Support for VMX cryptographic acceleration instructions.
619#
620#source "drivers/crypto/vmx/Kconfig"
619
621
620source "drivers/crypto/vmx/Kconfig"
621
622config CRYPTO_DEV_IMGTEC_HASH
623 tristate "Imagination Technologies hardware hash accelerator"
624 depends on MIPS || COMPILE_TEST
625 select CRYPTO_MD5
626 select CRYPTO_SHA1
627 select CRYPTO_SHA256
628 select CRYPTO_HASH
629 help

--- 173 unchanged lines hidden ---
622config CRYPTO_DEV_IMGTEC_HASH
623 tristate "Imagination Technologies hardware hash accelerator"
624 depends on MIPS || COMPILE_TEST
625 select CRYPTO_MD5
626 select CRYPTO_SHA1
627 select CRYPTO_SHA256
628 select CRYPTO_HASH
629 help

--- 173 unchanged lines hidden ---