Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) Kconfig (08ca1b52f69b4dfa8703d54e26e2c6e11aa453eb)
1config VFIO_PCI
2 tristate "VFIO support for PCI devices"
3 depends on VFIO && PCI && EVENTFD
4 select VFIO_VIRQFD
5 select IRQ_BYPASS_MANAGER
6 help
7 Support for the PCI VFIO bus driver. This is required to make
8 use of PCI drivers using the VFIO framework.

--- 14 unchanged lines hidden (view full) ---

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
29
30config VFIO_PCI_IGD
1config VFIO_PCI
2 tristate "VFIO support for PCI devices"
3 depends on VFIO && PCI && EVENTFD
4 select VFIO_VIRQFD
5 select IRQ_BYPASS_MANAGER
6 help
7 Support for the PCI VFIO bus driver. This is required to make
8 use of PCI drivers using the VFIO framework.

--- 14 unchanged lines hidden (view full) ---

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
29
30config VFIO_PCI_IGD
31 depends on VFIO_PCI
32 def_bool y if X86
31 bool "VFIO PCI extensions for Intel graphics (GVT-d)"
32 depends on VFIO_PCI && X86
33 default y
34 help
35 Support for Intel IGD specific extensions to enable direct
36 assignment to virtual machines. This includes exposing an IGD
37 specific firmware table and read-only copies of the host bridge
38 and LPC bridge config space.
39
40 To enable Intel IGD assignment through vfio-pci, say Y.