target/mips: Remove XBurst Media eXtension Unit dead code
[qemu/ar7.git] / hw / vfio / Kconfig
blob7cdba0560aa821c88d3420b36f86020575834202
1 config VFIO
2     bool
3     depends on LINUX
5 config VFIO_PCI
6     bool
7     default y
8     select VFIO
9     select EDID
10     depends on LINUX && PCI
12 config VFIO_CCW
13     bool
14     default y
15     select VFIO
16     depends on LINUX && S390_CCW_VIRTIO
18 config VFIO_PLATFORM
19     bool
20     default y
21     select VFIO
22     depends on LINUX && PLATFORM_BUS
24 config VFIO_XGMAC
25     bool
26     default y
27     depends on VFIO_PLATFORM
29 config VFIO_AMD_XGBE
30     bool
31     default y
32     depends on VFIO_PLATFORM
34 config VFIO_AP
35     bool
36     default y
37     select VFIO
38     depends on LINUX && S390_CCW_VIRTIO
40 config VFIO_IGD
41     bool
42     default y if PC_PCI
43     depends on VFIO_PCI