ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
[qemu.git] / hw / display / Kconfig
bloba2306b67d87c034ca77406852af51e6b0b017571
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 SM501
76     bool
77     select I2C
78     select DDC
79     select SERIAL
81 config TCX
82     bool
84 config CG3
85     bool
87 config ARTIST
88     bool
89     select FRAMEBUFFER
91 config VGA
92     bool
94 config QXL
95     bool
96     depends on SPICE && PCI
97     select VGA
99 config VIRTIO_GPU
100     bool
101     default y
102     depends on VIRTIO
103     select EDID
105 config VIRTIO_VGA
106     bool
107     # defaults to "N", enabled by specific boards
108     depends on VIRTIO_PCI
109     select VGA
111 config VHOST_USER_GPU
112     bool
113     default y
114     depends on VIRTIO_GPU && VHOST_USER
116 config VHOST_USER_VGA
117     bool
118     default y
119     depends on VIRTIO_VGA && VHOST_USER_GPU
121 config DPCD
122     bool
123     select AUX
125 config ATI_VGA
126     bool
127     default y if PCI_DEVICES
128     depends on PCI
129     select VGA
130     select BITBANG_I2C
131     select DDC
133 config MACFB
134     bool
135     select FRAMEBUFFER
136     depends on NUBUS