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. 9*84237a82SAlex Williamson 10*84237a82SAlex Williamsonconfig VFIO_PCI_VGA 11*84237a82SAlex Williamson bool "VFIO PCI support for VGA devices" 12*84237a82SAlex Williamson depends on VFIO_PCI && X86 && VGA_ARB && EXPERIMENTAL 13*84237a82SAlex Williamson help 14*84237a82SAlex Williamson Support for VGA extension to VFIO PCI. This exposes an additional 15*84237a82SAlex Williamson region on VGA devices for accessing legacy VGA addresses used by 16*84237a82SAlex Williamson BIOS and generic video drivers. 17*84237a82SAlex Williamson 18*84237a82SAlex Williamson If you don't know what to do here, say N. 19