]> git.proxmox.com Git - mirror_qemu.git/blob - hw/vfio/Kconfig
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
[mirror_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