ppc/pnv: Drop PnvChipClass::type
[qemu/ar7.git] / hw / vfio / Kconfig
blobf0eaa75ce712b5a152f65cafbe5f8c2b23ac541d
1 config VFIO
2     bool
3     depends on LINUX
5 config VFIO_PCI
6     bool
7     default y
8     select VFIO
9     select EDID
10     depends on LINUX && PCI
12 config VFIO_CCW
13     bool
14     default y
15     select VFIO
16     depends on LINUX && S390_CCW_VIRTIO
18 config VFIO_PLATFORM
19     bool
20     default y
21     select VFIO
22     depends on LINUX && PLATFORM_BUS
24 config VFIO_XGMAC
25     bool
26     default y
27     depends on VFIO_PLATFORM
29 config VFIO_AMD_XGBE
30     bool
31     default y
32     depends on VFIO_PLATFORM
34 config VFIO_AP
35     bool
36     default y
37     select VFIO
38     depends on LINUX && S390_CCW_VIRTIO