Kconfig 976 字节
Newer Older
1 2 3 4
config CRYPTO_DEV_QAT
	tristate
	select CRYPTO_AEAD
	select CRYPTO_AUTHENC
5
	select CRYPTO_BLKCIPHER
6
	select CRYPTO_AKCIPHER
7
	select CRYPTO_HMAC
8 9 10
	select CRYPTO_SHA1
	select CRYPTO_SHA256
	select CRYPTO_SHA512
11
	select FW_LOADER
12
	select ASN1
13 14 15 16 17 18 19 20 21 22 23

config CRYPTO_DEV_QAT_DH895xCC
	tristate "Support for Intel(R) DH895xCC"
	depends on X86 && PCI
	select 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 M here: the module
	  will be called qat_dh895xcc.
24 25 26

config CRYPTO_DEV_QAT_DH895xCCVF
	tristate "Support for Intel(R) DH895xCC Virtual Function"
27
	depends on X86 && PCI
28
	select PCI_IOV
29
	select CRYPTO_DEV_QAT
30 31 32 33 34 35 36

	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 M here: the module
	  will be called qat_dh895xccvf.