]> git.proxmox.com Git - mirror_qemu.git/blame - hw/virtio/Kconfig
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[mirror_qemu.git] / hw / virtio / Kconfig
CommitLineData
82f51817
PB
1config VIRTIO
2 bool
3
4config VIRTIO_RNG
5 bool
b42075bb
YZ
6 default y
7 depends on VIRTIO
82f51817
PB
8
9config VIRTIO_PCI
10 bool
7c28b925
PB
11 default y if PCI_DEVICES
12 depends on PCI
13 select VIRTIO
82f51817
PB
14
15config VIRTIO_MMIO
16 bool
b42075bb 17 select VIRTIO
82f51817 18
9e5c2056
TH
19config VIRTIO_CCW
20 bool
21 select VIRTIO
22
82f51817
PB
23config VIRTIO_BALLOON
24 bool
b42075bb
YZ
25 default y
26 depends on VIRTIO
82f51817
PB
27
28config VIRTIO_CRYPTO
29 bool
b42075bb
YZ
30 default y
31 depends on VIRTIO
5f503cd9
PG
32
33config VIRTIO_PMEM_SUPPORTED
34 bool
35
36config VIRTIO_PMEM
37 bool
38 default y
39 depends on VIRTIO
40 depends on VIRTIO_PMEM_SUPPORTED
41 select MEM_DEVICE