]> git.proxmox.com Git - mirror_qemu.git/blob - hw/virtio/Kconfig
hw/arm: ast2400/ast2500: Wire up EHCI controllers
[mirror_qemu.git] / hw / virtio / Kconfig
1 config VHOST
2 bool
3
4 config VIRTIO
5 bool
6
7 config VIRTIO_RNG
8 bool
9 default y
10 depends on VIRTIO
11
12 config VIRTIO_PCI
13 bool
14 default y if PCI_DEVICES
15 depends on PCI
16 select VIRTIO
17
18 config VIRTIO_MMIO
19 bool
20 select VIRTIO
21
22 config VIRTIO_CCW
23 bool
24 select VIRTIO
25
26 config VIRTIO_BALLOON
27 bool
28 default y
29 depends on VIRTIO
30
31 config VIRTIO_CRYPTO
32 bool
33 default y
34 depends on VIRTIO
35
36 config VIRTIO_PMEM_SUPPORTED
37 bool
38
39 config VIRTIO_PMEM
40 bool
41 default y
42 depends on VIRTIO
43 depends on VIRTIO_PMEM_SUPPORTED
44 select MEM_DEVICE