]> git.proxmox.com Git - mirror_qemu.git/blame - hw/vfio/Kconfig
Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
[mirror_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
29b95c99 9 select EDID
97575f92 10 depends on LINUX && PCI
82f51817
PB
11
12config VFIO_CCW
13 bool
2ac041c2 14 default y
e0e312f3 15 select VFIO
2ac041c2 16 depends on LINUX && S390_CCW_VIRTIO
82f51817
PB
17
18config VFIO_PLATFORM
19 bool
2ac041c2 20 default y
e0e312f3 21 select VFIO
2ac041c2 22 depends on LINUX && PLATFORM_BUS
82f51817
PB
23
24config VFIO_XGMAC
25 bool
2ac041c2
PB
26 default y
27 depends on VFIO_PLATFORM
82f51817
PB
28
29config VFIO_AMD_XGBE
30 bool
2ac041c2
PB
31 default y
32 depends on VFIO_PLATFORM
82f51817
PB
33
34config VFIO_AP
35 bool
2ac041c2 36 default y
e0e312f3 37 select VFIO
2ac041c2 38 depends on LINUX && S390_CCW_VIRTIO
29d62771
TH
39
40config VFIO_IGD
41 bool
42 default y if PC_PCI
43 depends on VFIO_PCI