]> Git Repo - qemu.git/blob - hw/display/Kconfig
MAINTAINERS: Make section QOM cover hw/core/*bus.c as well
[qemu.git] / hw / display / Kconfig
1 config DDC
2     bool
3     depends on I2C
4     select EDID
5
6 config EDID
7     bool
8
9 config FW_CFG_DMA
10     bool
11
12 config ADS7846
13     bool
14
15 config VGA_CIRRUS
16     bool
17     default y if PCI_DEVICES
18     depends on PCI
19     select VGA
20
21 config G364FB
22     bool
23
24 config JAZZ_LED
25     bool
26
27 config PL110
28     bool
29     select FRAMEBUFFER
30
31 config SII9022
32     bool
33     depends on I2C
34     select DDC
35
36 config SSD0303
37     bool
38     depends on I2C
39
40 config SSD0323
41     bool
42
43 config VGA_PCI
44     bool
45     default y if PCI_DEVICES
46     depends on PCI
47     select VGA
48     select EDID
49
50 config VGA_ISA
51     bool
52     depends on ISA_BUS
53     select VGA
54
55 config VGA_ISA_MM
56     bool
57     select VGA
58
59 config VMWARE_VGA
60     bool
61     default y if PCI_DEVICES
62     depends on PCI
63     select VGA
64
65 config BOCHS_DISPLAY
66     bool
67     default y if PCI_DEVICES
68     depends on PCI
69     select VGA
70     select EDID
71
72 config BLIZZARD
73     bool
74
75 config FRAMEBUFFER
76     bool
77
78 config MILKYMIST_TMU2
79     bool
80     depends on OPENGL && X11
81
82 config SM501
83     bool
84     select I2C
85     select DDC
86     select SERIAL
87
88 config TCX
89     bool
90
91 config CG3
92     bool
93
94 config ARTIST
95     bool
96     select FRAMEBUFFER
97
98 config VGA
99     bool
100
101 config QXL
102     bool
103     depends on SPICE && PCI
104     select VGA
105
106 config VIRTIO_GPU
107     bool
108     default y
109     depends on VIRTIO
110     select EDID
111
112 config VIRTIO_VGA
113     bool
114     # defaults to "N", enabled by specific boards
115     depends on VIRTIO_PCI
116     select VGA
117
118 config VHOST_USER_GPU
119     bool
120     default y
121     depends on VIRTIO_GPU && VHOST_USER
122
123 config VHOST_USER_VGA
124     bool
125     default y
126     depends on VIRTIO_VGA && VHOST_USER_GPU
127
128 config DPCD
129     bool
130     select AUX
131
132 config ATI_VGA
133     bool
134     default y if PCI_DEVICES
135     depends on PCI
136     select VGA
137     select BITBANG_I2C
138     select DDC
139
140 config MACFB
141     bool
142     select FRAMEBUFFER
143     depends on NUBUS
This page took 0.034233 seconds and 4 git commands to generate.