7b3e791ae2d62400d654698064ef8774a7d642d2
[linux-drm-fsl-dcu.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_DH895xCCVF
37         tristate "Support for Intel(R) DH895xCC Virtual Function"
38         depends on X86 && PCI
39         select PCI_IOV
40         select CRYPTO_DEV_QAT
41
42         help
43           Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
44           Virtual Function for accelerating crypto and compression workloads.
45
46           To compile this as a module, choose M here: the module
47           will be called qat_dh895xccvf.