libqos: move useful qos-test funcs to qos_external
[qemu/ar7.git] / hw / virtio / Kconfig
blobf87def27a6ab64b490034fc2747533ef7bb936f0
1 config VHOST
2     bool
4 config VIRTIO
5     bool
7 config VIRTIO_RNG
8     bool
9     default y
10     depends on VIRTIO
12 config VIRTIO_PCI
13     bool
14     default y if PCI_DEVICES
15     depends on PCI
16     select VIRTIO
18 config VIRTIO_MMIO
19     bool
20     select VIRTIO
22 config VIRTIO_CCW
23     bool
24     select VIRTIO
26 config VIRTIO_BALLOON
27     bool
28     default y
29     depends on VIRTIO
31 config VIRTIO_CRYPTO
32     bool
33     default y
34     depends on VIRTIO
36 config VIRTIO_PMEM_SUPPORTED
37     bool
39 config VIRTIO_PMEM
40     bool
41     default y
42     depends on VIRTIO
43     depends on VIRTIO_PMEM_SUPPORTED
44     select MEM_DEVICE