blob: 64ad8cc886b2da07887f70b7e883ac81cbc50595 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Video configuration
3#
4
5menu "Graphics support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02006 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Nicolas Ferre0912e532009-06-23 16:30:56 +02008config HAVE_FB_ATMEL
9 bool
10
Dmitry Eremin-Solenikovf00117a2011-01-12 15:19:35 +000011config SH_MIPI_DSI
12 tristate
13 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16 bool
17
Randy Dunlap179b0252007-10-16 01:29:39 -070018source "drivers/char/agp/Kconfig"
19
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +100020source "drivers/gpu/vga/Kconfig"
21
Dave Airliec0e09202008-05-29 10:09:59 +100022source "drivers/gpu/drm/Kconfig"
Antonino A. Daplasba707102006-06-26 00:26:37 -070023
Lee, Chun-Yie26fd112010-10-20 13:51:19 +080024source "drivers/gpu/stub/Kconfig"
25
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070026config VGASTATE
27 tristate
28 default n
29
Luming Yu23b0f012007-05-09 21:07:05 +080030config VIDEO_OUTPUT_CONTROL
31 tristate "Lowlevel video output switch controls"
Luming Yu23b0f012007-05-09 21:07:05 +080032 help
33 This framework adds support for low-level control of the video
34 output switch.
35
Randy Dunlap179b0252007-10-16 01:29:39 -070036menuconfig FB
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 tristate "Support for frame buffer devices"
38 ---help---
39 The frame buffer device provides an abstraction for the graphics
40 hardware. It represents the frame buffer of some video hardware and
41 allows application software to access the graphics hardware through
42 a well-defined interface, so the software doesn't need to know
43 anything about the low-level (hardware register) stuff.
44
45 Frame buffer devices work identically across the different
46 architectures supported by Linux and make the implementation of
47 application programs easier and more portable; at this point, an X
48 server exists which uses the frame buffer device exclusively.
49 On several non-X86 architectures, the frame buffer device is the
50 only way to use the graphics hardware.
51
52 The device is accessed through special device nodes, usually located
53 in the /dev directory, i.e. /dev/fb*.
54
55 You need an utility program called fbset to make full use of frame
56 buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
57 and the Framebuffer-HOWTO at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020058 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 information.
60
61 Say Y here and to the driver for your graphics board below if you
62 are compiling a kernel for a non-x86 architecture.
63
64 If you are compiling for the x86 architecture, you can say Y if you
65 want to play with it, but it is not essential. Please note that
66 running graphical applications that directly touch the hardware
67 (e.g. an accelerated X server) and that are not frame buffer
68 device-aware may cause unexpected results. If unsure, say N.
69
James Simmonse0e34ef2007-02-10 14:15:43 +000070config FIRMWARE_EDID
71 bool "Enable firmware EDID"
72 depends on FB
73 default n
74 ---help---
75 This enables access to the EDID transferred from the firmware.
76 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
77 transfers do not work for your driver and if you are using
78 nvidiafb, i810fb or savagefb.
79
80 In general, choosing Y for this option is safe. If you
81 experience extremely long delays while booting before you get
82 something on your display, try setting this to N. Matrox cards in
83 combination with certain motherboards and monitors are known to
84 suffer from this problem.
85
Dennis Munsiefc5891c2006-10-03 01:14:42 -070086config FB_DDC
87 tristate
James Simmonse0e34ef2007-02-10 14:15:43 +000088 depends on FB
89 select I2C_ALGOBIT
90 select I2C
Dennis Munsiefc5891c2006-10-03 01:14:42 -070091 default n
92
Michal Januszewski4d31a2b2008-10-15 22:03:51 -070093config FB_BOOT_VESA_SUPPORT
94 bool
95 depends on FB
96 default n
97 ---help---
98 If true, at least one selected framebuffer driver can take advantage
99 of VESA video modes set at an early boot stage via the vga= parameter.
100
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101config FB_CFB_FILLRECT
102 tristate
103 depends on FB
104 default n
105 ---help---
106 Include the cfb_fillrect function for generic software rectangle
107 filling. This is used by drivers that don't provide their own
108 (accelerated) version.
109
110config FB_CFB_COPYAREA
111 tristate
112 depends on FB
113 default n
114 ---help---
115 Include the cfb_copyarea function for generic software area copying.
116 This is used by drivers that don't provide their own (accelerated)
117 version.
118
119config FB_CFB_IMAGEBLIT
120 tristate
121 depends on FB
122 default n
123 ---help---
124 Include the cfb_imageblit function for generic software image
125 blitting. This is used by drivers that don't provide their own
126 (accelerated) version.
127
Pavel Pisa779121e2007-10-16 01:29:21 -0700128config FB_CFB_REV_PIXELS_IN_BYTE
129 bool
130 depends on FB
131 default n
132 ---help---
133 Allow generic frame-buffer functions to work on displays with 1, 2
134 and 4 bits per pixel depths which has opposite order of pixels in
135 byte order to bytes in long order.
136
Antonino A. Daplas68648ed2007-05-08 00:38:57 -0700137config FB_SYS_FILLRECT
138 tristate
139 depends on FB
140 default n
141 ---help---
142 Include the sys_fillrect function for generic software rectangle
143 filling. This is used by drivers that don't provide their own
144 (accelerated) version and the framebuffer is in system RAM.
145
146config FB_SYS_COPYAREA
147 tristate
148 depends on FB
149 default n
150 ---help---
151 Include the sys_copyarea function for generic software area copying.
152 This is used by drivers that don't provide their own (accelerated)
153 version and the framebuffer is in system RAM.
154
155config FB_SYS_IMAGEBLIT
156 tristate
157 depends on FB
158 default n
159 ---help---
160 Include the sys_imageblit function for generic software image
161 blitting. This is used by drivers that don't provide their own
162 (accelerated) version and the framebuffer is in system RAM.
163
Anton Vorontsove4c690e2008-04-28 02:14:49 -0700164menuconfig FB_FOREIGN_ENDIAN
165 bool "Framebuffer foreign endianness support"
166 depends on FB
167 ---help---
168 This menu will let you enable support for the framebuffers with
169 non-native endianness (e.g. Little-Endian framebuffer on a
170 Big-Endian machine). Most probably you don't have such hardware,
171 so it's safe to say "n" here.
172
173choice
174 prompt "Choice endianness support"
175 depends on FB_FOREIGN_ENDIAN
176
177config FB_BOTH_ENDIAN
178 bool "Support for Big- and Little-Endian framebuffers"
179
180config FB_BIG_ENDIAN
181 bool "Support for Big-Endian framebuffers only"
182
183config FB_LITTLE_ENDIAN
184 bool "Support for Little-Endian framebuffers only"
185
186endchoice
187
Antonino A. Daplas09aaf262007-05-08 00:39:03 -0700188config FB_SYS_FOPS
189 tristate
190 depends on FB
191 default n
192
Alexey Charkovd6ff7d02010-11-09 02:42:39 +0300193config FB_WMT_GE_ROPS
194 tristate
195 depends on FB
196 default n
197 ---help---
198 Include functions for accelerated rectangle filling and area
199 copying using WonderMedia Graphics Engine operations.
200
Jaya Kumar60b59be2007-05-08 00:37:37 -0700201config FB_DEFERRED_IO
202 bool
203 depends on FB
Jaya Kumar60b59be2007-05-08 00:37:37 -0700204
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700205config FB_HECUBA
206 tristate
207 depends on FB
208 depends on FB_DEFERRED_IO
209
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800210config FB_SVGALIB
211 tristate
212 depends on FB
213 default n
214 ---help---
215 Common utility functions useful to fbdev drivers of VGA-based
216 cards.
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218config FB_MACMODES
219 tristate
220 depends on FB
221 default n
222
Michael Hanselmann5474c122006-06-25 05:47:08 -0700223config FB_BACKLIGHT
Michael Hanselmann4b755992006-07-30 03:04:19 -0700224 bool
225 depends on FB
226 select BACKLIGHT_LCD_SUPPORT
227 select BACKLIGHT_CLASS_DEVICE
228 default n
Michael Hanselmann5474c122006-06-25 05:47:08 -0700229
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230config FB_MODE_HELPERS
231 bool "Enable Video Mode Handling Helpers"
232 depends on FB
233 default n
234 ---help---
235 This enables functions for handling video modes using the
236 Generalized Timing Formula and the EDID parser. A few drivers rely
237 on this feature such as the radeonfb, rivafb, and the i810fb. If
238 your driver does not take advantage of this feature, choosing Y will
239 just increase the kernel size by about 5K.
240
241config FB_TILEBLITTING
242 bool "Enable Tile Blitting Support"
243 depends on FB
244 default n
245 ---help---
246 This enables tile blitting. Tile blitting is a drawing technique
247 where the screen is divided into rectangular sections (tiles), whereas
248 the standard blitting divides the screen into pixels. Because the
249 default drawing element is a tile, drawing functions will be passed
250 parameters in terms of number of tiles instead of number of pixels.
251 For example, to draw a single character, instead of using bitmaps,
252 an index to an array of bitmaps will be used. To clear or move a
253 rectangular section of a screen, the rectangle will be described in
254 terms of number of tiles in the x- and y-axis.
255
256 This is particularly important to one driver, matroxfb. If
257 unsure, say N.
258
Miguel Ojeda10ccaf42007-04-23 14:41:09 -0700259comment "Frame buffer hardware drivers"
James Simmonse0e34ef2007-02-10 14:15:43 +0000260 depends on FB
261
Kristoffer Glemboa4b8f972011-07-05 09:29:19 +0200262config FB_GRVGA
263 tristate "Aeroflex Gaisler framebuffer support"
264 depends on FB && SPARC
265 select FB_CFB_FILLRECT
266 select FB_CFB_COPYAREA
267 select FB_CFB_IMAGEBLIT
268 ---help---
269 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
270
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271config FB_CIRRUS
272 tristate "Cirrus Logic support"
273 depends on FB && (ZORRO || PCI)
274 select FB_CFB_FILLRECT
275 select FB_CFB_COPYAREA
276 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 ---help---
278 This enables support for Cirrus Logic GD542x/543x based boards on
279 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
280
281 If you have a PCI-based system, this enables support for these
282 chips: GD-543x, GD-544x, GD-5480.
283
284 Please read the file <file:Documentation/fb/cirrusfb.txt>.
285
286 Say N unless you have such a graphics board or plan to get one
287 before you next recompile the kernel.
288
289config FB_PM2
290 tristate "Permedia2 support"
291 depends on FB && ((AMIGA && BROKEN) || PCI)
292 select FB_CFB_FILLRECT
293 select FB_CFB_COPYAREA
294 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700296 This is the frame buffer device driver for cards based on
297 the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
298 The driver was tested on the following cards:
299 Diamond FireGL 1000 PRO AGP
300 ELSA Gloria Synergy PCI
301 Appian Jeronimo PRO (both heads) PCI
302 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI
303 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
304 ASK Graphic Blaster Exxtreme AGP
305
306 To compile this driver as a module, choose M here: the
307 module will be called pm2fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308
309config FB_PM2_FIFO_DISCONNECT
310 bool "enable FIFO disconnect feature"
311 depends on FB_PM2 && PCI
312 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700313 Support the Permedia2 FIFO disconnect feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314
315config FB_ARMCLCD
316 tristate "ARM PrimeCell PL110 support"
317 depends on FB && ARM && ARM_AMBA
318 select FB_CFB_FILLRECT
319 select FB_CFB_COPYAREA
320 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 help
322 This framebuffer device driver is for the ARM PrimeCell PL110
323 Colour LCD controller. ARM PrimeCells provide the building
324 blocks for System on a Chip devices.
325
326 If you want to compile this as a module (=code which can be
327 inserted into and removed from the running kernel), say M
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +0500328 here and read <file:Documentation/kbuild/modules.txt>. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 will be called amba-clcd.
330
331config FB_ACORN
332 bool "Acorn VIDC support"
Russell King635f0252008-10-28 09:43:54 +0000333 depends on (FB = y) && ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334 select FB_CFB_FILLRECT
335 select FB_CFB_COPYAREA
336 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 help
338 This is the frame buffer device driver for the Acorn VIDC graphics
339 hardware found in Acorn RISC PCs and other ARM-based machines. If
340 unsure, say N.
341
342config FB_CLPS711X
343 bool "CLPS711X LCD support"
344 depends on (FB = y) && ARM && ARCH_CLPS711X
345 select FB_CFB_FILLRECT
346 select FB_CFB_COPYAREA
347 select FB_CFB_IMAGEBLIT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800348 help
349 Say Y to enable the Framebuffer driver for the CLPS7111 and
350 EP7212 processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
352config FB_SA1100
353 bool "SA-1100 LCD support"
354 depends on (FB = y) && ARM && ARCH_SA1100
355 select FB_CFB_FILLRECT
356 select FB_CFB_COPYAREA
357 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 help
359 This is a framebuffer device for the SA-1100 LCD Controller.
360 See <http://www.linux-fbdev.org/> for information on framebuffer
361 devices.
362
363 If you plan to use the LCD display with your SA-1100 system, say
364 Y here.
365
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700366config FB_IMX
Fabio Estevame3d5fb72011-01-10 09:47:41 -0200367 tristate "Freescale i.MX LCD support"
Sascha Hauerf142b612011-03-03 15:12:44 +0100368 depends on FB && IMX_HAVE_PLATFORM_IMX_FB
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700369 select FB_CFB_FILLRECT
370 select FB_CFB_COPYAREA
371 select FB_CFB_IMAGEBLIT
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373config FB_CYBER2000
374 tristate "CyberPro 2000/2010/5000 support"
375 depends on FB && PCI && (BROKEN || !SPARC64)
376 select FB_CFB_FILLRECT
377 select FB_CFB_COPYAREA
378 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 help
380 This enables support for the Integraphics CyberPro 20x0 and 5000
381 VGA chips used in the Rebel.com Netwinder and other machines.
382 Say Y if you have a NetWinder or a graphics card containing this
383 device, otherwise say N.
384
Ondrej Zarye5dedf82010-08-11 21:48:03 +0200385config FB_CYBER2000_DDC
386 bool "DDC for CyberPro support"
387 depends on FB_CYBER2000
388 select FB_DDC
389 default y
390 help
391 Say Y here if you want DDC support for your CyberPro graphics
392 card. This is only I2C bus support, driver does not use EDID.
393
Russell Kingb7ca01a2010-08-02 09:57:07 +0100394config FB_CYBER2000_I2C
395 bool "CyberPro 2000/2010/5000 I2C support"
396 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
397 select I2C_ALGOBIT
398 help
399 Enable support for the I2C video decoder interface on the
400 Integraphics CyberPro 20x0 and 5000 VGA chips. This is used
401 on the Netwinder machines for the SAA7111 video capture.
402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403config FB_APOLLO
404 bool
405 depends on (FB = y) && APOLLO
406 default y
407 select FB_CFB_FILLRECT
408 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409
410config FB_Q40
411 bool
412 depends on (FB = y) && Q40
413 default y
414 select FB_CFB_FILLRECT
415 select FB_CFB_COPYAREA
416 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417
418config FB_AMIGA
419 tristate "Amiga native chipset support"
420 depends on FB && AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 help
422 This is the frame buffer device driver for the builtin graphics
423 chipset found in Amigas.
424
425 To compile this driver as a module, choose M here: the
426 module will be called amifb.
427
428config FB_AMIGA_OCS
429 bool "Amiga OCS chipset support"
430 depends on FB_AMIGA
431 help
432 This enables support for the original Agnus and Denise video chips,
433 found in the Amiga 1000 and most A500's and A2000's. If you intend
434 to run Linux on any of these systems, say Y; otherwise say N.
435
436config FB_AMIGA_ECS
437 bool "Amiga ECS chipset support"
438 depends on FB_AMIGA
439 help
440 This enables support for the Enhanced Chip Set, found in later
441 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
442 you intend to run Linux on any of these systems, say Y; otherwise
443 say N.
444
445config FB_AMIGA_AGA
446 bool "Amiga AGA chipset support"
447 depends on FB_AMIGA
448 help
449 This enables support for the Advanced Graphics Architecture (also
450 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
451 and CD32. If you intend to run Linux on any of these systems, say Y;
452 otherwise say N.
453
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454config FB_FM2
455 bool "Amiga FrameMaster II/Rainbow II support"
456 depends on (FB = y) && ZORRO
457 select FB_CFB_FILLRECT
458 select FB_CFB_COPYAREA
459 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 help
461 This is the frame buffer device driver for the Amiga FrameMaster
462 card from BSC (exhibited 1992 but not shipped as a CBM product).
463
Jaya Kumar1154ea72005-06-21 17:17:04 -0700464config FB_ARC
465 tristate "Arc Monochrome LCD board support"
466 depends on FB && X86
Antonino A. Daplas922e6f92007-05-08 00:38:58 -0700467 select FB_SYS_FILLRECT
468 select FB_SYS_COPYAREA
469 select FB_SYS_IMAGEBLIT
Antonino A. Daplasd9a05f12007-05-08 00:39:04 -0700470 select FB_SYS_FOPS
Jaya Kumar1154ea72005-06-21 17:17:04 -0700471 help
472 This enables support for the Arc Monochrome LCD board. The board
473 is based on the KS-108 lcd controller and is typically a matrix
474 of 2*n chips. This driver was tested with a 128x64 panel. This
475 driver supports it for use with x86 SBCs through a 16 bit GPIO
Matt LaPlante09509602006-10-03 22:31:37 +0200476 interface (8 bit data, 8 bit control). If you anticipate using
Jaya Kumar1154ea72005-06-21 17:17:04 -0700477 this driver, say Y or M; otherwise say N. You must specify the
478 GPIO IO address to be used for setting control and data.
479
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480config FB_ATARI
481 bool "Atari native chipset support"
Michael Schmitza1005012007-05-01 22:32:39 +0200482 depends on (FB = y) && ATARI
483 select FB_CFB_FILLRECT
484 select FB_CFB_COPYAREA
485 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 help
487 This is the frame buffer device driver for the builtin graphics
488 chipset found in Ataris.
489
490config FB_OF
491 bool "Open Firmware frame buffer device support"
Stephen Rothwellbed59272007-03-04 17:04:44 +1100492 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 select FB_CFB_FILLRECT
494 select FB_CFB_COPYAREA
495 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 select FB_MACMODES
497 help
498 Say Y if you want support with Open Firmware for your graphics
499 board.
500
501config FB_CONTROL
502 bool "Apple \"control\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700503 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 select FB_CFB_FILLRECT
505 select FB_CFB_COPYAREA
506 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 select FB_MACMODES
508 help
509 This driver supports a frame buffer for the graphics adapter in the
510 Power Macintosh 7300 and others.
511
512config FB_PLATINUM
513 bool "Apple \"platinum\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700514 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 select FB_CFB_FILLRECT
516 select FB_CFB_COPYAREA
517 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 select FB_MACMODES
519 help
520 This driver supports a frame buffer for the "platinum" graphics
521 adapter in some Power Macintoshes.
522
523config FB_VALKYRIE
524 bool "Apple \"valkyrie\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700525 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 select FB_CFB_FILLRECT
527 select FB_CFB_COPYAREA
528 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 select FB_MACMODES
530 help
531 This driver supports a frame buffer for the "valkyrie" graphics
532 adapter in some Power Macintoshes.
533
534config FB_CT65550
535 bool "Chips 65550 display support"
Randy Dunlap0f8c02342007-11-14 16:58:45 -0800536 depends on (FB = y) && PPC32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 select FB_CFB_FILLRECT
538 select FB_CFB_COPYAREA
539 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 help
541 This is the frame buffer device driver for the Chips & Technologies
542 65550 graphics chip in PowerBooks.
543
544config FB_ASILIANT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800545 bool "Asiliant (Chips) 69000 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 depends on (FB = y) && PCI
547 select FB_CFB_FILLRECT
548 select FB_CFB_COPYAREA
549 select FB_CFB_IMAGEBLIT
Antonino A. Daplas4de0b1e2006-04-27 18:40:47 -0700550 help
551 This is the frame buffer device driver for the Asiliant 69030 chipset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552
553config FB_IMSTT
554 bool "IMS Twin Turbo display support"
555 depends on (FB = y) && PCI
556 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 select FB_MACMODES if PPC
558 help
559 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
560 many Macintosh and compatible computers.
561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562config FB_VGA16
563 tristate "VGA 16-color graphics support"
564 depends on FB && (X86 || PPC)
565 select FB_CFB_FILLRECT
566 select FB_CFB_COPYAREA
567 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700568 select VGASTATE
Antonino A. Daplasd60d2d82007-05-08 00:39:12 -0700569 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 help
571 This is the frame buffer device driver for VGA 16 color graphic
572 cards. Say Y if you have such a card.
573
574 To compile this driver as a module, choose M here: the
575 module will be called vga16fb.
576
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700577config FB_BF54X_LQ043
578 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)"
Mike Frysingere7a05aa2008-04-28 02:15:47 -0700579 depends on FB && (BF54x) && !BF542
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700580 select FB_CFB_FILLRECT
581 select FB_CFB_COPYAREA
582 select FB_CFB_IMAGEBLIT
583 help
584 This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD
585
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700586config FB_BFIN_T350MCQB
587 tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)"
588 depends on FB && BLACKFIN
589 select BFIN_GPTIMERS
590 select FB_CFB_FILLRECT
591 select FB_CFB_COPYAREA
592 select FB_CFB_IMAGEBLIT
593 help
594 This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD
595 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI
596 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK.
597
Michael Hennerich9cfe4a92009-12-15 16:46:21 -0800598config FB_BFIN_LQ035Q1
599 tristate "SHARP LQ035Q1DH02 TFT LCD"
600 depends on FB && BLACKFIN && SPI
601 select FB_CFB_FILLRECT
602 select FB_CFB_COPYAREA
603 select FB_CFB_IMAGEBLIT
604 select BFIN_GPTIMERS
605 help
606 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
607 the Blackfin Landscape LCD EZ-Extender Card.
608 This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
609 It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
610
611 To compile this driver as a module, choose M here: the
612 module will be called bfin-lq035q1-fb.
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700613
Michael Hennerichdbcc4652010-11-24 09:33:58 +0000614config FB_BF537_LQ035
615 tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
616 depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
617 select FB_CFB_FILLRECT
618 select FB_CFB_COPYAREA
619 select FB_CFB_IMAGEBLIT
620 select BFIN_GPTIMERS
621 help
622 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
623 attached to a BF537.
624
625 To compile this driver as a module, choose M here: the
626 module will be called bf537-lq035.
627
Michael Hennerichcffd9342010-11-24 09:33:59 +0000628config FB_BFIN_7393
629 tristate "Blackfin ADV7393 Video encoder"
630 depends on FB && BLACKFIN
631 select I2C
632 select FB_CFB_FILLRECT
633 select FB_CFB_COPYAREA
634 select FB_CFB_IMAGEBLIT
635 help
636 This is the framebuffer device for a ADV7393 video encoder
637 attached to a Blackfin on the PPI port.
638 If your Blackfin board has a ADV7393 select Y.
639
640 To compile this driver as a module, choose M here: the
641 module will be called bfin_adv7393fb.
642
643choice
644 prompt "Video mode support"
645 depends on FB_BFIN_7393
646 default NTSC
647
648config NTSC
649 bool 'NTSC 720x480'
650
651config PAL
652 bool 'PAL 720x576'
653
654config NTSC_640x480
655 bool 'NTSC 640x480 (Experimental)'
656
657config PAL_640x480
658 bool 'PAL 640x480 (Experimental)'
659
660config NTSC_YCBCR
661 bool 'NTSC 720x480 YCbCR input'
662
663config PAL_YCBCR
664 bool 'PAL 720x576 YCbCR input'
665
666endchoice
667
668choice
669 prompt "Size of ADV7393 frame buffer memory Single/Double Size"
670 depends on (FB_BFIN_7393)
671 default ADV7393_1XMEM
672
673config ADV7393_1XMEM
674 bool 'Single'
675
676config ADV7393_2XMEM
677 bool 'Double'
678endchoice
679
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680config FB_STI
681 tristate "HP STI frame buffer device support"
682 depends on FB && PARISC
683 select FB_CFB_FILLRECT
684 select FB_CFB_COPYAREA
685 select FB_CFB_IMAGEBLIT
Alexander Beregalov17085a92009-04-03 13:33:32 +0000686 select STI_CONSOLE
687 select VT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 default y
689 ---help---
690 STI refers to the HP "Standard Text Interface" which is a set of
691 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
692 Enabling this option will implement the linux framebuffer device
693 using calls to the STI BIOS routines for initialisation.
694
695 If you enable this option, you will get a planar framebuffer device
696 /dev/fb which will work on the most common HP graphic cards of the
697 NGLE family, including the artist chips (in the 7xx and Bxxx series),
698 HCRX, HCRX24, CRX, CRX24 and VisEG series.
699
700 It is safe to enable this option, so you should probably say "Y".
701
702config FB_MAC
703 bool "Generic Macintosh display support"
704 depends on (FB = y) && MAC
705 select FB_CFB_FILLRECT
706 select FB_CFB_COPYAREA
707 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 select FB_MACMODES
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710config FB_HP300
711 bool
Geert Uytterhoevenad7e4842008-05-18 20:47:09 +0200712 depends on (FB = y) && DIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 default y
715
716config FB_TGA
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700717 tristate "TGA/SFB+ framebuffer support"
718 depends on FB && (ALPHA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 select FB_CFB_FILLRECT
720 select FB_CFB_COPYAREA
721 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800722 select BITREVERSE
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700723 ---help---
724 This is the frame buffer device driver for generic TGA and SFB+
725 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
726 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
727 TURBOchannel cards, also known as PMAGD-A, -B and -C.
728
729 Due to hardware limitations ZLX-E2 and E3 cards are not supported
730 for DECstation 5000/200 systems. Additionally due to firmware
731 limitations these cards may cause troubles with booting DECstation
732 5000/240 and /260 systems, but are fully supported under Linux if
733 you manage to get it going. ;-)
734
735 Say Y if you have one of those.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736
Michal Januszewski8bdb3a22007-10-16 01:28:26 -0700737config FB_UVESA
738 tristate "Userspace VESA VGA graphics support"
739 depends on FB && CONNECTOR
740 select FB_CFB_FILLRECT
741 select FB_CFB_COPYAREA
742 select FB_CFB_IMAGEBLIT
743 select FB_MODE_HELPERS
744 help
745 This is the frame buffer driver for generic VBE 2.0 compliant
746 graphic cards. It can also take advantage of VBE 3.0 features,
747 such as refresh rate adjustment.
748
749 This driver generally provides more features than vesafb but
750 requires a userspace helper application called 'v86d'. See
751 <file:Documentation/fb/uvesafb.txt> for more information.
752
753 If unsure, say N.
754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755config FB_VESA
756 bool "VESA VGA graphics support"
Brian Gerst0d078f62005-10-30 14:59:20 -0800757 depends on (FB = y) && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 select FB_CFB_FILLRECT
759 select FB_CFB_COPYAREA
760 select FB_CFB_IMAGEBLIT
Michal Januszewski4d31a2b2008-10-15 22:03:51 -0700761 select FB_BOOT_VESA_SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 help
763 This is the frame buffer device driver for generic VESA 2.0
764 compliant graphic cards. The older VESA 1.2 cards are not supported.
765 You will get a boot time penguin logo at no additional cost. Please
766 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
767
Huang, Ying7c831722007-11-28 16:21:55 -0800768config FB_EFI
769 bool "EFI-based Framebuffer Support"
Edgar Hucekb64ef8a2006-08-13 23:24:16 -0700770 depends on (FB = y) && X86 && EFI
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700771 select FB_CFB_FILLRECT
772 select FB_CFB_COPYAREA
773 select FB_CFB_IMAGEBLIT
774 help
Peter Jones7c08c9a2008-10-15 22:03:43 -0700775 This is the EFI frame buffer device driver. If the firmware on
776 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for
777 using the EFI framebuffer as your console.
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700778
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700779config FB_N411
780 tristate "N411 Apollo/Hecuba devkit support"
Jaya Kumaraad09e52007-05-08 00:37:43 -0700781 depends on FB && X86 && MMU
Antonino A. Daplasd6774932007-05-08 00:39:00 -0700782 select FB_SYS_FILLRECT
783 select FB_SYS_COPYAREA
784 select FB_SYS_IMAGEBLIT
Antonino A. Daplas28d45642007-05-08 00:39:06 -0700785 select FB_SYS_FOPS
Jaya Kumaraad09e52007-05-08 00:37:43 -0700786 select FB_DEFERRED_IO
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700787 select FB_HECUBA
Jaya Kumaraad09e52007-05-08 00:37:43 -0700788 help
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700789 This enables support for the Apollo display controller in its
790 Hecuba form using the n411 devkit.
Jaya Kumaraad09e52007-05-08 00:37:43 -0700791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792config FB_HGA
793 tristate "Hercules mono graphics support"
794 depends on FB && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795 help
796 Say Y here if you have a Hercules mono graphics card.
797
798 To compile this driver as a module, choose M here: the
799 module will be called hgafb.
800
Brent Cook529ed802010-12-31 05:56:50 +0000801 As this card technology is at least 25 years old,
802 most people will answer N here.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804config FB_SGIVW
805 tristate "SGI Visual Workstation framebuffer support"
806 depends on FB && X86_VISWS
807 select FB_CFB_FILLRECT
808 select FB_CFB_COPYAREA
809 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 help
811 SGI Visual Workstation support for framebuffer graphics.
812
813config FB_GBE
814 bool "SGI Graphics Backend frame buffer support"
815 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
816 select FB_CFB_FILLRECT
817 select FB_CFB_COPYAREA
818 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 help
820 This is the frame buffer device driver for SGI Graphics Backend.
821 This chip is used in SGI O2 and Visual Workstation 320/540.
822
823config FB_GBE_MEM
824 int "Video memory size in MB"
825 depends on FB_GBE
Martin Michlmayr80c410d2006-02-24 13:04:16 -0800826 default 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 help
828 This is the amount of memory reserved for the framebuffer,
829 which can be any value between 1MB and 8MB.
830
Mark Fortescue1a571982005-11-29 19:34:44 -0800831config FB_SBUS
832 bool "SBUS and UPA framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -0800833 depends on (FB = y) && SPARC
Mark Fortescue1a571982005-11-29 19:34:44 -0800834 help
835 Say Y if you want support for SBUS or UPA based frame buffer device.
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837config FB_BW2
838 bool "BWtwo support"
Adrian Bunke0196302007-02-12 00:54:50 -0800839 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 select FB_CFB_FILLRECT
841 select FB_CFB_COPYAREA
842 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 help
844 This is the frame buffer device driver for the BWtwo frame buffer.
845
846config FB_CG3
847 bool "CGthree support"
Adrian Bunke0196302007-02-12 00:54:50 -0800848 depends on (FB = y) && (SPARC && FB_SBUS)
Mark Fortescue1a571982005-11-29 19:34:44 -0800849 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 select FB_CFB_COPYAREA
851 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 help
853 This is the frame buffer device driver for the CGthree frame buffer.
854
855config FB_CG6
856 bool "CGsix (GX,TurboGX) support"
Adrian Bunke0196302007-02-12 00:54:50 -0800857 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858 select FB_CFB_COPYAREA
859 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860 help
861 This is the frame buffer device driver for the CGsix (GX, TurboGX)
862 frame buffer.
863
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700864config FB_FFB
865 bool "Creator/Creator3D/Elite3D support"
866 depends on FB_SBUS && SPARC64
867 select FB_CFB_COPYAREA
868 select FB_CFB_IMAGEBLIT
869 help
870 This is the frame buffer device driver for the Creator, Creator3D,
871 and Elite3D graphics boards.
872
873config FB_TCX
874 bool "TCX (SS4/SS5 only) support"
875 depends on FB_SBUS
876 select FB_CFB_FILLRECT
877 select FB_CFB_COPYAREA
878 select FB_CFB_IMAGEBLIT
879 help
880 This is the frame buffer device driver for the TCX 24/8bit frame
881 buffer.
882
883config FB_CG14
884 bool "CGfourteen (SX) support"
885 depends on FB_SBUS
886 select FB_CFB_FILLRECT
887 select FB_CFB_COPYAREA
888 select FB_CFB_IMAGEBLIT
889 help
890 This is the frame buffer device driver for the CGfourteen frame
891 buffer on Desktop SPARCsystems with the SX graphics option.
892
893config FB_P9100
894 bool "P9100 (Sparcbook 3 only) support"
895 depends on FB_SBUS
896 select FB_CFB_FILLRECT
897 select FB_CFB_COPYAREA
898 select FB_CFB_IMAGEBLIT
899 help
900 This is the frame buffer device driver for the P9100 card
901 supported on Sparcbook 3 machines.
902
903config FB_LEO
904 bool "Leo (ZX) support"
905 depends on FB_SBUS
906 select FB_CFB_FILLRECT
907 select FB_CFB_COPYAREA
908 select FB_CFB_IMAGEBLIT
909 help
910 This is the frame buffer device driver for the SBUS-based Sun ZX
911 (leo) frame buffer cards.
912
913config FB_IGA
914 bool "IGA 168x display support"
David S. Millere11a6c22007-06-03 17:35:24 -0700915 depends on (FB = y) && SPARC32
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700916 select FB_CFB_FILLRECT
917 select FB_CFB_COPYAREA
918 select FB_CFB_IMAGEBLIT
919 help
920 This is the framebuffer device for the INTERGRAPHICS 1680 and
921 successor frame buffer cards.
922
923config FB_XVR500
924 bool "Sun XVR-500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700925 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700926 select FB_CFB_FILLRECT
927 select FB_CFB_COPYAREA
928 select FB_CFB_IMAGEBLIT
929 help
930 This is the framebuffer device for the Sun XVR-500 and similar
931 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200932 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700933 mostly initialized the card already. It is treated as a
934 completely dumb framebuffer device.
935
936config FB_XVR2500
937 bool "Sun XVR-2500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700938 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700939 select FB_CFB_FILLRECT
940 select FB_CFB_COPYAREA
941 select FB_CFB_IMAGEBLIT
942 help
943 This is the framebuffer device for the Sun XVR-2500 and similar
944 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200945 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700946 mostly initialized the card already. It is treated as a
947 completely dumb framebuffer device.
948
David S. Miller2d378b92010-03-13 16:25:03 -0800949config FB_XVR1000
950 bool "Sun XVR-1000 support"
David S. Millerf04e8792010-03-16 14:40:42 -0700951 depends on (FB = y) && SPARC64
David S. Miller2d378b92010-03-13 16:25:03 -0800952 select FB_CFB_FILLRECT
953 select FB_CFB_COPYAREA
954 select FB_CFB_IMAGEBLIT
955 help
956 This is the framebuffer device for the Sun XVR-1000 and similar
957 graphics cards. The driver only works on sparc64 systems where
958 the system firmware has mostly initialized the card already. It
959 is treated as a completely dumb framebuffer device.
960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961config FB_PVR2
962 tristate "NEC PowerVR 2 display support"
963 depends on FB && SH_DREAMCAST
964 select FB_CFB_FILLRECT
965 select FB_CFB_COPYAREA
966 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 ---help---
968 Say Y here if you have a PowerVR 2 card in your box. If you plan to
969 run linux on your Dreamcast, you will have to say Y here.
970 This driver may or may not work on other PowerVR 2 cards, but is
971 totally untested. Use at your own risk. If unsure, say N.
972
973 To compile this driver as a module, choose M here: the
974 module will be called pvr2fb.
975
976 You can pass several parameters to the driver at boot time or at
977 module load time. The parameters look like "video=pvr2:XXX", where
978 the meaning of XXX can be found at the end of the main source file
979 (<file:drivers/video/pvr2fb.c>). Please see the file
980 <file:Documentation/fb/pvr2fb.txt>.
981
982config FB_EPSON1355
983 bool "Epson 1355 framebuffer support"
Paul Mundt1a3f2882007-07-17 04:05:48 -0700984 depends on (FB = y) && ARCH_CEIVA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 select FB_CFB_FILLRECT
986 select FB_CFB_COPYAREA
987 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 help
989 Build in support for the SED1355 Epson Research Embedded RAMDAC
990 LCD/CRT Controller (since redesignated as the S1D13505) as a
991 framebuffer. Product specs at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200992 <http://vdc.epson.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
Randy Dunlapecc41d52005-11-07 01:00:29 -0800994config FB_S1D13XXX
995 tristate "Epson S1D13XXX framebuffer support"
996 depends on FB
997 select FB_CFB_FILLRECT
998 select FB_CFB_COPYAREA
999 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001000 help
1001 Support for S1D13XXX framebuffer device family (currently only
1002 working with S1D13806). Product specs at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001003 <http://vdc.epson.com/>
Randy Dunlapecc41d52005-11-07 01:00:29 -08001004
Nicolas Ferre14340582007-05-10 22:23:26 -07001005config FB_ATMEL
1006 tristate "AT91/AT32 LCD Controller support"
Nicolas Ferre0912e532009-06-23 16:30:56 +02001007 depends on FB && HAVE_FB_ATMEL
Nicolas Ferre14340582007-05-10 22:23:26 -07001008 select FB_CFB_FILLRECT
1009 select FB_CFB_COPYAREA
1010 select FB_CFB_IMAGEBLIT
1011 help
1012 This enables support for the AT91/AT32 LCD Controller.
1013
1014config FB_INTSRAM
1015 bool "Frame Buffer in internal SRAM"
1016 depends on FB_ATMEL && ARCH_AT91SAM9261
1017 help
1018 Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
1019 to let frame buffer in external SDRAM.
1020
Nicolas Ferre250a2692007-07-21 04:37:59 -07001021config FB_ATMEL_STN
1022 bool "Use a STN display with AT91/AT32 LCD Controller"
Nicolas Ferre915190f2009-07-21 11:31:29 +01001023 depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK)
Nicolas Ferre250a2692007-07-21 04:37:59 -07001024 default n
1025 help
1026 Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD
1027 Controller. Say N if you want to connect a TFT.
1028
1029 If unsure, say N.
1030
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031config FB_NVIDIA
1032 tristate "nVidia Framebuffer Support"
1033 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001034 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 select FB_MODE_HELPERS
1036 select FB_CFB_FILLRECT
1037 select FB_CFB_COPYAREA
1038 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001039 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001040 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 help
1042 This driver supports graphics boards with the nVidia chips, TNT
1043 and newer. For very old chipsets, such as the RIVA128, then use
1044 the rivafb.
1045 Say Y if you have such a graphics board.
1046
1047 To compile this driver as a module, choose M here: the
1048 module will be called nvidiafb.
1049
1050config FB_NVIDIA_I2C
1051 bool "Enable DDC Support"
Benjamin Herrenschmidt85f15032005-11-07 01:00:30 -08001052 depends on FB_NVIDIA
James Simmons166f60d2007-03-06 01:42:02 -08001053 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 help
1055 This enables I2C support for nVidia Chipsets. This is used
1056 only for getting EDID information from the attached display
1057 allowing for robust video mode handling and switching.
1058
1059 Because fbdev-2.6 requires that drivers must be able to
1060 independently validate video mode parameters, you should say Y
1061 here.
1062
Jean Delvare647f2e72007-05-10 22:23:29 -07001063config FB_NVIDIA_DEBUG
1064 bool "Lots of debug output"
1065 depends on FB_NVIDIA
1066 default n
1067 help
1068 Say Y here if you want the nVidia driver to output all sorts
1069 of debugging information to provide to the maintainer when
1070 something goes wrong.
1071
Michael Hanselmann5474c122006-06-25 05:47:08 -07001072config FB_NVIDIA_BACKLIGHT
1073 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001074 depends on FB_NVIDIA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001075 default y
1076 help
1077 Say Y here if you want to control the backlight of your display.
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079config FB_RIVA
1080 tristate "nVidia Riva support"
1081 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001082 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 select FB_MODE_HELPERS
1084 select FB_CFB_FILLRECT
1085 select FB_CFB_COPYAREA
1086 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001087 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001088 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 help
1090 This driver supports graphics boards with the nVidia Riva/Geforce
1091 chips.
1092 Say Y if you have such a graphics board.
1093
1094 To compile this driver as a module, choose M here: the
1095 module will be called rivafb.
1096
1097config FB_RIVA_I2C
1098 bool "Enable DDC Support"
1099 depends on FB_RIVA
James Simmons166f60d2007-03-06 01:42:02 -08001100 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101 help
1102 This enables I2C support for nVidia Chipsets. This is used
1103 only for getting EDID information from the attached display
1104 allowing for robust video mode handling and switching.
1105
1106 Because fbdev-2.6 requires that drivers must be able to
1107 independently validate video mode parameters, you should say Y
1108 here.
1109
1110config FB_RIVA_DEBUG
Jean Delvare647f2e72007-05-10 22:23:29 -07001111 bool "Lots of debug output"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112 depends on FB_RIVA
1113 default n
1114 help
1115 Say Y here if you want the Riva driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001116 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117 something goes wrong.
1118
Michael Hanselmann5474c122006-06-25 05:47:08 -07001119config FB_RIVA_BACKLIGHT
1120 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001121 depends on FB_RIVA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001122 default y
1123 help
1124 Say Y here if you want to control the backlight of your display.
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126config FB_I810
1127 tristate "Intel 810/815 support (EXPERIMENTAL)"
Krzysztof Helta1a5c3b2009-02-18 14:48:38 -08001128 depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129 select FB_MODE_HELPERS
1130 select FB_CFB_FILLRECT
1131 select FB_CFB_COPYAREA
1132 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001133 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134 help
1135 This driver supports the on-board graphics built in to the Intel 810
1136 and 815 chipsets. Say Y if you have and plan to use such a board.
1137
1138 To compile this driver as a module, choose M here: the
1139 module will be called i810fb.
1140
1141 For more information, please read
1142 <file:Documentation/fb/intel810.txt>
1143
1144config FB_I810_GTF
1145 bool "use VESA Generalized Timing Formula"
1146 depends on FB_I810
1147 help
1148 If you say Y, then the VESA standard, Generalized Timing Formula
1149 or GTF, will be used to calculate the required video timing values
1150 per video mode. Since the GTF allows nondiscrete timings
1151 (nondiscrete being a range of values as opposed to discrete being a
1152 set of values), you'll be able to use any combination of horizontal
1153 and vertical resolutions, and vertical refresh rates without having
1154 to specify your own timing parameters. This is especially useful
1155 to maximize the performance of an aging display, or if you just
1156 have a display with nonstandard dimensions. A VESA compliant
1157 monitor is recommended, but can still work with non-compliant ones.
1158 If you need or want this, then select this option. The timings may
1159 not be compliant with Intel's recommended values. Use at your own
1160 risk.
1161
1162 If you say N, the driver will revert to discrete video timings
1163 using a set recommended by Intel in their documentation.
1164
1165 If unsure, say N.
1166
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001167config FB_I810_I2C
1168 bool "Enable DDC Support"
Antonino A. Daplasdb845022005-09-13 01:25:02 -07001169 depends on FB_I810 && FB_I810_GTF
Antonino A. Daplase80987f2006-10-03 01:14:44 -07001170 select FB_DDC
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001171 help
1172
Alan Hourihanedbe7e422007-05-08 00:39:25 -07001173config FB_LE80578
1174 tristate "Intel LE80578 (Vermilion) support"
1175 depends on FB && PCI && X86
1176 select FB_MODE_HELPERS
1177 select FB_CFB_FILLRECT
1178 select FB_CFB_COPYAREA
1179 select FB_CFB_IMAGEBLIT
1180 help
1181 This driver supports the LE80578 (Vermilion Range) chipset
1182
1183config FB_CARILLO_RANCH
1184 tristate "Intel Carillo Ranch support"
1185 depends on FB_LE80578 && FB && PCI && X86
1186 help
1187 This driver supports the LE80578 (Carillo Ranch) board
1188
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189config FB_INTEL
Maik Broemme0e170c72008-04-28 02:15:43 -07001190 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)"
David Rientjes6a108a12011-01-20 14:44:16 -08001191 depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL && EXPERT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 select FB_MODE_HELPERS
1193 select FB_CFB_FILLRECT
1194 select FB_CFB_COPYAREA
1195 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001196 select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
Jesse Barnesba0ab822009-07-03 11:24:46 -07001197 depends on !DRM_I915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 help
1199 This driver supports the on-board graphics built in to the Intel
Maik Broemme0e170c72008-04-28 02:15:43 -07001200 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 Say Y if you have and plan to use such a board.
1202
Krzysztof Helt4b198282009-06-18 16:49:21 -07001203 To make FB_INTELFB=Y work you need to say AGP_INTEL=y too.
1204
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001205 To compile this driver as a module, choose M here: the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206 module will be called intelfb.
1207
Christian Merkled463d342006-08-22 10:07:01 +10001208 For more information, please read <file:Documentation/fb/intelfb.txt>
1209
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210config FB_INTEL_DEBUG
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001211 bool "Intel driver Debug Messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 depends on FB_INTEL
1213 ---help---
1214 Say Y here if you want the Intel driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001215 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 something goes wrong.
1217
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001218config FB_INTEL_I2C
1219 bool "DDC/I2C for Intel framebuffer support"
1220 depends on FB_INTEL
James Simmons166f60d2007-03-06 01:42:02 -08001221 select FB_DDC
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001222 default y
1223 help
1224 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
1225
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226config FB_MATROX
1227 tristate "Matrox acceleration"
1228 depends on FB && PCI
1229 select FB_CFB_FILLRECT
1230 select FB_CFB_COPYAREA
1231 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 select FB_TILEBLITTING
1233 select FB_MACMODES if PPC_PMAC
1234 ---help---
1235 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
1236 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
1237 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
1238 Matrox G400, G450 or G550 card in your box.
1239
1240 To compile this driver as a module, choose M here: the
1241 module will be called matroxfb.
1242
1243 You can pass several parameters to the driver at boot time or at
Vicente Jiménez90a48152011-01-08 00:54:26 +00001244 module load time. The parameters look like "video=matroxfb:XXX", and
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 are described in <file:Documentation/fb/matroxfb.txt>.
1246
1247config FB_MATROX_MILLENIUM
1248 bool "Millennium I/II support"
1249 depends on FB_MATROX
1250 help
1251 Say Y here if you have a Matrox Millennium or Matrox Millennium II
1252 video card. If you select "Advanced lowlevel driver options" below,
1253 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
1254 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
1255 also use font widths different from 8.
1256
1257config FB_MATROX_MYSTIQUE
1258 bool "Mystique support"
1259 depends on FB_MATROX
1260 help
1261 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
1262 video card. If you select "Advanced lowlevel driver options" below,
1263 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
1264 packed pixel and 32 bpp packed pixel. You can also use font widths
1265 different from 8.
1266
1267config FB_MATROX_G
1268 bool "G100/G200/G400/G450/G550 support"
1269 depends on FB_MATROX
1270 ---help---
1271 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
1272 video card. If you select "Advanced lowlevel driver options", you
1273 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
1274 pixel and 32 bpp packed pixel. You can also use font widths
1275 different from 8.
1276
Jean Delvareee831262009-05-12 13:19:41 -07001277 If you need support for G400 secondary head, you must say Y to
1278 "Matrox I2C support" and "G400 second head support" right below.
1279 G450/G550 secondary head and digital output are supported without
1280 additional modules.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
1282 The driver starts in monitor mode. You must use the matroxset tool
1283 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1284 swap primary and secondary head outputs, or to change output mode.
1285 Secondary head driver always start in 640x480 resolution and you
1286 must use fbset to change it.
1287
1288 Do not forget that second head supports only 16 and 32 bpp
1289 packed pixels, so it is a good idea to compile them into the kernel
1290 too. You can use only some font widths, as the driver uses generic
1291 painting procedures (the secondary head does not use acceleration
1292 engine).
1293
1294 G450/G550 hardware can display TV picture only from secondary CRTC,
1295 and it performs no scaling, so picture must have 525 or 625 lines.
1296
1297config FB_MATROX_I2C
1298 tristate "Matrox I2C support"
James Simmons166f60d2007-03-06 01:42:02 -08001299 depends on FB_MATROX
1300 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 ---help---
1302 This drivers creates I2C buses which are needed for accessing the
1303 DDC (I2C) bus present on all Matroxes, an I2C bus which
1304 interconnects Matrox optional devices, like MGA-TVO on G200 and
1305 G400, and the secondary head DDC bus, present on G400 only.
1306
1307 You can say Y or M here if you want to experiment with monitor
1308 detection code. You must say Y or M here if you want to use either
1309 second head of G400 or MGA-TVO on G200 or G400.
1310
1311 If you compile it as module, it will create a module named
1312 i2c-matroxfb.
1313
1314config FB_MATROX_MAVEN
1315 tristate "G400 second head support"
1316 depends on FB_MATROX_G && FB_MATROX_I2C
1317 ---help---
1318 WARNING !!! This support does not work with G450 !!!
1319
1320 Say Y or M here if you want to use a secondary head (meaning two
1321 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1322 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1323 secondary head output is blanked while you are in X. With XFree
1324 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1325 the fbdev driver on first head and the fbdev driver on second head.
1326
1327 If you compile it as module, two modules are created,
1328 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1329 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1330 also load i2c-matroxfb to get it to run.
1331
1332 The driver starts in monitor mode and you must use the matroxset
1333 tool (available at
1334 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1335 PAL or NTSC or to swap primary and secondary head outputs.
1336 Secondary head driver also always start in 640x480 resolution, you
1337 must use fbset to change it.
1338
1339 Also do not forget that second head supports only 16 and 32 bpp
1340 packed pixels, so it is a good idea to compile them into the kernel
1341 too. You can use only some font widths, as the driver uses generic
1342 painting procedures (the secondary head does not use acceleration
1343 engine).
1344
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345config FB_RADEON
1346 tristate "ATI Radeon display support"
1347 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001348 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349 select FB_MODE_HELPERS
1350 select FB_CFB_FILLRECT
1351 select FB_CFB_COPYAREA
1352 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353 select FB_MACMODES if PPC_OF
1354 help
1355 Choose this option if you want to use an ATI Radeon graphics card as
1356 a framebuffer device. There are both PCI and AGP versions. You
1357 don't need to choose this to run the Radeon in plain VGA mode.
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 There is a product page at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001360 http://products.amd.com/en-us/GraphicCardResult.aspx
Michael Hanselmann5474c122006-06-25 05:47:08 -07001361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362config FB_RADEON_I2C
1363 bool "DDC/I2C for ATI Radeon support"
1364 depends on FB_RADEON
James Simmons166f60d2007-03-06 01:42:02 -08001365 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 default y
1367 help
1368 Say Y here if you want DDC/I2C support for your Radeon board.
1369
Michael Hanselmann5474c122006-06-25 05:47:08 -07001370config FB_RADEON_BACKLIGHT
1371 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001372 depends on FB_RADEON
Michael Hanselmann5474c122006-06-25 05:47:08 -07001373 default y
1374 help
1375 Say Y here if you want to control the backlight of your display.
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377config FB_RADEON_DEBUG
1378 bool "Lots of debug output from Radeon driver"
1379 depends on FB_RADEON
1380 default n
1381 help
1382 Say Y here if you want the Radeon driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001383 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384 something goes wrong.
1385
1386config FB_ATY128
1387 tristate "ATI Rage128 display support"
1388 depends on FB && PCI
1389 select FB_CFB_FILLRECT
1390 select FB_CFB_COPYAREA
1391 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001392 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 select FB_MACMODES if PPC_PMAC
1394 help
1395 This driver supports graphics boards with the ATI Rage128 chips.
1396 Say Y if you have such a graphics board and read
1397 <file:Documentation/fb/aty128fb.txt>.
1398
1399 To compile this driver as a module, choose M here: the
1400 module will be called aty128fb.
1401
Michael Hanselmann5474c122006-06-25 05:47:08 -07001402config FB_ATY128_BACKLIGHT
1403 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001404 depends on FB_ATY128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001405 default y
1406 help
1407 Say Y here if you want to control the backlight of your display.
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409config FB_ATY
1410 tristate "ATI Mach64 display support" if PCI || ATARI
Andrew Mortonf2e782e2006-04-10 22:55:45 -07001411 depends on FB && !SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 select FB_CFB_FILLRECT
1413 select FB_CFB_COPYAREA
1414 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001415 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 select FB_MACMODES if PPC
1417 help
1418 This driver supports graphics boards with the ATI Mach64 chips.
1419 Say Y if you have such a graphics board.
1420
1421 To compile this driver as a module, choose M here: the
1422 module will be called atyfb.
1423
1424config FB_ATY_CT
1425 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1426 depends on PCI && FB_ATY
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -07001427 default y if SPARC64 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 help
1429 Say Y here to support use of ATI's 64-bit Rage boards (or other
1430 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1431 framebuffer device. The ATI product support page for these boards
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001432 is at <http://support.ati.com/products/pc/mach64/mach64.html>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433
1434config FB_ATY_GENERIC_LCD
1435 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1436 depends on FB_ATY_CT
1437 help
1438 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1439 Rage XC, or Rage XL chipset.
1440
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441config FB_ATY_GX
1442 bool "Mach64 GX support" if PCI
1443 depends on FB_ATY
1444 default y if ATARI
1445 help
1446 Say Y here to support use of the ATI Mach64 Graphics Expression
1447 board (or other boards based on the Mach64 GX chipset) as a
1448 framebuffer device. The ATI product support page for these boards
1449 is at
1450 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1451
Michael Hanselmann5474c122006-06-25 05:47:08 -07001452config FB_ATY_BACKLIGHT
1453 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001454 depends on FB_ATY
Michael Hanselmann5474c122006-06-25 05:47:08 -07001455 default y
1456 help
1457 Say Y here if you want to control the backlight of your display.
1458
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001459config FB_S3
1460 tristate "S3 Trio/Virge support"
1461 depends on FB && PCI
1462 select FB_CFB_FILLRECT
1463 select FB_CFB_COPYAREA
1464 select FB_CFB_IMAGEBLIT
1465 select FB_TILEBLITTING
1466 select FB_SVGALIB
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001467 select VGASTATE
Antonino A. Daplas8db51662007-05-08 00:39:14 -07001468 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001469 ---help---
1470 Driver for graphics boards with S3 Trio / S3 Virge chip.
1471
Ondrej Zary86c0f0432011-04-18 10:14:57 +00001472config FB_S3_DDC
1473 bool "DDC for S3 support"
1474 depends on FB_S3
1475 select FB_DDC
1476 default y
1477 help
1478 Say Y here if you want DDC support for your S3 graphics card.
1479
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480config FB_SAVAGE
1481 tristate "S3 Savage support"
1482 depends on FB && PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483 select FB_MODE_HELPERS
1484 select FB_CFB_FILLRECT
1485 select FB_CFB_COPYAREA
1486 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001487 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 help
1489 This driver supports notebooks and computers with S3 Savage PCI/AGP
1490 chips.
1491
1492 Say Y if you have such a graphics card.
1493
1494 To compile this driver as a module, choose M here; the module
1495 will be called savagefb.
1496
1497config FB_SAVAGE_I2C
1498 bool "Enable DDC2 Support"
1499 depends on FB_SAVAGE
James Simmons166f60d2007-03-06 01:42:02 -08001500 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 help
1502 This enables I2C support for S3 Savage Chipsets. This is used
1503 only for getting EDID information from the attached display
1504 allowing for robust video mode handling and switching.
1505
1506 Because fbdev-2.6 requires that drivers must be able to
1507 independently validate video mode parameters, you should say Y
1508 here.
1509
1510config FB_SAVAGE_ACCEL
1511 bool "Enable Console Acceleration"
1512 depends on FB_SAVAGE
1513 default n
1514 help
1515 This option will compile in console acceleration support. If
1516 the resulting framebuffer console has bothersome glitches, then
1517 choose N here.
1518
1519config FB_SIS
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001520 tristate "SiS/XGI display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 depends on FB && PCI
1522 select FB_CFB_FILLRECT
1523 select FB_CFB_COPYAREA
1524 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001525 select FB_BOOT_VESA_SUPPORT if FB_SIS = y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001527 This is the frame buffer device driver for the SiS 300, 315, 330
1528 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1529 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
1531 To compile this driver as a module, choose M here; the module
1532 will be called sisfb.
1533
1534config FB_SIS_300
1535 bool "SiS 300 series support"
1536 depends on FB_SIS
1537 help
1538 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1539
1540config FB_SIS_315
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001541 bool "SiS 315/330/340 series and XGI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542 depends on FB_SIS
1543 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001544 Say Y here to support use of the SiS 315, 330 and 340 series
1545 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1546 as XGI V3XT, V5, V8 and Z7.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001548config FB_VIA
1549 tristate "VIA UniChrome (Pro) and Chrome9 display support"
Ben Hutchings901b97d2010-07-20 00:40:16 +01001550 depends on FB && PCI && X86
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001551 select FB_CFB_FILLRECT
1552 select FB_CFB_COPYAREA
1553 select FB_CFB_IMAGEBLIT
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001554 select I2C_ALGOBIT
1555 select I2C
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001556 select GPIOLIB
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001557 help
1558 This is the frame buffer device driver for Graphics chips of VIA
1559 UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/
1560 CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896
1561 /P4M900,VX800)
1562 Say Y if you have a VIA UniChrome graphics board.
1563
1564 To compile this driver as a module, choose M here: the
1565 module will be called viafb.
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001566
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001567if FB_VIA
1568
1569config FB_VIA_DIRECT_PROCFS
1570 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1571 depends on FB_VIA
1572 default n
1573 help
1574 Allow direct hardware access to some output registers via procfs.
1575 This is dangerous but may provide the only chance to get the
1576 correct output device configuration.
1577 Its use is strongly discouraged.
1578
Florian Tobias Schandinat29462942011-04-23 23:52:45 +00001579config FB_VIA_X_COMPATIBILITY
1580 bool "X server compatibility"
1581 depends on FB_VIA
1582 default n
1583 help
1584 This option reduces the functionality (power saving, ...) of the
1585 framebuffer to avoid negative impact on the OpenChrome X server.
1586 If you use any X server other than fbdev you should enable this
1587 otherwise it should be safe to disable it and allow using all
1588 features.
1589
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001590endif
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592config FB_NEOMAGIC
1593 tristate "NeoMagic display support"
1594 depends on FB && PCI
1595 select FB_MODE_HELPERS
1596 select FB_CFB_FILLRECT
1597 select FB_CFB_COPYAREA
1598 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001599 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600 help
1601 This driver supports notebooks with NeoMagic PCI chips.
1602 Say Y if you have such a graphics card.
1603
1604 To compile this driver as a module, choose M here: the
1605 module will be called neofb.
1606
1607config FB_KYRO
1608 tristate "IMG Kyro support"
1609 depends on FB && PCI
1610 select FB_CFB_FILLRECT
1611 select FB_CFB_COPYAREA
1612 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 help
1614 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1615 graphics board.
1616
1617 To compile this driver as a module, choose M here: the
1618 module will be called kyrofb.
1619
1620config FB_3DFX
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001621 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 depends on FB && PCI
1623 select FB_CFB_IMAGEBLIT
1624 select FB_CFB_FILLRECT
1625 select FB_CFB_COPYAREA
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001626 select FB_MODE_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001628 This driver supports graphics boards with the 3Dfx Banshee,
1629 Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
1630 such a graphics board.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631
1632 To compile this driver as a module, choose M here: the
1633 module will be called tdfxfb.
1634
1635config FB_3DFX_ACCEL
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001636 bool "3Dfx Acceleration functions (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637 depends on FB_3DFX && EXPERIMENTAL
1638 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001639 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1640 device driver with acceleration functions.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001642config FB_3DFX_I2C
1643 bool "Enable DDC/I2C support"
1644 depends on FB_3DFX && EXPERIMENTAL
1645 select FB_DDC
1646 default y
1647 help
1648 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
1649
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650config FB_VOODOO1
1651 tristate "3Dfx Voodoo Graphics (sst1) support"
1652 depends on FB && PCI
1653 select FB_CFB_FILLRECT
1654 select FB_CFB_COPYAREA
1655 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 ---help---
1657 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1658 Voodoo2 (cvg) based graphics card.
1659
1660 To compile this driver as a module, choose M here: the
1661 module will be called sstfb.
1662
1663 WARNING: Do not use any application that uses the 3D engine
1664 (namely glide) while using this driver.
Dirk Hohndele4031492007-10-30 13:37:19 -07001665 Please read the <file:Documentation/fb/sstfb.txt> for supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666 options and other important info support.
1667
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -07001668config FB_VT8623
1669 tristate "VIA VT8623 support"
1670 depends on FB && PCI
1671 select FB_CFB_FILLRECT
1672 select FB_CFB_COPYAREA
1673 select FB_CFB_IMAGEBLIT
1674 select FB_TILEBLITTING
1675 select FB_SVGALIB
1676 select VGASTATE
1677 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1678 ---help---
1679 Driver for CastleRock integrated graphics core in the
1680 VIA VT8623 [Apollo CLE266] chipset.
1681
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682config FB_TRIDENT
Krzysztof Helt04645fc2009-03-31 15:25:48 -07001683 tristate "Trident/CyberXXX/CyberBlade support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684 depends on FB && PCI
1685 select FB_CFB_FILLRECT
1686 select FB_CFB_COPYAREA
1687 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001689 This is the frame buffer device driver for Trident PCI/AGP chipsets.
1690 Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
1691 and Blade XP.
1692 There are also integrated versions of these chips called CyberXXXX,
1693 CyberImage or CyberBlade. These chips are mostly found in laptops
Krzysztof Heltddb53d42009-03-31 15:25:40 -07001694 but also on some motherboards including early VIA EPIA motherboards.
1695 For more information, read <file:Documentation/fb/tridentfb.txt>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696
1697 Say Y if you have such a graphics board.
1698
1699 To compile this driver as a module, choose M here: the
1700 module will be called tridentfb.
1701
Ondrej Zajicek681e1472007-05-09 02:35:31 -07001702config FB_ARK
1703 tristate "ARK 2000PV support"
1704 depends on FB && PCI
1705 select FB_CFB_FILLRECT
1706 select FB_CFB_COPYAREA
1707 select FB_CFB_IMAGEBLIT
1708 select FB_TILEBLITTING
1709 select FB_SVGALIB
1710 select VGASTATE
1711 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1712 ---help---
1713 Driver for PCI graphics boards with ARK 2000PV chip
1714 and ICS 5342 RAMDAC.
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716config FB_PM3
Krzysztof Heltf23a06f2007-05-10 22:23:25 -07001717 tristate "Permedia3 support (EXPERIMENTAL)"
1718 depends on FB && PCI && EXPERIMENTAL
1719 select FB_CFB_FILLRECT
1720 select FB_CFB_COPYAREA
1721 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722 help
1723 This is the frame buffer device driver for the 3DLabs Permedia3
1724 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1725 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1726 and maybe other boards.
1727
Sebastian Siewior2ece5f432008-07-23 21:30:49 -07001728config FB_CARMINE
1729 tristate "Fujitsu carmine frame buffer support"
1730 depends on FB && PCI
1731 select FB_CFB_FILLRECT
1732 select FB_CFB_COPYAREA
1733 select FB_CFB_IMAGEBLIT
1734 help
1735 This is the frame buffer device driver for the Fujitsu Carmine chip.
1736 The driver provides two independent frame buffer devices.
1737
1738choice
1739 depends on FB_CARMINE
1740 prompt "DRAM timing"
1741 default FB_CARMINE_DRAM_EVAL
1742
1743config FB_CARMINE_DRAM_EVAL
1744 bool "Eval board timings"
1745 help
1746 Use timings which work on the eval card.
1747
1748config CARMINE_DRAM_CUSTOM
1749 bool "Custom board timings"
1750 help
1751 Use custom board timings.
1752endchoice
1753
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754config FB_AU1100
1755 bool "Au1100 LCD Driver"
Manuel Lauss37663862011-08-12 11:39:45 +02001756 depends on (FB = y) && MIPS_ALCHEMY
Ralf Baechled1709e42007-07-23 18:43:50 -07001757 select FB_CFB_FILLRECT
1758 select FB_CFB_COPYAREA
1759 select FB_CFB_IMAGEBLIT
1760 help
1761 This is the framebuffer driver for the AMD Au1100 SOC. It can drive
1762 various panels and CRTs by passing in kernel cmd line option
1763 au1100fb:panel=<name>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001765config FB_AU1200
Manuel Lauss809f36c2011-11-01 20:03:30 +01001766 bool "Au1200/Au1300 LCD Driver"
Manuel Lauss37663862011-08-12 11:39:45 +02001767 depends on (FB = y) && MIPS_ALCHEMY
Manuel Lauss4ee58462011-06-10 15:23:04 +00001768 select FB_SYS_FILLRECT
1769 select FB_SYS_COPYAREA
1770 select FB_SYS_IMAGEBLIT
1771 select FB_SYS_FOPS
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001772 help
Manuel Lauss809f36c2011-11-01 20:03:30 +01001773 This is the framebuffer driver for the Au1200/Au1300 SOCs.
1774 It can drive various panels and CRTs by passing in kernel cmd line
1775 option au1200fb:panel=<name>.
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001776
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001777config FB_VT8500
1778 bool "VT8500 LCD Driver"
1779 depends on (FB = y) && ARM && ARCH_VT8500 && VTWM_VERSION_VT8500
1780 select FB_WMT_GE_ROPS
1781 select FB_SYS_IMAGEBLIT
1782 help
1783 This is the framebuffer driver for VIA VT8500 integrated LCD
1784 controller.
1785
1786config FB_WM8505
1787 bool "WM8505 frame buffer support"
1788 depends on (FB = y) && ARM && ARCH_VT8500 && VTWM_VERSION_WM8505
1789 select FB_WMT_GE_ROPS
1790 select FB_SYS_IMAGEBLIT
1791 help
1792 This is the framebuffer driver for WonderMedia WM8505
1793 integrated LCD controller.
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795source "drivers/video/geode/Kconfig"
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797config FB_HIT
1798 tristate "HD64461 Frame Buffer support"
1799 depends on FB && HD64461
1800 select FB_CFB_FILLRECT
1801 select FB_CFB_COPYAREA
1802 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 help
1804 This is the frame buffer device driver for the Hitachi HD64461 LCD
1805 frame buffer card.
1806
1807config FB_PMAG_AA
1808 bool "PMAG-AA TURBOchannel framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001809 depends on (FB = y) && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 select FB_CFB_FILLRECT
1811 select FB_CFB_COPYAREA
1812 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 help
1814 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1815 used mainly in the MIPS-based DECstation series.
1816
1817config FB_PMAG_BA
Maciej W. Rozycki335dc502007-02-05 16:28:28 -08001818 tristate "PMAG-BA TURBOchannel framebuffer support"
1819 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 select FB_CFB_FILLRECT
1821 select FB_CFB_COPYAREA
1822 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823 help
1824 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1825 used mainly in the MIPS-based DECstation series.
1826
1827config FB_PMAGB_B
Maciej W. Rozycki9084b002007-02-05 16:28:29 -08001828 tristate "PMAGB-B TURBOchannel framebuffer support"
Maciej W. Rozycki28ea28a2007-10-16 01:29:28 -07001829 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 select FB_CFB_FILLRECT
1831 select FB_CFB_COPYAREA
1832 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 help
1834 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1835 in the MIPS-based DECstation series. The card is currently only
1836 supported in 1280x1024x8 mode.
1837
1838config FB_MAXINE
1839 bool "Maxine (Personal DECstation) onboard framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001840 depends on (FB = y) && MACH_DECSTATION
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 select FB_CFB_FILLRECT
1842 select FB_CFB_COPYAREA
1843 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844 help
1845 Support for the onboard framebuffer (1024x768x8) in the Personal
1846 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1847 Codename "Maxine").
1848
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849config FB_G364
Yoichi Yuasab38817d2005-07-27 11:43:28 -07001850 bool "G364 frame buffer support"
1851 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 select FB_CFB_FILLRECT
1853 select FB_CFB_COPYAREA
1854 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 help
1856 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1857 Olivetti M700-10 systems.
1858
1859config FB_68328
1860 bool "Motorola 68328 native frame buffer support"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001861 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862 select FB_CFB_FILLRECT
1863 select FB_CFB_COPYAREA
1864 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 help
1866 Say Y here if you want to support the built-in frame buffer of
1867 the Motorola 68328 CPU family.
1868
Lennert Buytenhek638772c2009-02-11 17:25:24 +08001869config FB_PXA168
1870 tristate "PXA168/910 LCD framebuffer support"
1871 depends on FB && (CPU_PXA168 || CPU_PXA910)
1872 select FB_CFB_FILLRECT
1873 select FB_CFB_COPYAREA
1874 select FB_CFB_IMAGEBLIT
1875 ---help---
1876 Frame buffer driver for the built-in LCD controller in the Marvell
1877 MMP processor.
1878
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879config FB_PXA
1880 tristate "PXA LCD framebuffer support"
1881 depends on FB && ARCH_PXA
1882 select FB_CFB_FILLRECT
1883 select FB_CFB_COPYAREA
1884 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 ---help---
1886 Frame buffer driver for the built-in LCD controller in the Intel
1887 PXA2x0 processor.
1888
1889 This driver is also available as a module ( = code which can be
1890 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001891 module will be called pxafb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001892 say M here and read <file:Documentation/kbuild/modules.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893
1894 If unsure, say N.
1895
Eric Miao198fc102008-12-23 17:49:43 +08001896config FB_PXA_OVERLAY
1897 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1898 default n
1899 depends on FB_PXA && (PXA27x || PXA3xx)
1900
Eric Miao3c42a442008-04-30 00:52:26 -07001901config FB_PXA_SMARTPANEL
1902 bool "PXA Smartpanel LCD support"
Eric Miao7f1133c2008-04-30 00:52:27 -07001903 default n
Eric Miao3c42a442008-04-30 00:52:26 -07001904 depends on FB_PXA
1905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906config FB_PXA_PARAMETERS
1907 bool "PXA LCD command line parameters"
1908 default n
1909 depends on FB_PXA
1910 ---help---
1911 Enable the use of kernel command line or module parameters
1912 to configure the physical properties of the LCD panel when
1913 using the PXA LCD driver.
1914
1915 This option allows you to override the panel parameters
1916 supplied by the platform in order to support multiple
1917 different models of flatpanel. If you will only be using a
1918 single model of flatpanel then you can safely leave this
1919 option disabled.
1920
1921 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1922
Daniel Mack364dbdf2010-11-04 14:44:00 -04001923config PXA3XX_GCU
1924 tristate "PXA3xx 2D graphics accelerator driver"
1925 depends on FB_PXA
1926 help
1927 Kernelspace driver for the 2D graphics controller unit (GCU)
1928 found on PXA3xx processors. There is a counterpart driver in the
1929 DirectFB suite, see http://www.directfb.org/
1930
1931 If you compile this as a module, it will be called pxa3xx_gcu.
1932
Mike Rapoport22caf042006-07-14 00:24:34 -07001933config FB_MBX
1934 tristate "2700G LCD framebuffer support"
1935 depends on FB && ARCH_PXA
1936 select FB_CFB_FILLRECT
1937 select FB_CFB_COPYAREA
1938 select FB_CFB_IMAGEBLIT
1939 ---help---
1940 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1941 Accelerator
1942
1943config FB_MBX_DEBUG
1944 bool "Enable debugging info via debugfs"
1945 depends on FB_MBX && DEBUG_FS
1946 default n
1947 ---help---
1948 Enable this if you want debugging information using the debug
1949 filesystem (debugfs)
1950
1951 If unsure, say N.
1952
York Sun9b53a9e2008-04-28 02:15:34 -07001953config FB_FSL_DIU
1954 tristate "Freescale DIU framebuffer support"
1955 depends on FB && FSL_SOC
Anatolij Gustschin8b856f02010-07-23 04:00:39 +00001956 select FB_MODE_HELPERS
York Sun9b53a9e2008-04-28 02:15:34 -07001957 select FB_CFB_FILLRECT
1958 select FB_CFB_COPYAREA
1959 select FB_CFB_IMAGEBLIT
1960 select PPC_LIB_RHEAP
1961 ---help---
1962 Framebuffer driver for the Freescale SoC DIU
1963
Randy Dunlapecc41d52005-11-07 01:00:29 -08001964config FB_W100
1965 tristate "W100 frame buffer support"
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07001966 depends on FB && ARCH_PXA
Randy Dunlapecc41d52005-11-07 01:00:29 -08001967 select FB_CFB_FILLRECT
1968 select FB_CFB_COPYAREA
1969 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001970 ---help---
1971 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07001972 It can also drive the w3220 chip found on iPAQ hx4700.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001973
1974 This driver is also available as a module ( = code which can be
1975 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001976 module will be called w100fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001977 say M here and read <file:Documentation/kbuild/modules.txt>.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001978
1979 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07001981config FB_SH_MOBILE_LCDC
1982 tristate "SuperH Mobile LCDC framebuffer support"
Magnus Damm7278a222010-03-10 11:33:10 +00001983 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
Magnus Damm2540c112008-12-17 17:29:49 +09001984 select FB_SYS_FILLRECT
1985 select FB_SYS_COPYAREA
1986 select FB_SYS_IMAGEBLIT
1987 select FB_SYS_FOPS
Magnus Damm85645572008-12-19 15:34:41 +09001988 select FB_DEFERRED_IO
Alexandre Courbot3b0fd9d2011-02-16 03:49:01 +00001989 select FB_BACKLIGHT
Guennadi Liakhovetski9fd04fe2010-05-23 14:00:43 +00001990 select SH_MIPI_DSI if SH_LCD_MIPI_DSI
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07001991 ---help---
1992 Frame buffer driver for the on-chip SH-Mobile LCD controller.
1993
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00001994config FB_SH_MOBILE_HDMI
1995 tristate "SuperH Mobile HDMI controller support"
1996 depends on FB_SH_MOBILE_LCDC
1997 select FB_MODE_HELPERS
Guennadi Liakhovetski630f2d42010-10-15 08:58:00 +02001998 select SOUND
1999 select SND
Kuninori Morimoto3056c702010-09-09 16:30:18 +09002000 select SND_SOC
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00002001 ---help---
2002 Driver for the on-chip SH-Mobile HDMI controller.
2003
Damian7caa4342011-05-18 11:10:07 +00002004config FB_SH_MOBILE_MERAM
2005 tristate "SuperH Mobile MERAM read ahead support for LCDC"
2006 depends on FB_SH_MOBILE_LCDC
2007 default y
2008 ---help---
2009 Enable MERAM support for the SH-Mobile LCD controller.
2010
2011 This will allow for caching of the framebuffer to provide more
2012 reliable access under heavy main memory bus traffic situations.
2013 Up to 4 memory channels can be configured, allowing 4 RGB or
2014 2 YCbCr framebuffers to be configured.
2015
Dmitry Baryshkovb53cde32008-10-15 22:03:55 -07002016config FB_TMIO
2017 tristate "Toshiba Mobile IO FrameBuffer support"
2018 depends on FB && MFD_CORE
2019 select FB_CFB_FILLRECT
2020 select FB_CFB_COPYAREA
2021 select FB_CFB_IMAGEBLIT
2022 ---help---
2023 Frame buffer driver for the Toshiba Mobile IO integrated as found
2024 on the Sharp SL-6000 series
2025
2026 This driver is also available as a module ( = code which can be
2027 inserted and removed from the running kernel whenever you want). The
2028 module will be called tmiofb. If you want to compile it as a module,
2029 say M here and read <file:Documentation/kbuild/modules.txt>.
2030
2031 If unsure, say N.
2032
2033config FB_TMIO_ACCELL
2034 bool "tmiofb acceleration"
2035 depends on FB_TMIO
2036 default y
2037
Ben Dooksec549a02009-03-31 15:25:39 -07002038config FB_S3C
2039 tristate "Samsung S3C framebuffer support"
Jingoo Hanb5480ed2011-08-22 12:16:04 +09002040 depends on FB && (S3C_DEV_FB || S5P_DEV_FIMD0)
Ben Dooksec549a02009-03-31 15:25:39 -07002041 select FB_CFB_FILLRECT
2042 select FB_CFB_COPYAREA
2043 select FB_CFB_IMAGEBLIT
2044 ---help---
2045 Frame buffer driver for the built-in FB controller in the Samsung
2046 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
2047 and the S3C64XX series such as the S3C6400 and S3C6410.
2048
2049 These chips all have the same basic framebuffer design with the
2050 actual capabilities depending on the chip. For instance the S3C6400
2051 and S3C6410 support 4 hardware windows whereas the S3C24XX series
2052 currently only have two.
2053
2054 Currently the support is only for the S3C6400 and S3C6410 SoCs.
2055
2056config FB_S3C_DEBUG_REGWRITE
2057 bool "Debug register writes"
2058 depends on FB_S3C
2059 ---help---
2060 Show all register writes via printk(KERN_DEBUG)
2061
Arnaud Patard20fd5762005-09-09 13:10:07 -07002062config FB_S3C2410
2063 tristate "S3C2410 LCD framebuffer support"
Kukjin Kimb130d5c2012-02-03 14:29:23 +09002064 depends on FB && ARCH_S3C24XX
Arnaud Patard20fd5762005-09-09 13:10:07 -07002065 select FB_CFB_FILLRECT
2066 select FB_CFB_COPYAREA
2067 select FB_CFB_IMAGEBLIT
Arnaud Patard20fd5762005-09-09 13:10:07 -07002068 ---help---
2069 Frame buffer driver for the built-in LCD controller in the Samsung
2070 S3C2410 processor.
2071
2072 This driver is also available as a module ( = code which can be
2073 inserted and removed from the running kernel whenever you want). The
2074 module will be called s3c2410fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05002075 say M here and read <file:Documentation/kbuild/modules.txt>.
Arnaud Patard20fd5762005-09-09 13:10:07 -07002076
2077 If unsure, say N.
2078config FB_S3C2410_DEBUG
2079 bool "S3C2410 lcd debug messages"
2080 depends on FB_S3C2410
2081 help
2082 Turn on debugging messages. Note that you can set/unset at run time
2083 through sysfs
2084
Wang Qiang86619702010-03-10 15:21:47 -08002085config FB_NUC900
2086 bool "NUC900 LCD framebuffer support"
2087 depends on FB && ARCH_W90X900
2088 select FB_CFB_FILLRECT
2089 select FB_CFB_COPYAREA
2090 select FB_CFB_IMAGEBLIT
2091 ---help---
2092 Frame buffer driver for the built-in LCD controller in the Nuvoton
2093 NUC900 processor
2094
2095config GPM1040A0_320X240
2096 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD"
2097 depends on FB_NUC900
2098
2099config FB_NUC900_DEBUG
2100 bool "NUC900 lcd debug messages"
2101 depends on FB_NUC900
2102 help
2103 Turn on debugging messages. Note that you can set/unset at run time
2104 through sysfs
2105
Ben Dooks5fc404e2007-02-20 13:58:21 -08002106config FB_SM501
2107 tristate "Silicon Motion SM501 framebuffer support"
2108 depends on FB && MFD_SM501
2109 select FB_CFB_FILLRECT
2110 select FB_CFB_COPYAREA
2111 select FB_CFB_IMAGEBLIT
2112 ---help---
2113 Frame buffer driver for the CRT and LCD controllers in the Silicon
2114 Motion SM501.
2115
2116 This driver is also available as a module ( = code which can be
2117 inserted and removed from the running kernel whenever you want). The
2118 module will be called sm501fb. If you want to compile it as a module,
Dirk Hohndele4031492007-10-30 13:37:19 -07002119 say M here and read <file:Documentation/kbuild/modules.txt>.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002120
2121 If unsure, say N.
2122
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01002123config FB_SMSCUFX
2124 tristate "SMSC UFX6000/7000 USB Framebuffer support"
2125 depends on FB && USB
2126 select FB_MODE_HELPERS
2127 select FB_SYS_FILLRECT
2128 select FB_SYS_COPYAREA
2129 select FB_SYS_IMAGEBLIT
2130 select FB_SYS_FOPS
2131 select FB_DEFERRED_IO
2132 ---help---
2133 This is a kernel framebuffer driver for SMSC UFX USB devices.
2134 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2135 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2136 (USB 3.0) devices.
2137 To compile as a module, choose M here: the module name is smscufx.
2138
Paul Mundt96f8d862010-11-16 14:00:24 +09002139config FB_UDL
2140 tristate "Displaylink USB Framebuffer support"
2141 depends on FB && USB
2142 select FB_MODE_HELPERS
2143 select FB_SYS_FILLRECT
2144 select FB_SYS_COPYAREA
2145 select FB_SYS_IMAGEBLIT
2146 select FB_SYS_FOPS
2147 select FB_DEFERRED_IO
2148 ---help---
2149 This is a kernel framebuffer driver for DisplayLink USB devices.
2150 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2151 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
2152 To compile as a module, choose M here: the module name is udlfb.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002153
Vitaly Wool36c93662006-07-03 00:24:19 -07002154config FB_PNX4008_DUM
2155 tristate "Display Update Module support on Philips PNX4008 board"
2156 depends on FB && ARCH_PNX4008
2157 ---help---
2158 Say Y here to enable support for PNX4008 Display Update Module (DUM)
2159
2160config FB_PNX4008_DUM_RGB
2161 tristate "RGB Framebuffer support on Philips PNX4008 board"
2162 depends on FB_PNX4008_DUM
2163 select FB_CFB_FILLRECT
2164 select FB_CFB_COPYAREA
2165 select FB_CFB_IMAGEBLIT
2166 ---help---
2167 Say Y here to enable support for PNX4008 RGB Framebuffer
2168
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002169config FB_IBM_GXT4500
2170 tristate "Framebuffer support for IBM GXT4500P adaptor"
Randy Dunlap0058f472007-10-16 01:29:35 -07002171 depends on FB && PPC
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002172 select FB_CFB_FILLRECT
2173 select FB_CFB_COPYAREA
2174 select FB_CFB_IMAGEBLIT
2175 ---help---
2176 Say Y here to enable support for the IBM GXT4500P display
2177 adaptor, found on some IBM System P (pSeries) machines.
2178
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002179config FB_PS3
Geert Uytterhoeven9e6b99b2007-06-16 08:05:38 +10002180 tristate "PS3 GPU framebuffer driver"
2181 depends on FB && PS3_PS3AV
Geert Uytterhoeven92c45792007-05-23 13:57:50 -07002182 select FB_SYS_FILLRECT
2183 select FB_SYS_COPYAREA
2184 select FB_SYS_IMAGEBLIT
2185 select FB_SYS_FOPS
Geert Uytterhoeven23e9c942007-07-21 04:37:49 -07002186 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002187 ---help---
2188 Include support for the virtual frame buffer in the PS3 platform.
2189
2190config FB_PS3_DEFAULT_SIZE_M
2191 int "PS3 default frame buffer size (in MiB)"
2192 depends on FB_PS3
Geert Uytterhoeven50b25292007-07-21 04:37:50 -07002193 default 9
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002194 ---help---
2195 This is the default size (in MiB) of the virtual frame buffer in
2196 the PS3.
2197 The default value can be overridden on the kernel command line
2198 using the "ps3fb" option (e.g. "ps3fb=9M");
2199
Andrei Konovalov147394c2007-05-08 00:40:18 -07002200config FB_XILINX
2201 tristate "Xilinx frame buffer support"
Michal Simek6fa612b2009-05-11 15:49:12 +02002202 depends on FB && (XILINX_VIRTEX || MICROBLAZE)
Andrei Konovalov147394c2007-05-08 00:40:18 -07002203 select FB_CFB_FILLRECT
2204 select FB_CFB_COPYAREA
2205 select FB_CFB_IMAGEBLIT
2206 ---help---
2207 Include support for the Xilinx ML300/ML403 reference design
2208 framebuffer. ML300 carries a 640*480 LCD display on the board,
2209 ML403 uses a standard DB15 VGA connector.
2210
Yoichi Yuasa5abe3b42008-07-23 21:31:40 -07002211config FB_COBALT
2212 tristate "Cobalt server LCD frame buffer support"
2213 depends on FB && MIPS_COBALT
2214
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002215config FB_SH7760
Nobuhiro Iwamatsu5c72f302008-11-21 14:35:29 +09002216 bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
2217 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
2218 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
2219 select FB_CFB_FILLRECT
2220 select FB_CFB_COPYAREA
2221 select FB_CFB_IMAGEBLIT
2222 ---help---
2223 Support for the SH7760/SH7763/SH7720/SH7721 integrated
2224 (D)STN/TFT LCD Controller.
2225 Supports display resolutions up to 1024x1024 pixel, grayscale and
2226 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2227 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2228 panels <= 320 pixel horizontal resolution.
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002229
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002230config FB_DA8XX
2231 tristate "DA8xx/OMAP-L1xx Framebuffer support"
2232 depends on FB && ARCH_DAVINCI_DA8XX
2233 select FB_CFB_FILLRECT
2234 select FB_CFB_COPYAREA
2235 select FB_CFB_IMAGEBLIT
2236 ---help---
2237 This is the frame buffer device driver for the TI LCD controller
2238 found on DA8xx/OMAP-L1xx SoCs.
2239 If unsure, say N.
2240
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241config FB_VIRTUAL
2242 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
2243 depends on FB
Antonino A. Daplas87b48842007-05-08 00:39:01 -07002244 select FB_SYS_FILLRECT
2245 select FB_SYS_COPYAREA
2246 select FB_SYS_IMAGEBLIT
Antonino A. Daplas52102c02007-05-08 00:39:07 -07002247 select FB_SYS_FOPS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248 ---help---
2249 This is a `virtual' frame buffer device. It operates on a chunk of
2250 unswappable kernel memory instead of on the memory of a graphics
2251 board. This means you cannot see any output sent to this frame
2252 buffer device, while it does consume precious memory. The main use
2253 of this frame buffer device is testing and debugging the frame
2254 buffer subsystem. Do NOT enable it for normal systems! To protect
2255 the innocent, it has to be enabled explicitly at boot time using the
2256 kernel option `video=vfb:'.
2257
2258 To compile this driver as a module, choose M here: the
Mike Frysinger66cf7512006-10-03 01:14:41 -07002259 module will be called vfb. In order to load it, you must use
2260 the vfb_enable=1 option.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261
2262 If unsure, say N.
James Simmonse0e34ef2007-02-10 14:15:43 +00002263
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002264config XEN_FBDEV_FRONTEND
2265 tristate "Xen virtual frame buffer support"
2266 depends on FB && XEN
2267 select FB_SYS_FILLRECT
2268 select FB_SYS_COPYAREA
2269 select FB_SYS_IMAGEBLIT
2270 select FB_SYS_FOPS
2271 select FB_DEFERRED_IO
Konrad Rzeszutek Wilkba69ea42009-10-08 13:23:08 -04002272 select XEN_XENBUS_FRONTEND
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002273 default y
2274 help
2275 This driver implements the front-end of the Xen virtual
2276 frame buffer driver. It communicates with a back-end
2277 in another domain.
2278
Jaya Kumare9355082008-08-19 11:17:55 +01002279config FB_METRONOME
2280 tristate "E-Ink Metronome/8track controller support"
2281 depends on FB
2282 select FB_SYS_FILLRECT
2283 select FB_SYS_COPYAREA
2284 select FB_SYS_IMAGEBLIT
2285 select FB_SYS_FOPS
2286 select FB_DEFERRED_IO
2287 help
2288 This driver implements support for the E-Ink Metronome
2289 controller. The pre-release name for this device was 8track
2290 and could also have been called by some vendors as PVI-nnnn.
2291
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002292config FB_MB862XX
2293 tristate "Fujitsu MB862xx GDC support"
2294 depends on FB
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002295 depends on PCI || (OF && PPC)
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002296 select FB_CFB_FILLRECT
2297 select FB_CFB_COPYAREA
2298 select FB_CFB_IMAGEBLIT
2299 ---help---
2300 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.
2301
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002302choice
2303 prompt "GDC variant"
2304 depends on FB_MB862XX
2305
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002306config FB_MB862XX_PCI_GDC
2307 bool "Carmine/Coral-P(A) GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002308 depends on PCI
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002309 ---help---
2310 This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
2311 PCI graphics controller devices.
2312
2313config FB_MB862XX_LIME
2314 bool "Lime GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002315 depends on OF && PPC
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002316 select FB_FOREIGN_ENDIAN
2317 select FB_LITTLE_ENDIAN
2318 ---help---
2319 Framebuffer support for Fujitsu Lime GDC on host CPU bus.
2320
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002321endchoice
2322
Anatolij Gustschinf8a6b1f2011-05-24 15:19:48 +02002323config FB_MB862XX_I2C
2324 bool "Support I2C bus on MB862XX GDC"
2325 depends on FB_MB862XX && I2C
2326 default y
2327 help
2328 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
2329 driver to support accessing I2C devices on controller's I2C bus.
2330 These are usually some video decoder chips.
2331
Ryan Mallon88017bd2009-09-22 16:47:09 -07002332config FB_EP93XX
2333 tristate "EP93XX frame buffer support"
2334 depends on FB && ARCH_EP93XX
2335 select FB_CFB_FILLRECT
2336 select FB_CFB_COPYAREA
2337 select FB_CFB_IMAGEBLIT
2338 ---help---
2339 Framebuffer driver for the Cirrus Logic EP93XX series of processors.
2340 This driver is also available as a module. The module will be called
2341 ep93xx-fb.
2342
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002343config FB_PRE_INIT_FB
2344 bool "Don't reinitialize, use bootloader's GDC/Display configuration"
Guennadi Liakhovetski93f40e62009-11-11 14:26:47 -08002345 depends on FB && FB_MB862XX_LIME
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002346 ---help---
2347 Select this option if display contents should be inherited as set by
2348 the bootloader.
2349
Pavel Machekd480ace2009-09-22 16:47:03 -07002350config FB_MSM
Pavel Machek4e00dc72009-12-08 11:10:28 -08002351 tristate "MSM Framebuffer support"
Pavel Machekd480ace2009-09-22 16:47:03 -07002352 depends on FB && ARCH_MSM
2353 select FB_CFB_FILLRECT
2354 select FB_CFB_COPYAREA
2355 select FB_CFB_IMAGEBLIT
Pavel Machekd480ace2009-09-22 16:47:03 -07002356
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002357config FB_MX3
Guennadi Liakhovetski6e1588c2009-02-26 21:34:28 +01002358 tristate "MX3 Framebuffer support"
2359 depends on FB && MX3_IPU
2360 select FB_CFB_FILLRECT
2361 select FB_CFB_COPYAREA
2362 select FB_CFB_IMAGEBLIT
2363 default y
2364 help
2365 This is a framebuffer device for the i.MX31 LCD Controller. So
2366 far only synchronous displays are supported. If you plan to use
2367 an LCD display with your i.MX31 system, say Y here.
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002368
Jaya Kumar0d4ff4d2009-01-01 17:49:19 +01002369config FB_BROADSHEET
2370 tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
2371 depends on FB
2372 select FB_SYS_FILLRECT
2373 select FB_SYS_COPYAREA
2374 select FB_SYS_IMAGEBLIT
2375 select FB_SYS_FOPS
2376 select FB_DEFERRED_IO
2377 help
2378 This driver implements support for the E-Ink Broadsheet
2379 controller. The release name for this device was Epson S1D13521
2380 and could also have been called by other names when coupled with
2381 a bridge adapter.
2382
Lars-Peter Clausen7a92d542010-07-17 11:14:34 +00002383config FB_JZ4740
2384 tristate "JZ4740 LCD framebuffer support"
2385 depends on FB && MACH_JZ4740
2386 select FB_SYS_FILLRECT
2387 select FB_SYS_COPYAREA
2388 select FB_SYS_IMAGEBLIT
2389 help
2390 Framebuffer support for the JZ4740 SoC.
2391
Sascha Hauerf0a523b2011-01-14 15:22:31 +01002392config FB_MXS
2393 tristate "MXS LCD framebuffer support"
2394 depends on FB && ARCH_MXS
2395 select FB_CFB_FILLRECT
2396 select FB_CFB_COPYAREA
2397 select FB_CFB_IMAGEBLIT
2398 help
2399 Framebuffer support for the MXS SoC.
2400
GuanXuetaoce443ab2011-02-26 21:39:10 +08002401config FB_PUV3_UNIGFX
2402 tristate "PKUnity v3 Unigfx framebuffer support"
2403 depends on FB && UNICORE32 && ARCH_PUV3
2404 select FB_SYS_FILLRECT
2405 select FB_SYS_COPYAREA
2406 select FB_SYS_IMAGEBLIT
2407 select FB_SYS_FOPS
2408 help
2409 Choose this option if you want to use the Unigfx device as a
2410 framebuffer device. Without the support of PCI & AGP.
2411
Randy Dunlapf08f3892007-10-29 14:37:16 -07002412source "drivers/video/omap/Kconfig"
Tomi Valkeinenafedec12009-08-07 12:01:55 +03002413source "drivers/video/omap2/Kconfig"
Randy Dunlap0058f472007-10-16 01:29:35 -07002414
Randy Dunlap179b0252007-10-16 01:29:39 -07002415source "drivers/video/backlight/Kconfig"
Randy Dunlap179b0252007-10-16 01:29:39 -07002416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417if VT
2418 source "drivers/video/console/Kconfig"
2419endif
2420
2421if FB || SGI_NEWPORT_CONSOLE
2422 source "drivers/video/logo/Kconfig"
2423endif
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425endmenu