]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/crypto/qat/Kconfig
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-eoan-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
596103cf 7 select CRYPTO_HMAC
d8cba25d
TS
8 select CRYPTO_SHA1
9 select CRYPTO_SHA256
10 select CRYPTO_SHA512
83530d81 11 select FW_LOADER
a9905320 12 select ASN1
d8cba25d
TS
13
14config CRYPTO_DEV_QAT_DH895xCC
15 tristate "Support for Intel(R) DH895xCC"
16 depends on X86 && PCI
d8cba25d
TS
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.
dd0f3683
TS
24
25config CRYPTO_DEV_QAT_DH895xCCVF
26 tristate "Support for Intel(R) DH895xCC Virtual Function"
18be4ebe 27 depends on X86 && PCI
dd0f3683 28 select PCI_IOV
18be4ebe 29 select CRYPTO_DEV_QAT
dd0f3683
TS
30
31 help
32 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
33 Virtual Function for accelerating crypto and compression workloads.
34
35 To compile this as a module, choose M here: the module
36 will be called qat_dh895xccvf.