Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / vfio / pci / Kconfig
CommitLineData
89e1f7d4
AW
1config VFIO_PCI
2 tristate "VFIO support for PCI devices"
3 depends on VFIO && PCI && EVENTFD
71be3423 4 select VFIO_VIRQFD
6d7425f1 5 select IRQ_BYPASS_MANAGER
89e1f7d4
AW
6 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.
84237a82
AW
11
12config VFIO_PCI_VGA
13 bool "VFIO PCI support for VGA devices"
d65530fb 14 depends on VFIO_PCI && X86 && VGA_ARB
84237a82
AW
15 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.
1d53a3a7
FB
21
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
5846ff54
AW
29
30config VFIO_PCI_IGD
31 depends on VFIO_PCI
32 def_bool y if X86
This page took 0.240726 seconds and 5 git commands to generate.