20 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config CRYPTO_DEV_IAA_CRYPTO
 | |
| 	tristate "Support for Intel(R) IAA Compression Accelerator"
 | |
| 	depends on CRYPTO_DEFLATE
 | |
| 	depends on INTEL_IDXD
 | |
| 	default n
 | |
| 	help
 | |
| 	  This driver supports acceleration for compression and
 | |
| 	  decompression with the Intel Analytics Accelerator (IAA)
 | |
| 	  hardware using the cryptographic API.  If you choose 'M'
 | |
| 	  here, the module will be called iaa_crypto.
 | |
| 
 | |
| config CRYPTO_DEV_IAA_CRYPTO_STATS
 | |
| 	bool "Enable Intel(R) IAA Compression Accelerator Statistics"
 | |
| 	depends on CRYPTO_DEV_IAA_CRYPTO
 | |
| 	default n
 | |
| 	help
 | |
| 	  Enable statistics for the IAA compression accelerator.
 | |
| 	  These include per-device and per-workqueue statistics in
 | |
| 	  addition to global driver statistics.
 |