]> Git Repo - qemu.git/blob - hw/vfio/Kconfig
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-08' into...
[qemu.git] / hw / vfio / Kconfig
1 config VFIO
2     bool
3     depends on LINUX
4
5 config VFIO_PCI
6     bool
7     select VFIO
8     depends on LINUX
9
10 config VFIO_CCW
11     bool
12     default y
13     select VFIO
14     depends on LINUX && S390_CCW_VIRTIO
15
16 config VFIO_PLATFORM
17     bool
18     default y
19     select VFIO
20     depends on LINUX && PLATFORM_BUS
21
22 config VFIO_XGMAC
23     bool
24     default y
25     depends on VFIO_PLATFORM
26
27 config VFIO_AMD_XGBE
28     bool
29     default y
30     depends on VFIO_PLATFORM
31
32 config VFIO_AP
33     bool
34     default y
35     select VFIO
36     depends on LINUX && S390_CCW_VIRTIO
This page took 0.025799 seconds and 4 git commands to generate.