Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config CRYPTO_DEV_QAT
2 tristate
3 select CRYPTO_AEAD
4 select CRYPTO_AUTHENC
5 select CRYPTO_BLKCIPHER
6 select CRYPTO_AKCIPHER
7 select CRYPTO_HMAC
8 select CRYPTO_SHA1
9 select CRYPTO_SHA256
10 select CRYPTO_SHA512
11 select FW_LOADER
12 select ASN1
13
14config CRYPTO_DEV_QAT_DH895xCC
15 tristate "Support for Intel(R) DH895xCC"
16 depends on X86 && PCI
17 select CRYPTO_DEV_QAT
18 help
19 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
20 for accelerating crypto and compression workloads.
21
22 To compile this as a module, choose M here: the module
23 will be called qat_dh895xcc.
24
25config CRYPTO_DEV_QAT_C3XXX
26 tristate "Support for Intel(R) C3XXX"
27 depends on X86 && PCI
28 select CRYPTO_DEV_QAT
29 help
30 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
31 for accelerating crypto and compression workloads.
32
33 To compile this as a module, choose M here: the module
34 will be called qat_c3xxx.
35
36config CRYPTO_DEV_QAT_C62X
37 tristate "Support for Intel(R) C62X"
38 depends on X86 && PCI
39 select CRYPTO_DEV_QAT
40 help
41 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
42 for accelerating crypto and compression workloads.
43
44 To compile this as a module, choose M here: the module
45 will be called qat_c62x.
46
47config CRYPTO_DEV_QAT_DH895xCCVF
48 tristate "Support for Intel(R) DH895xCC Virtual Function"
49 depends on X86 && PCI
50 select PCI_IOV
51 select CRYPTO_DEV_QAT
52
53 help
54 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
55 Virtual Function for accelerating crypto and compression workloads.
56
57 To compile this as a module, choose M here: the module
58 will be called qat_dh895xccvf.
59
60config CRYPTO_DEV_QAT_C3XXXVF
61 tristate "Support for Intel(R) C3XXX Virtual Function"
62 depends on X86 && PCI
63 select PCI_IOV
64 select CRYPTO_DEV_QAT
65 help
66 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
67 Virtual Function for accelerating crypto and compression workloads.
68
69 To compile this as a module, choose M here: the module
70 will be called qat_c3xxxvf.
71
72config CRYPTO_DEV_QAT_C62XVF
73 tristate "Support for Intel(R) C62X Virtual Function"
74 depends on X86 && PCI
75 select PCI_IOV
76 select CRYPTO_DEV_QAT
77 help
78 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
79 Virtual Function for accelerating crypto and compression workloads.
80
81 To compile this as a module, choose M here: the module
82 will be called qat_c62xvf.