Tadeusz Struk | d8cba25 | 2014-06-05 13:42:39 -0700 | [diff] [blame^] | 1 | config CRYPTO_DEV_QAT |
| 2 | tristate |
| 3 | select CRYPTO_AEAD |
| 4 | select CRYPTO_AUTHENC |
| 5 | select CRYPTO_ALGAPI |
| 6 | select CRYPTO_AES |
| 7 | select CRYPTO_CBC |
| 8 | select CRYPTO_SHA1 |
| 9 | select CRYPTO_SHA256 |
| 10 | select CRYPTO_SHA512 |
| 11 | |
| 12 | config CRYPTO_DEV_QAT_DH895xCC |
| 13 | tristate "Support for Intel(R) DH895xCC" |
| 14 | depends on X86 && PCI |
| 15 | default n |
| 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 | |
| 21 | To compile this as a module, choose M here: the module |
| 22 | will be called qat_dh895xcc. |