]> Git Repo - qemu.git/blame - hw/vfio/Kconfig
memory: Access MemoryRegion with endianness
[qemu.git] / hw / vfio / Kconfig
CommitLineData
82f51817
PB
1config VFIO
2 bool
e0e312f3 3 depends on LINUX
82f51817
PB
4
5config VFIO_PCI
6 bool
97575f92 7 default y
e0e312f3 8 select VFIO
97575f92 9 depends on LINUX && PCI
82f51817
PB
10
11config VFIO_CCW
12 bool
2ac041c2 13 default y
e0e312f3 14 select VFIO
2ac041c2 15 depends on LINUX && S390_CCW_VIRTIO
82f51817
PB
16
17config VFIO_PLATFORM
18 bool
2ac041c2 19 default y
e0e312f3 20 select VFIO
2ac041c2 21 depends on LINUX && PLATFORM_BUS
82f51817
PB
22
23config VFIO_XGMAC
24 bool
2ac041c2
PB
25 default y
26 depends on VFIO_PLATFORM
82f51817
PB
27
28config VFIO_AMD_XGBE
29 bool
2ac041c2
PB
30 default y
31 depends on VFIO_PLATFORM
82f51817
PB
32
33config VFIO_AP
34 bool
2ac041c2 35 default y
e0e312f3 36 select VFIO
2ac041c2 37 depends on LINUX && S390_CCW_VIRTIO
This page took 0.056077 seconds and 4 git commands to generate.