]> git.proxmox.com Git - mirror_qemu.git/blob - hw/virtio/Kconfig
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200227' into staging
[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_IOMMU
13 bool
14 default y
15 depends on VIRTIO
16
17 config VIRTIO_PCI
18 bool
19 default y if PCI_DEVICES
20 depends on PCI
21 select VIRTIO
22
23 config VIRTIO_MMIO
24 bool
25 select VIRTIO
26
27 config VIRTIO_CCW
28 bool
29 select VIRTIO
30
31 config VIRTIO_BALLOON
32 bool
33 default y
34 depends on VIRTIO
35
36 config VIRTIO_CRYPTO
37 bool
38 default y
39 depends on VIRTIO
40
41 config VIRTIO_PMEM_SUPPORTED
42 bool
43
44 config VIRTIO_PMEM
45 bool
46 default y
47 depends on VIRTIO
48 depends on VIRTIO_PMEM_SUPPORTED
49 select MEM_DEVICE