]> Git Repo - qemu.git/blob - hw/vfio/Kconfig
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190701' into...
[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     depends on LINUX && PCI
10
11 config VFIO_CCW
12     bool
13     default y
14     select VFIO
15     depends on LINUX && S390_CCW_VIRTIO
16
17 config VFIO_PLATFORM
18     bool
19     default y
20     select VFIO
21     depends on LINUX && PLATFORM_BUS
22
23 config VFIO_XGMAC
24     bool
25     default y
26     depends on VFIO_PLATFORM
27
28 config VFIO_AMD_XGBE
29     bool
30     default y
31     depends on VFIO_PLATFORM
32
33 config VFIO_AP
34     bool
35     default y
36     select VFIO
37     depends on LINUX && S390_CCW_VIRTIO
This page took 0.023813 seconds and 4 git commands to generate.