blob: 02912f180c6da1fa7facef4f73ffa9c69c89ead2 [file] [log] [blame]
Alex Williamson89e1f7d2012-07-31 08:16:24 -06001config VFIO_PCI
2 tristate "VFIO support for PCI devices"
3 depends on VFIO && PCI && EVENTFD
Alex Williamson71be3422015-03-17 08:33:38 -06004 select VFIO_VIRQFD
Feng Wu6d7425f2015-09-18 22:29:50 +08005 select IRQ_BYPASS_MANAGER
Alex Williamson89e1f7d2012-07-31 08:16:24 -06006 help
7 Support for the PCI VFIO bus driver. This is required to make
8 use of PCI drivers using the VFIO framework.
9
10 If you don't know what to do here, say N.
Alex Williamson84237a82013-02-18 10:11:13 -070011
12config VFIO_PCI_VGA
13 bool "VFIO PCI support for VGA devices"
Kees Cookd65530f2013-02-24 09:59:44 -070014 depends on VFIO_PCI && X86 && VGA_ARB
Alex Williamson84237a82013-02-18 10:11:13 -070015 help
16 Support for VGA extension to VFIO PCI. This exposes an additional
17 region on VGA devices for accessing legacy VGA addresses used by
18 BIOS and generic video drivers.
19
20 If you don't know what to do here, say N.
Frank Blaschka1d53a3a2014-11-07 09:52:22 -070021
22config VFIO_PCI_MMAP
23 depends on VFIO_PCI
24 def_bool y if !S390
25
26config VFIO_PCI_INTX
27 depends on VFIO_PCI
28 def_bool y if !S390