summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/Kconfig
diff options
context:
space:
mode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2020-11-13 19:46:43 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2020-11-20 06:45:34 +0300
commit8c8268166e83425243789c5781c92e7fa33b703b (patch)
treeae057306102ffc6df1c69b1c71bd3ddb8b438699 /drivers/crypto/qat/Kconfig
parent6644f49e7b71e13bcc5498d9fea8862c5ce96388 (diff)
downloadlinux-8c8268166e83425243789c5781c92e7fa33b703b.tar.xz
crypto: qat - add qat_4xxx driver
Add support for QAT 4xxx devices. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Reviewed-by: Fiona Trahe <fiona.trahe@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qat/Kconfig')
-rw-r--r--drivers/crypto/qat/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/qat/Kconfig b/drivers/crypto/qat/Kconfig
index 2006322345de..beb379b23dc3 100644
--- a/drivers/crypto/qat/Kconfig
+++ b/drivers/crypto/qat/Kconfig
@@ -46,6 +46,17 @@ config CRYPTO_DEV_QAT_C62X
To compile this as a module, choose M here: the module
will be called qat_c62x.
+config CRYPTO_DEV_QAT_4XXX
+ tristate "Support for Intel(R) QAT_4XXX"
+ depends on X86 && PCI
+ select CRYPTO_DEV_QAT
+ help
+ Support for Intel(R) QuickAssist Technology QAT_4xxx
+ for accelerating crypto and compression workloads.
+
+ To compile this as a module, choose M here: the module
+ will be called qat_4xxx.
+
config CRYPTO_DEV_QAT_DH895xCCVF
tristate "Support for Intel(R) DH895xCC Virtual Function"
depends on X86 && PCI