blob: 579d83bf53583f53966a01bd299e4f31a08c2bd7 [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
Alex Williamson89e1f7d2012-07-31 08:16:24 -06005 help
6 Support for the PCI VFIO bus driver. This is required to make
7 use of PCI drivers using the VFIO framework.
8
9 If you don't know what to do here, say N.
Alex Williamson84237a82013-02-18 10:11:13 -070010
11config VFIO_PCI_VGA
12 bool "VFIO PCI support for VGA devices"
Kees Cookd65530f2013-02-24 09:59:44 -070013 depends on VFIO_PCI && X86 && VGA_ARB
Alex Williamson84237a82013-02-18 10:11:13 -070014 help
15 Support for VGA extension to VFIO PCI. This exposes an additional
16 region on VGA devices for accessing legacy VGA addresses used by
17 BIOS and generic video drivers.
18
19 If you don't know what to do here, say N.
Frank Blaschka1d53a3a2014-11-07 09:52:22 -070020
21config VFIO_PCI_MMAP
22 depends on VFIO_PCI
23 def_bool y if !S390
24
25config VFIO_PCI_INTX
26 depends on VFIO_PCI
27 def_bool y if !S390