]> git.proxmox.com Git - mirror_qemu.git/blame - hw/virtio/Kconfig
qdev: set properties with device_class_set_props()
[mirror_qemu.git] / hw / virtio / Kconfig
CommitLineData
21c6b0c8
MAL
1config VHOST
2 bool
3
82f51817
PB
4config VIRTIO
5 bool
6
7config VIRTIO_RNG
8 bool
b42075bb
YZ
9 default y
10 depends on VIRTIO
82f51817
PB
11
12config VIRTIO_PCI
13 bool
7c28b925
PB
14 default y if PCI_DEVICES
15 depends on PCI
16 select VIRTIO
82f51817
PB
17
18config VIRTIO_MMIO
19 bool
b42075bb 20 select VIRTIO
82f51817 21
9e5c2056
TH
22config VIRTIO_CCW
23 bool
24 select VIRTIO
25
82f51817
PB
26config VIRTIO_BALLOON
27 bool
b42075bb
YZ
28 default y
29 depends on VIRTIO
82f51817
PB
30
31config VIRTIO_CRYPTO
32 bool
b42075bb
YZ
33 default y
34 depends on VIRTIO
5f503cd9
PG
35
36config VIRTIO_PMEM_SUPPORTED
37 bool
38
39config VIRTIO_PMEM
40 bool
41 default y
42 depends on VIRTIO
43 depends on VIRTIO_PMEM_SUPPORTED
44 select MEM_DEVICE