]> Git Repo - qemu.git/blob - hw/vfio/Kconfig
qcow2.py: add licensing blurb
[qemu.git] / hw / vfio / Kconfig
1 config VFIO
2     bool
3     depends on LINUX
4
5 config VFIO_PCI
6     bool
7     default y
8     select VFIO
9     select EDID
10     depends on LINUX && PCI
11
12 config VFIO_CCW
13     bool
14     default y
15     select VFIO
16     depends on LINUX && S390_CCW_VIRTIO
17
18 config VFIO_PLATFORM
19     bool
20     default y
21     select VFIO
22     depends on LINUX && PLATFORM_BUS
23
24 config VFIO_XGMAC
25     bool
26     default y
27     depends on VFIO_PLATFORM
28
29 config VFIO_AMD_XGBE
30     bool
31     default y
32     depends on VFIO_PLATFORM
33
34 config VFIO_AP
35     bool
36     default y
37     select VFIO
38     depends on LINUX && S390_CCW_VIRTIO
39
40 config VFIO_IGD
41     bool
42     default y if PC_PCI
43     depends on VFIO_PCI
This page took 0.02418 seconds and 4 git commands to generate.