Kconfig 976 B

123456789101112131415161718192021222324252627282930313233343536
  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. config CRYPTO_DEV_QAT_DH895xCC
  14. tristate "Support for Intel(R) DH895xCC"
  15. depends on X86 && PCI
  16. select CRYPTO_DEV_QAT
  17. help
  18. Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
  19. for accelerating crypto and compression workloads.
  20. To compile this as a module, choose M here: the module
  21. will be called qat_dh895xcc.
  22. config CRYPTO_DEV_QAT_DH895xCCVF
  23. tristate "Support for Intel(R) DH895xCC Virtual Function"
  24. depends on X86 && PCI
  25. select PCI_IOV
  26. select CRYPTO_DEV_QAT
  27. help
  28. Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
  29. Virtual Function for accelerating crypto and compression workloads.
  30. To compile this as a module, choose M here: the module
  31. will be called qat_dh895xccvf.