xref: /linux/drivers/vfio/pci/Kconfig (revision 95e9fd10f06cb5642028b6b851e32b8c8afb4571)
1config VFIO_PCI
2	tristate "VFIO support for PCI devices"
3	depends on VFIO && PCI && EVENTFD
4	help
5	  Support for the PCI VFIO bus driver.  This is required to make
6	  use of PCI drivers using the VFIO framework.
7
8	  If you don't know what to do here, say N.
9