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