189e1f7d4SAlex Williamsonconfig VFIO_PCI 289e1f7d4SAlex Williamson tristate "VFIO support for PCI devices" 389e1f7d4SAlex Williamson depends on VFIO && PCI && EVENTFD 489e1f7d4SAlex Williamson help 589e1f7d4SAlex Williamson Support for the PCI VFIO bus driver. This is required to make 689e1f7d4SAlex Williamson use of PCI drivers using the VFIO framework. 789e1f7d4SAlex Williamson 889e1f7d4SAlex Williamson If you don't know what to do here, say N. 984237a82SAlex Williamson 1084237a82SAlex Williamsonconfig VFIO_PCI_VGA 1184237a82SAlex Williamson bool "VFIO PCI support for VGA devices" 12*d65530fbSKees Cook depends on VFIO_PCI && X86 && VGA_ARB 1384237a82SAlex Williamson help 1484237a82SAlex Williamson Support for VGA extension to VFIO PCI. This exposes an additional 1584237a82SAlex Williamson region on VGA devices for accessing legacy VGA addresses used by 1684237a82SAlex Williamson BIOS and generic video drivers. 1784237a82SAlex Williamson 1884237a82SAlex Williamson If you don't know what to do here, say N. 19