xref: /linux/drivers/vfio/pci/xe/Kconfig (revision deb879faa9d2f327ac5c079d9d1a1747b79260e3)
1# SPDX-License-Identifier: GPL-2.0-only
2config XE_VFIO_PCI
3	tristate "VFIO support for Intel Graphics"
4	depends on DRM_XE && PCI_IOV
5	select VFIO_PCI_CORE
6	help
7	  This option enables device specific VFIO driver variant for Intel Graphics.
8	  In addition to generic VFIO PCI functionality, it implements VFIO
9	  migration uAPI allowing userspace to enable migration for
10	  Intel Graphics SR-IOV Virtual Functions supported by the Xe driver.
11
12	  If you don't know what to do here, say N.
13