Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
[qemu/ar7.git] / hw / display / Kconfig
blobca46b5830e73f73ca81f9d49a3956e16b5591dd1
1 config DDC
2     bool
3     depends on I2C
4     select EDID
6 config EDID
7     bool
9 config FW_CFG_DMA
10     bool
12 config VGA_CIRRUS
13     bool
14     default y if PCI_DEVICES
15     depends on PCI
16     select VGA
18 config G364FB
19     bool
21 config JAZZ_LED
22     bool
24 config PL110
25     bool
26     select FRAMEBUFFER
28 config SII9022
29     bool
30     depends on I2C
31     select DDC
33 config SSD0303
34     bool
35     depends on I2C
37 config SSD0323
38     bool
40 config VGA_PCI
41     bool
42     default y if PCI_DEVICES
43     depends on PCI
44     select VGA
45     select EDID
47 config VGA_ISA
48     bool
49     depends on ISA_BUS
50     select VGA
52 config VGA_ISA_MM
53     bool
54     select VGA
56 config VMWARE_VGA
57     bool
58     default y if PCI_DEVICES
59     depends on PCI
60     select VGA
62 config BOCHS_DISPLAY
63     bool
64     default y if PCI_DEVICES
65     depends on PCI
66     select VGA
67     select EDID
69 config BLIZZARD
70     bool
72 config FRAMEBUFFER
73     bool
75 config MILKYMIST_TMU2
76     bool
77     depends on OPENGL && X11
79 config SM501
80     bool
81     select I2C
82     select DDC
83     select SERIAL
85 config TCX
86     bool
88 config CG3
89     bool
91 config ARTIST
92     bool
93     select FRAMEBUFFER
95 config VGA
96     bool
98 config QXL
99     bool
100     depends on SPICE && PCI
101     select VGA
103 config VIRTIO_GPU
104     bool
105     default y
106     depends on VIRTIO
107     select EDID
109 config VIRTIO_VGA
110     bool
111     # defaults to "N", enabled by specific boards
112     depends on VIRTIO_PCI
113     select VGA
115 config VHOST_USER_GPU
116     bool
117     default y
118     depends on VIRTIO_GPU && VHOST_USER
120 config VHOST_USER_VGA
121     bool
122     default y
123     depends on VIRTIO_VGA && VHOST_USER_GPU
125 config DPCD
126     bool
127     select AUX
129 config ATI_VGA
130     bool
131     default y if PCI_DEVICES
132     depends on PCI
133     select VGA
134     select BITBANG_I2C
135     select DDC
137 config MACFB
138     bool
139     select FRAMEBUFFER
140     depends on NUBUS