]> git.proxmox.com Git - mirror_qemu.git/blame - hw/display/Kconfig
hw: Replace anti-social QOM type names
[mirror_qemu.git] / hw / display / Kconfig
CommitLineData
6306cae2
PB
1config DDC
2 bool
3 depends on I2C
4 select EDID
5
82f51817
PB
6config EDID
7 bool
8
9config FW_CFG_DMA
10 bool
11
82f51817
PB
12config VGA_CIRRUS
13 bool
7c28b925
PB
14 default y if PCI_DEVICES
15 depends on PCI
16 select VGA
82f51817
PB
17
18config G364FB
19 bool
20
21config JAZZ_LED
22 bool
23
24config PL110
25 bool
4cdea98b 26 select FRAMEBUFFER
82f51817
PB
27
28config SII9022
29 bool
1550b0e6 30 depends on I2C
79e93e24 31 select DDC
82f51817
PB
32
33config SSD0303
34 bool
1550b0e6 35 depends on I2C
82f51817
PB
36
37config SSD0323
38 bool
39
40config VGA_PCI
41 bool
7c28b925
PB
42 default y if PCI_DEVICES
43 depends on PCI
44 select VGA
32690c8b 45 select EDID
82f51817
PB
46
47config VGA_ISA
48 bool
a7e23159
PB
49 depends on ISA_BUS
50 select VGA
82f51817
PB
51
52config VGA_ISA_MM
53 bool
a7e23159 54 select VGA
82f51817
PB
55
56config VMWARE_VGA
57 bool
7c28b925
PB
58 default y if PCI_DEVICES
59 depends on PCI
60 select VGA
82f51817
PB
61
62config BOCHS_DISPLAY
63 bool
7c28b925
PB
64 default y if PCI_DEVICES
65 depends on PCI
66 select VGA
32690c8b 67 select EDID
82f51817
PB
68
69config BLIZZARD
70 bool
71
72config FRAMEBUFFER
73 bool
74
75config MILKYMIST_TMU2
76 bool
0858746b 77 depends on OPENGL && X11
82f51817
PB
78
79config SM501
80 bool
1550b0e6 81 select I2C
32690c8b
YZ
82 select DDC
83 select SERIAL
82f51817
PB
84
85config TCX
86 bool
87
88config CG3
89 bool
90
4765384c
SS
91config ARTIST
92 bool
93 select FRAMEBUFFER
94
82f51817
PB
95config VGA
96 bool
97
98config QXL
99 bool
e0e312f3 100 depends on SPICE && PCI
7c28b925 101 select VGA
82f51817
PB
102
103config VIRTIO_GPU
104 bool
b42075bb
YZ
105 default y
106 depends on VIRTIO
32690c8b 107 select EDID
82f51817
PB
108
109config VIRTIO_VGA
110 bool
938912a8 111 # defaults to "N", enabled by specific boards
7c28b925
PB
112 depends on VIRTIO_PCI
113 select VGA
82f51817 114
267f6646
MAL
115config VHOST_USER_GPU
116 bool
117 default y
118 depends on VIRTIO_GPU && VHOST_USER
119
120config VHOST_USER_VGA
121 bool
122 default y
123 depends on VIRTIO_VGA && VHOST_USER_GPU
124
82f51817
PB
125config DPCD
126 bool
f3c3a1e2 127 select AUX
862b4a29
BZ
128
129config ATI_VGA
130 bool
131 default y if PCI_DEVICES
132 depends on PCI
133 select VGA
c82c7336
BZ
134 select BITBANG_I2C
135 select DDC
8ac919a0
LV
136
137config MACFB
138 bool
139 select FRAMEBUFFER
140 depends on NUBUS