1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "VFIO support for PCI devices"
8 select IRQ_BYPASS_MANAGER
12 depends on VFIO_PCI_CORE
16 depends on VFIO_PCI_CORE
19 tristate "Generic VFIO support for any PCI device"
22 Support for the generic PCI VFIO bus driver which can connect any
23 PCI device to the VFIO framework.
25 If you don't know what to do here, say N.
29 bool "Generic VFIO PCI support for VGA devices"
30 depends on X86 && VGA_ARB
32 Support for VGA extension to VFIO PCI. This exposes an additional
33 region on VGA devices for accessing legacy VGA addresses used by
34 BIOS and generic video drivers.
36 If you don't know what to do here, say N.
39 bool "Generic VFIO PCI extensions for Intel graphics (GVT-d)"
43 Support for Intel IGD specific extensions to enable direct
44 assignment to virtual machines. This includes exposing an IGD
45 specific firmware table and read-only copies of the host bridge
46 and LPC bridge config space.
48 To enable Intel IGD assignment through vfio-pci, say Y.
51 config VFIO_PCI_ZDEV_KVM
52 bool "VFIO PCI extensions for s390x KVM passthrough"
53 depends on S390 && KVM
56 Support s390x-specific extensions to enable support for enhancements
57 to KVM passthrough capabilities, such as interpretive execution of
60 To enable s390x KVM vfio-pci extensions, say Y.
62 source "drivers/vfio/pci/mlx5/Kconfig"
64 source "drivers/vfio/pci/hisilicon/Kconfig"
66 source "drivers/vfio/pci/pds/Kconfig"
68 source "drivers/vfio/pci/virtio/Kconfig"
70 source "drivers/vfio/pci/nvgrace-gpu/Kconfig"