Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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_DH
  8. select CRYPTO_HMAC
  9. select CRYPTO_RSA
  10. select CRYPTO_SHA1
  11. select CRYPTO_SHA256
  12. select CRYPTO_SHA512
  13. select FW_LOADER
  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. To compile this as a module, choose M here: the module
  22. will be called qat_dh895xcc.
  23. config CRYPTO_DEV_QAT_C3XXX
  24. tristate "Support for Intel(R) C3XXX"
  25. depends on X86 && PCI
  26. select CRYPTO_DEV_QAT
  27. help
  28. Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
  29. for accelerating crypto and compression workloads.
  30. To compile this as a module, choose M here: the module
  31. will be called qat_c3xxx.
  32. config CRYPTO_DEV_QAT_C62X
  33. tristate "Support for Intel(R) C62X"
  34. depends on X86 && PCI
  35. select CRYPTO_DEV_QAT
  36. help
  37. Support for Intel(R) C62x with Intel(R) QuickAssist Technology
  38. for accelerating crypto and compression workloads.
  39. To compile this as a module, choose M here: the module
  40. will be called qat_c62x.
  41. config CRYPTO_DEV_QAT_DH895xCCVF
  42. tristate "Support for Intel(R) DH895xCC Virtual Function"
  43. depends on X86 && PCI
  44. select PCI_IOV
  45. select CRYPTO_DEV_QAT
  46. help
  47. Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
  48. Virtual Function for accelerating crypto and compression workloads.
  49. To compile this as a module, choose M here: the module
  50. will be called qat_dh895xccvf.
  51. config CRYPTO_DEV_QAT_C3XXXVF
  52. tristate "Support for Intel(R) C3XXX Virtual Function"
  53. depends on X86 && PCI
  54. select PCI_IOV
  55. select CRYPTO_DEV_QAT
  56. help
  57. Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
  58. Virtual Function for accelerating crypto and compression workloads.
  59. To compile this as a module, choose M here: the module
  60. will be called qat_c3xxxvf.
  61. config CRYPTO_DEV_QAT_C62XVF
  62. tristate "Support for Intel(R) C62X Virtual Function"
  63. depends on X86 && PCI
  64. select PCI_IOV
  65. select CRYPTO_DEV_QAT
  66. help
  67. Support for Intel(R) C62x with Intel(R) QuickAssist Technology
  68. Virtual Function for accelerating crypto and compression workloads.
  69. To compile this as a module, choose M here: the module
  70. will be called qat_c62xvf.