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