]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/crypto/qat/Kconfig
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[mirror_ubuntu-bionic-kernel.git] / drivers / crypto / qat / Kconfig
CommitLineData
d8cba25d
TS
1config CRYPTO_DEV_QAT
2 tristate
3 select CRYPTO_AEAD
4 select CRYPTO_AUTHENC
596103cf 5 select CRYPTO_BLKCIPHER
a9905320 6 select CRYPTO_AKCIPHER
c9839143 7 select CRYPTO_DH
596103cf 8 select CRYPTO_HMAC
6889621f 9 select CRYPTO_RSA
d8cba25d
TS
10 select CRYPTO_SHA1
11 select CRYPTO_SHA256
12 select CRYPTO_SHA512
83530d81 13 select FW_LOADER
d8cba25d
TS
14
15config CRYPTO_DEV_QAT_DH895xCC
16 tristate "Support for Intel(R) DH895xCC"
17 depends on X86 && PCI
d8cba25d
TS
18 select CRYPTO_DEV_QAT
19 help
20 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
21 for accelerating crypto and compression workloads.
22
23 To compile this as a module, choose M here: the module
24 will be called qat_dh895xcc.
dd0f3683 25
890c55f4
TS
26config CRYPTO_DEV_QAT_C3XXX
27 tristate "Support for Intel(R) C3XXX"
28 depends on X86 && PCI
29 select CRYPTO_DEV_QAT
30 help
31 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
32 for accelerating crypto and compression workloads.
33
34 To compile this as a module, choose M here: the module
35 will be called qat_c3xxx.
36
a6dabee6
TS
37config CRYPTO_DEV_QAT_C62X
38 tristate "Support for Intel(R) C62X"
39 depends on X86 && PCI
40 select CRYPTO_DEV_QAT
41 help
42 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
43 for accelerating crypto and compression workloads.
44
45 To compile this as a module, choose M here: the module
46 will be called qat_c62x.
47
dd0f3683
TS
48config CRYPTO_DEV_QAT_DH895xCCVF
49 tristate "Support for Intel(R) DH895xCC Virtual Function"
18be4ebe 50 depends on X86 && PCI
dd0f3683 51 select PCI_IOV
18be4ebe 52 select CRYPTO_DEV_QAT
dd0f3683
TS
53
54 help
55 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
56 Virtual Function for accelerating crypto and compression workloads.
57
58 To compile this as a module, choose M here: the module
59 will be called qat_dh895xccvf.
8b206f2d
TS
60
61config CRYPTO_DEV_QAT_C3XXXVF
62 tristate "Support for Intel(R) C3XXX Virtual Function"
63 depends on X86 && PCI
75910d37 64 select PCI_IOV
8b206f2d
TS
65 select CRYPTO_DEV_QAT
66 help
67 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
68 Virtual Function for accelerating crypto and compression workloads.
69
70 To compile this as a module, choose M here: the module
71 will be called qat_c3xxxvf.
3771df3c
TS
72
73config CRYPTO_DEV_QAT_C62XVF
74 tristate "Support for Intel(R) C62X Virtual Function"
75 depends on X86 && PCI
75910d37 76 select PCI_IOV
3771df3c
TS
77 select CRYPTO_DEV_QAT
78 help
79 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
80 Virtual Function for accelerating crypto and compression workloads.
81
82 To compile this as a module, choose M here: the module
83 will be called qat_c62xvf.