]> Git Repo - qemu.git/blame - hw/display/Kconfig
i386: express dependencies with Kconfig
[qemu.git] / hw / display / Kconfig
CommitLineData
82f51817
PB
1config EDID
2 bool
3
4config FW_CFG_DMA
5 bool
6
7config ADS7846
8 bool
9
10config VGA_CIRRUS
11 bool
7c28b925
PB
12 default y if PCI_DEVICES
13 depends on PCI
14 select VGA
82f51817
PB
15
16config G364FB
17 bool
18
19config JAZZ_LED
20 bool
21
22config PL110
23 bool
24
25config SII9022
26 bool
27
28config SSD0303
29 bool
30
31config SSD0323
32 bool
33
34config VGA_PCI
35 bool
7c28b925
PB
36 default y if PCI_DEVICES
37 depends on PCI
38 select VGA
82f51817
PB
39
40config VGA_ISA
41 bool
a7e23159
PB
42 depends on ISA_BUS
43 select VGA
82f51817
PB
44
45config VGA_ISA_MM
46 bool
a7e23159 47 select VGA
82f51817
PB
48
49config VMWARE_VGA
50 bool
7c28b925
PB
51 default y if PCI_DEVICES
52 depends on PCI
53 select VGA
82f51817
PB
54
55config BOCHS_DISPLAY
56 bool
7c28b925
PB
57 default y if PCI_DEVICES
58 depends on PCI
59 select VGA
82f51817
PB
60
61config BLIZZARD
62 bool
63
64config FRAMEBUFFER
65 bool
66
67config MILKYMIST_TMU2
68 bool
e0e312f3
PB
69 default y
70 depends on OPENGL && X11
82f51817
PB
71
72config SM501
73 bool
74
75config TCX
76 bool
77
78config CG3
79 bool
80
81config VGA
82 bool
83
84config QXL
85 bool
e0e312f3 86 depends on SPICE && PCI
7c28b925 87 select VGA
82f51817
PB
88
89config VIRTIO_GPU
90 bool
91
92config VIRTIO_VGA
93 bool
7c28b925
PB
94 default y if PCI_DEVICES
95 depends on VIRTIO_PCI
96 select VGA
82f51817
PB
97
98config DPCD
99 bool
This page took 0.034195 seconds and 4 git commands to generate.