xref: /linux/drivers/vfio/pci/Kconfig (revision 1d53a3a7d3b886bcc60b90e41693b82a791c25ba)
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"
12d65530fbSKees 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*1d53a3a7SFrank Blaschka
20*1d53a3a7SFrank Blaschkaconfig VFIO_PCI_MMAP
21*1d53a3a7SFrank Blaschka	depends on VFIO_PCI
22*1d53a3a7SFrank Blaschka	def_bool y if !S390
23*1d53a3a7SFrank Blaschka
24*1d53a3a7SFrank Blaschkaconfig VFIO_PCI_INTX
25*1d53a3a7SFrank Blaschka	depends on VFIO_PCI
26*1d53a3a7SFrank Blaschka	def_bool y if !S390
27