xref: /openbmc/qemu/hw/display/Kconfig (revision 1550b0e6bfe3ab6985e5ad75df1c528a0ca39468)
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
42config VGA_ISA
43    bool
44    depends on ISA_BUS
45    select VGA
46
47config VGA_ISA_MM
48    bool
49    select VGA
50
51config VMWARE_VGA
52    bool
53    default y if PCI_DEVICES
54    depends on PCI
55    select VGA
56
57config BOCHS_DISPLAY
58    bool
59    default y if PCI_DEVICES
60    depends on PCI
61    select VGA
62
63config BLIZZARD
64    bool
65
66config FRAMEBUFFER
67    bool
68
69config MILKYMIST_TMU2
70    bool
71    default y
72    depends on OPENGL && X11
73
74config SM501
75    bool
76    select I2C
77
78config TCX
79    bool
80
81config CG3
82    bool
83
84config VGA
85    bool
86
87config QXL
88    bool
89    depends on SPICE && PCI
90    select VGA
91
92config VIRTIO_GPU
93    bool
94
95config VIRTIO_VGA
96    bool
97    default y if PCI_DEVICES
98    depends on VIRTIO_PCI
99    select VGA
100
101config DPCD
102    bool
103