Merge tag 'v9.1.0'
[qemu/ar7.git] / hw / display / Kconfig
bloba4552c8ed78dd4a0fb502ebaa316e96ec647e4d2
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_MMIO
53     bool
54     select VGA
56 config VMWARE_VGA
57     bool
58     default y if PCI_DEVICES && (PC_PCI || MIPS)
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 SM501
76     bool
77     select I2C
78     select DDC
79     select SERIAL
80     select USB_OHCI_SYSBUS
82 config TCX
83     bool
85 config CG3
86     bool
88 config ARTIST
89     bool
90     select FRAMEBUFFER
92 config VGA
93     bool
95 config QXL
96     bool
97     depends on SPICE && PCI && PIXMAN
98     select VGA
100 config VIRTIO_GPU
101     bool
102     default y
103     depends on VIRTIO
104     select EDID
106 config VIRTIO_VGA
107     bool
108     # defaults to "N", enabled by specific boards
109     depends on VIRTIO_PCI
110     select VGA
112 config VHOST_USER_GPU
113     bool
114     default y
115     depends on VIRTIO_GPU && VHOST_USER
117 config VHOST_USER_VGA
118     bool
119     default y
120     depends on VIRTIO_VGA && VHOST_USER_GPU
122 config DPCD
123     bool
124     select AUX
126 config ATI_VGA
127     bool
128     default y if PCI_DEVICES
129     depends on PCI
130     select VGA
131     select BITBANG_I2C
132     select DDC
134 config MACFB
135     bool
136     select FRAMEBUFFER
137     depends on NUBUS
139 config XLNX_DISPLAYPORT
140     bool
141     # defaults to "N", enabled by specific boards
142     depends on PIXMAN
144 config DM163
145     bool