blob: c6bb5da2d2a7183307b62e5a50e18e759ea2ee94 [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
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.
Alex Williamson84237a82013-02-18 10:11:13 -07009
10config VFIO_PCI_VGA
11 bool "VFIO PCI support for VGA devices"
Kees Cookd65530f2013-02-24 09:59:44 -070012 depends on VFIO_PCI && X86 && VGA_ARB
Alex Williamson84237a82013-02-18 10:11:13 -070013 help
14 Support for VGA extension to VFIO PCI. This exposes an additional
15 region on VGA devices for accessing legacy VGA addresses used by
16 BIOS and generic video drivers.
17
18 If you don't know what to do here, say N.
Frank Blaschka1d53a3a2014-11-07 09:52:22 -070019
20config VFIO_PCI_MMAP
21 depends on VFIO_PCI
22 def_bool y if !S390
23
24config VFIO_PCI_INTX
25 depends on VFIO_PCI
26 def_bool y if !S390