xref: /linux-6.15/drivers/crypto/intel/iaa/Kconfig (revision ea7a5cbb)
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