hw/ppc: Drop useless CONFIG_KVM ifdefery
[qemu/ar7.git] / hw / vfio / Kconfig
blob34da2a3cfdd92af806ba04b30e7a9894070d3357
1 config VFIO
2     bool
3     depends on LINUX
5 config VFIO_PCI
6     bool
7     default y
8     select VFIO
9     depends on LINUX && PCI
11 config VFIO_CCW
12     bool
13     default y
14     select VFIO
15     depends on LINUX && S390_CCW_VIRTIO
17 config VFIO_PLATFORM
18     bool
19     default y
20     select VFIO
21     depends on LINUX && PLATFORM_BUS
23 config VFIO_XGMAC
24     bool
25     default y
26     depends on VFIO_PLATFORM
28 config VFIO_AMD_XGBE
29     bool
30     default y
31     depends on VFIO_PLATFORM
33 config VFIO_AP
34     bool
35     default y
36     select VFIO
37     depends on LINUX && S390_CCW_VIRTIO