drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / crypto / intel / iaa / Kconfig
blobd53f4b1d494f98eed11b457643fe4fd2272b6da6
1 config 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.
12 config 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.