xref: /openbmc/qemu/hw/display/Kconfig (revision 2e1cacfb)
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 VGA_CIRRUS
13    bool
14    default y if PCI_DEVICES
15    depends on PCI
16    select VGA
17
18config G364FB
19    bool
20
21config JAZZ_LED
22    bool
23
24config PL110
25    bool
26    select FRAMEBUFFER
27
28config SII9022
29    bool
30    depends on I2C
31    select DDC
32
33config SSD0303
34    bool
35    depends on I2C
36
37config SSD0323
38    bool
39
40config VGA_PCI
41    bool
42    default y if PCI_DEVICES
43    depends on PCI
44    select VGA
45    select EDID
46
47config VGA_ISA
48    bool
49    depends on ISA_BUS
50    select VGA
51
52config VGA_MMIO
53    bool
54    select VGA
55
56config VMWARE_VGA
57    bool
58    default y if PCI_DEVICES && (PC_PCI || MIPS)
59    depends on PCI
60    select VGA
61
62config BOCHS_DISPLAY
63    bool
64    default y if PCI_DEVICES
65    depends on PCI
66    select VGA
67    select EDID
68
69config FRAMEBUFFER
70    bool
71
72config SM501
73    bool
74    select I2C
75    select DDC
76    select SERIAL_MM
77    select USB_OHCI_SYSBUS
78
79config TCX
80    bool
81
82config CG3
83    bool
84
85config ARTIST
86    bool
87    select FRAMEBUFFER
88
89config VGA
90    bool
91
92config QXL
93    bool
94    depends on SPICE && PCI && PIXMAN
95    select VGA
96
97config VIRTIO_GPU
98    bool
99    default y
100    depends on VIRTIO
101    select EDID
102
103config VIRTIO_VGA
104    bool
105    # defaults to "N", enabled by specific boards
106    depends on VIRTIO_PCI
107    select VGA
108
109config VHOST_USER_GPU
110    bool
111    default y
112    depends on VIRTIO_GPU && VHOST_USER
113
114config VHOST_USER_VGA
115    bool
116    default y
117    depends on VIRTIO_VGA && VHOST_USER_GPU
118
119config DPCD
120    bool
121    select AUX
122
123config ATI_VGA
124    bool
125    default y if PCI_DEVICES
126    depends on PCI
127    select VGA
128    select BITBANG_I2C
129    select DDC
130
131config MACFB
132    bool
133    select FRAMEBUFFER
134    depends on NUBUS
135
136config XLNX_DISPLAYPORT
137    bool
138    # defaults to "N", enabled by specific boards
139    depends on PIXMAN
140
141config DM163
142    bool
143