crypto: qat - add support for c62xvf accel type
[deliverable/linux.git] / drivers / crypto / qat / Kconfig
1 config 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
14 config 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
25 config 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
36 config 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
47 config 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
60 config CRYPTO_DEV_QAT_C3XXXVF
61 tristate "Support for Intel(R) C3XXX Virtual Function"
62 depends on X86 && PCI
63 select CRYPTO_DEV_QAT
64 help
65 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
66 Virtual Function for accelerating crypto and compression workloads.
67
68 To compile this as a module, choose M here: the module
69 will be called qat_c3xxxvf.
70
71 config CRYPTO_DEV_QAT_C62XVF
72 tristate "Support for Intel(R) C62X Virtual Function"
73 depends on X86 && PCI
74 select CRYPTO_DEV_QAT
75 help
76 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
77 Virtual Function for accelerating crypto and compression workloads.
78
79 To compile this as a module, choose M here: the module
80 will be called qat_c62xvf.
This page took 0.034279 seconds and 5 git commands to generate.