Kconfig (ea7a5cbb43696cfacf73e61916d1860ac30b5b2f) | Kconfig (93382a91632a5d88bb9bb0ff1fea872fe87f5dc2) |
---|---|
1config CRYPTO_DEV_IAA_CRYPTO 2 tristate "Support for Intel(R) IAA Compression Accelerator" 3 depends on CRYPTO_DEFLATE 4 depends on INTEL_IDXD 5 default n 6 help 7 This driver supports acceleration for compression and 8 decompression with the Intel Analytics Accelerator (IAA) 9 hardware using the cryptographic API. If you choose 'M' 10 here, the module will be called iaa_crypto. | 1config CRYPTO_DEV_IAA_CRYPTO 2 tristate "Support for Intel(R) IAA Compression Accelerator" 3 depends on CRYPTO_DEFLATE 4 depends on INTEL_IDXD 5 default n 6 help 7 This driver supports acceleration for compression and 8 decompression with the Intel Analytics Accelerator (IAA) 9 hardware using the cryptographic API. If you choose 'M' 10 here, the module will be called iaa_crypto. |
11 12config CRYPTO_DEV_IAA_CRYPTO_STATS 13 bool "Enable Intel(R) IAA Compression Accelerator Statistics" 14 depends on CRYPTO_DEV_IAA_CRYPTO 15 default n 16 help 17 Enable statistics for the IAA compression accelerator. 18 These include per-device and per-workqueue statistics in 19 addition to global driver statistics. |
|