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