xref: /linux/drivers/vfio/pci/qat/Kconfig (revision 447e140e66fd226350b3ce86cffc965eaae4c856)
1# SPDX-License-Identifier: GPL-2.0-only
2config QAT_VFIO_PCI
3	tristate "VFIO support for QAT VF PCI devices"
4	select VFIO_PCI_CORE
5	depends on CRYPTO_DEV_QAT_4XXX
6	help
7	  This provides migration support for Intel(R) QAT Virtual Function
8	  using the VFIO framework.
9
10	  To compile this as a module, choose M here: the module
11	  will be called qat_vfio_pci. If you don't know what to do here,
12	  say N.
13