brintos

brintos / linux-shallow public Read only

0
0
Text · 690 B · d53f4b1 Raw
20 lines · plain
1config CRYPTO_DEV_IAA_CRYPTO2	tristate "Support for Intel(R) IAA Compression Accelerator"3	depends on CRYPTO_DEFLATE4	depends on INTEL_IDXD5	default n6	help7	  This driver supports acceleration for compression and8	  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_STATS13	bool "Enable Intel(R) IAA Compression Accelerator Statistics"14	depends on CRYPTO_DEV_IAA_CRYPTO15	default n16	help17	  Enable statistics for the IAA compression accelerator.18	  These include per-device and per-workqueue statistics in19	  addition to global driver statistics.20