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