]> git.proxmox.com Git - mirror_qemu.git/blame - hw/virtio/Kconfig
Merge tag 'pull-qapi-2023-07-10' of https://repo.or.cz/qemu/armbru into staging
[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 8
22c37a10
EA
9config VIRTIO_IOMMU
10 bool
11 default y
3b703fea 12 depends on PCI && VIRTIO
22c37a10 13
82f51817
PB
14config VIRTIO_PCI
15 bool
7c28b925
PB
16 default y if PCI_DEVICES
17 depends on PCI
18 select VIRTIO
82f51817
PB
19
20config VIRTIO_MMIO
21 bool
b42075bb 22 select VIRTIO
82f51817 23
9e5c2056
TH
24config VIRTIO_CCW
25 bool
26 select VIRTIO
27
82f51817
PB
28config VIRTIO_BALLOON
29 bool
b42075bb
YZ
30 default y
31 depends on VIRTIO
82f51817
PB
32
33config VIRTIO_CRYPTO
34 bool
b42075bb
YZ
35 default y
36 depends on VIRTIO
5f503cd9 37
18129c15
DH
38config VIRTIO_MD
39 bool
40 select MEM_DEVICE
41
5f503cd9
PG
42config VIRTIO_PMEM_SUPPORTED
43 bool
44
45config VIRTIO_PMEM
46 bool
47 default y
48 depends on VIRTIO
49 depends on VIRTIO_PMEM_SUPPORTED
18129c15 50 select VIRTIO_MD
910b2576
DH
51
52config VIRTIO_MEM_SUPPORTED
53 bool
54
55config VIRTIO_MEM
56 bool
57 default y
58 depends on VIRTIO
59 depends on LINUX
60 depends on VIRTIO_MEM_SUPPORTED
18129c15 61 select VIRTIO_MD
7221d3b6 62
6df95629
PMD
63config VHOST_VSOCK_COMMON
64 bool
65 depends on VIRTIO
66
9972ae31
PB
67config VHOST_VSOCK
68 bool
69 default y
6df95629 70 select VHOST_VSOCK_COMMON
9972ae31
PB
71 depends on VIRTIO && VHOST_KERNEL
72
73config VHOST_USER_VSOCK
74 bool
75 default y
6df95629 76 select VHOST_VSOCK_COMMON
9972ae31
PB
77 depends on VIRTIO && VHOST_USER
78
7221d3b6
VK
79config VHOST_USER_I2C
80 bool
81 default y
82 depends on VIRTIO && VHOST_USER
821d28b8
MP
83
84config VHOST_USER_RNG
85 bool
86 default y
87 depends on VIRTIO && VHOST_USER
5166dabf
PB
88
89config VHOST_USER_FS
90 bool
91 default y
92 depends on VIRTIO && VHOST_USER
27ba7b02
VK
93
94config VHOST_USER_GPIO
95 bool
96 default y
97 depends on VIRTIO && VHOST_USER
b430a2bd
LM
98
99config VHOST_VDPA_DEV
100 bool
101 default y
102 depends on VIRTIO && VHOST_VDPA && LINUX
a5dab090
MZ
103
104config VHOST_USER_SCMI
105 bool
106 default y
107 depends on VIRTIO && VHOST_USER