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