1 # SPDX-License-Identifier: GPL-2.0-only
18 config CRYPTO_DEV_QAT_DH895xCC
19 tristate "Support for Intel(R) DH895xCC"
20 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
23 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
24 for accelerating crypto and compression workloads.
26 To compile this as a module, choose M here: the module
27 will be called qat_dh895xcc.
29 config CRYPTO_DEV_QAT_C3XXX
30 tristate "Support for Intel(R) C3XXX"
31 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
34 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
35 for accelerating crypto and compression workloads.
37 To compile this as a module, choose M here: the module
38 will be called qat_c3xxx.
40 config CRYPTO_DEV_QAT_C62X
41 tristate "Support for Intel(R) C62X"
42 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
45 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
46 for accelerating crypto and compression workloads.
48 To compile this as a module, choose M here: the module
49 will be called qat_c62x.
51 config CRYPTO_DEV_QAT_4XXX
52 tristate "Support for Intel(R) QAT_4XXX"
53 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
56 Support for Intel(R) QuickAssist Technology QAT_4xxx
57 for accelerating crypto and compression workloads.
59 To compile this as a module, choose M here: the module
60 will be called qat_4xxx.
62 config CRYPTO_DEV_QAT_DH895xCCVF
63 tristate "Support for Intel(R) DH895xCC Virtual Function"
64 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
69 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
70 Virtual Function for accelerating crypto and compression workloads.
72 To compile this as a module, choose M here: the module
73 will be called qat_dh895xccvf.
75 config CRYPTO_DEV_QAT_C3XXXVF
76 tristate "Support for Intel(R) C3XXX Virtual Function"
77 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
81 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
82 Virtual Function for accelerating crypto and compression workloads.
84 To compile this as a module, choose M here: the module
85 will be called qat_c3xxxvf.
87 config CRYPTO_DEV_QAT_C62XVF
88 tristate "Support for Intel(R) C62X Virtual Function"
89 depends on PCI && (!CPU_BIG_ENDIAN || COMPILE_TEST)
93 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
94 Virtual Function for accelerating crypto and compression workloads.
96 To compile this as a module, choose M here: the module
97 will be called qat_c62xvf.