]> git.proxmox.com Git - mirror_qemu.git/blob - hw/display/Kconfig
virtio: express virtio dependencies with Kconfig
[mirror_qemu.git] / hw / display / Kconfig
1 config EDID
2 bool
3
4 config FW_CFG_DMA
5 bool
6
7 config ADS7846
8 bool
9
10 config VGA_CIRRUS
11 bool
12 default y if PCI_DEVICES
13 depends on PCI
14 select VGA
15
16 config G364FB
17 bool
18
19 config JAZZ_LED
20 bool
21
22 config PL110
23 bool
24
25 config SII9022
26 bool
27 depends on I2C
28
29 config SSD0303
30 bool
31 depends on I2C
32
33 config SSD0323
34 bool
35
36 config VGA_PCI
37 bool
38 default y if PCI_DEVICES
39 depends on PCI
40 select VGA
41 select EDID
42
43 config VGA_ISA
44 bool
45 depends on ISA_BUS
46 select VGA
47
48 config VGA_ISA_MM
49 bool
50 select VGA
51
52 config VMWARE_VGA
53 bool
54 default y if PCI_DEVICES
55 depends on PCI
56 select VGA
57
58 config BOCHS_DISPLAY
59 bool
60 default y if PCI_DEVICES
61 depends on PCI
62 select VGA
63 select EDID
64
65 config BLIZZARD
66 bool
67
68 config FRAMEBUFFER
69 bool
70
71 config MILKYMIST_TMU2
72 bool
73 default y
74 depends on OPENGL && X11 && MILKYMIST
75
76 config SM501
77 bool
78 select I2C
79 select DDC
80 select SERIAL
81
82 config TCX
83 bool
84
85 config CG3
86 bool
87
88 config VGA
89 bool
90
91 config QXL
92 bool
93 depends on SPICE && PCI
94 select VGA
95
96 config VIRTIO_GPU
97 bool
98 default y
99 depends on VIRTIO
100 select EDID
101
102 config VIRTIO_VGA
103 bool
104 default y if PCI_DEVICES
105 depends on VIRTIO_PCI
106 select VGA
107
108 config DPCD
109 bool