GNU Linux-libre 4.9.297-gnu1
[releases.git] / drivers / vfio / pci / Kconfig
1 config VFIO_PCI
2         tristate "VFIO support for PCI devices"
3         depends on VFIO && PCI && EVENTFD
4         depends on MMU
5         select VFIO_VIRQFD
6         select IRQ_BYPASS_MANAGER
7         help
8           Support for the PCI VFIO bus driver.  This is required to make
9           use of PCI drivers using the VFIO framework.
10
11           If you don't know what to do here, say N.
12
13 config VFIO_PCI_VGA
14         bool "VFIO PCI support for VGA devices"
15         depends on VFIO_PCI && X86 && VGA_ARB
16         help
17           Support for VGA extension to VFIO PCI.  This exposes an additional
18           region on VGA devices for accessing legacy VGA addresses used by
19           BIOS and generic video drivers.
20
21           If you don't know what to do here, say N.
22
23 config VFIO_PCI_MMAP
24         depends on VFIO_PCI
25         def_bool y if !S390
26
27 config VFIO_PCI_INTX
28         depends on VFIO_PCI
29         def_bool y if !S390
30
31 config VFIO_PCI_IGD
32         depends on VFIO_PCI
33         def_bool y if X86