Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / drivers / crypto / qat / Kconfig
blob85b44e577684b8104222c97f09755c0eee96e587
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
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.
22           To compile this as a module, choose M here: the module
23           will be called qat_dh895xcc.
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.
33           To compile this as a module, choose M here: the module
34           will be called qat_c3xxx.
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.
44           To compile this as a module, choose M here: the module
45           will be called qat_c62x.
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
53         help
54           Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
55           Virtual Function for accelerating crypto and compression workloads.
57           To compile this as a module, choose M here: the module
58           will be called qat_dh895xccvf.
60 config 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.
69           To compile this as a module, choose M here: the module
70           will be called qat_c3xxxvf.
72 config 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.
81           To compile this as a module, choose M here: the module
82           will be called qat_c62xvf.