util/hbitmap: update orig_size on truncate
[qemu/ar7.git] / hw / display / Kconfig
blobcbdf7b1a675b321a24f539b14f0156ce830d6fc0
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 ADS7846
13     bool
15 config VGA_CIRRUS
16     bool
17     default y if PCI_DEVICES
18     depends on PCI
19     select VGA
21 config G364FB
22     bool
24 config JAZZ_LED
25     bool
27 config PL110
28     bool
29     select FRAMEBUFFER
31 config SII9022
32     bool
33     depends on I2C
34     select DDC
36 config SSD0303
37     bool
38     depends on I2C
40 config SSD0323
41     bool
43 config VGA_PCI
44     bool
45     default y if PCI_DEVICES
46     depends on PCI
47     select VGA
48     select EDID
50 config VGA_ISA
51     bool
52     depends on ISA_BUS
53     select VGA
55 config VGA_ISA_MM
56     bool
57     select VGA
59 config VMWARE_VGA
60     bool
61     default y if PCI_DEVICES
62     depends on PCI
63     select VGA
65 config BOCHS_DISPLAY
66     bool
67     default y if PCI_DEVICES
68     depends on PCI
69     select VGA
70     select EDID
72 config BLIZZARD
73     bool
75 config FRAMEBUFFER
76     bool
78 config MILKYMIST_TMU2
79     bool
80     depends on OPENGL && X11
82 config SM501
83     bool
84     select I2C
85     select DDC
86     select SERIAL
88 config TCX
89     bool
91 config CG3
92     bool
94 config VGA
95     bool
97 config QXL
98     bool
99     depends on SPICE && PCI
100     select VGA
102 config VIRTIO_GPU
103     bool
104     default y
105     depends on VIRTIO
106     select EDID
108 config VIRTIO_VGA
109     bool
110     # defaults to "N", enabled by specific boards
111     depends on VIRTIO_PCI
112     select VGA
114 config VHOST_USER_GPU
115     bool
116     default y
117     depends on VIRTIO_GPU && VHOST_USER
119 config VHOST_USER_VGA
120     bool
121     default y
122     depends on VIRTIO_VGA && VHOST_USER_GPU
124 config DPCD
125     bool
126     select AUX
128 config ATI_VGA
129     bool
130     default y if PCI_DEVICES
131     depends on PCI
132     select VGA
133     select BITBANG_I2C
134     select DDC