Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm...
[deliverable/linux.git] / drivers / vfio / pci / Kconfig
1 config 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
10 config VFIO_PCI_VGA
11 bool "VFIO PCI support for VGA devices"
12 depends on VFIO_PCI && X86 && VGA_ARB
13 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.
19
20 config VFIO_PCI_MMAP
21 depends on VFIO_PCI
22 def_bool y if !S390
23
24 config VFIO_PCI_INTX
25 depends on VFIO_PCI
26 def_bool y if !S390
This page took 0.051499 seconds and 6 git commands to generate.