xref: /openbmc/qemu/hw/vfio/Kconfig (revision 8e6fe6b8)
1config VFIO
2    bool
3    depends on LINUX
4
5config VFIO_PCI
6    bool
7    default y
8    select VFIO
9    depends on LINUX && PCI
10
11config VFIO_CCW
12    bool
13    default y
14    select VFIO
15    depends on LINUX && S390_CCW_VIRTIO
16
17config VFIO_PLATFORM
18    bool
19    default y
20    select VFIO
21    depends on LINUX && PLATFORM_BUS
22
23config VFIO_XGMAC
24    bool
25    default y
26    depends on VFIO_PLATFORM
27
28config VFIO_AMD_XGBE
29    bool
30    default y
31    depends on VFIO_PLATFORM
32
33config VFIO_AP
34    bool
35    default y
36    select VFIO
37    depends on LINUX && S390_CCW_VIRTIO
38