Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_CRYPTO_DEV_QAT
	tristate
	select CONFIG_CRYPTO_AEAD
	select CONFIG_CRYPTO_AUTHENC
	select CONFIG_CRYPTO_BLKCIPHER
	select CONFIG_CRYPTO_AKCIPHER
	select CONFIG_CRYPTO_DH
	select CONFIG_CRYPTO_HMAC
	select CONFIG_CRYPTO_RSA
	select CONFIG_CRYPTO_SHA1
	select CONFIG_CRYPTO_SHA256
	select CONFIG_CRYPTO_SHA512
	select CONFIG_FW_LOADER

config CONFIG_CRYPTO_DEV_QAT_DH895xCC
	tristate "Support for Intel(R) DH895xCC"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_CRYPTO_DEV_QAT
	help
	  Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
	  for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_dh895xcc.

config CONFIG_CRYPTO_DEV_QAT_C3XXX
	tristate "Support for Intel(R) C3XXX"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_CRYPTO_DEV_QAT
	help
	  Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
	  for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_c3xxx.

config CONFIG_CRYPTO_DEV_QAT_C62X
	tristate "Support for Intel(R) C62X"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_CRYPTO_DEV_QAT
	help
	  Support for Intel(R) C62x with Intel(R) QuickAssist Technology
	  for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_c62x.

config CONFIG_CRYPTO_DEV_QAT_DH895xCCVF
	tristate "Support for Intel(R) DH895xCC Virtual Function"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_PCI_IOV
	select CONFIG_CRYPTO_DEV_QAT

	help
	  Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
	  Virtual Function for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_dh895xccvf.

config CONFIG_CRYPTO_DEV_QAT_C3XXXVF
	tristate "Support for Intel(R) C3XXX Virtual Function"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_PCI_IOV
	select CONFIG_CRYPTO_DEV_QAT
	help
	  Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
	  Virtual Function for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_c3xxxvf.

config CONFIG_CRYPTO_DEV_QAT_C62XVF
	tristate "Support for Intel(R) C62X Virtual Function"
	depends on CONFIG_X86 && CONFIG_PCI
	select CONFIG_PCI_IOV
	select CONFIG_CRYPTO_DEV_QAT
	help
	  Support for Intel(R) C62x with Intel(R) QuickAssist Technology
	  Virtual Function for accelerating crypto and compression workloads.

	  To compile this as a module, choose CONFIG_M here: the module
	  will be called qat_c62xvf.