]> git.ipfire.org Git - thirdparty/qemu.git/blob - hw/virtio/Kconfig
3724ff8bac3bae7e83bfcf59932d5d375e8a1c26
[thirdparty/qemu.git] / hw / virtio / Kconfig
1 config VIRTIO
2 bool
3
4 config VIRTIO_RNG
5 bool
6 default y
7 depends on VIRTIO
8
9 config VIRTIO_PCI
10 bool
11 default y if PCI_DEVICES
12 depends on PCI
13 select VIRTIO
14
15 config VIRTIO_MMIO
16 bool
17 select VIRTIO
18
19 config VIRTIO_CCW
20 bool
21 select VIRTIO
22
23 config VIRTIO_BALLOON
24 bool
25 default y
26 depends on VIRTIO
27
28 config VIRTIO_CRYPTO
29 bool
30 default y
31 depends on VIRTIO
32
33 config VIRTIO_PMEM_SUPPORTED
34 bool
35
36 config VIRTIO_PMEM
37 bool
38 default y
39 depends on VIRTIO
40 depends on VIRTIO_PMEM_SUPPORTED
41 select MEM_DEVICE