blob: 903d421252ae76d944d7bac702f2ec1fedd91d79 [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
Rebecca Schultz Zavin0c38bfd2011-06-29 19:44:29 -070026source "drivers/gpu/ion/Kconfig"
27
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070028source "drivers/gpu/msm/Kconfig"
29
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070030config VGASTATE
31 tristate
32 default n
33
Luming Yu23b0f012007-05-09 21:07:05 +080034config VIDEO_OUTPUT_CONTROL
35 tristate "Lowlevel video output switch controls"
Luming Yu23b0f012007-05-09 21:07:05 +080036 help
37 This framework adds support for low-level control of the video
38 output switch.
39
Randy Dunlap179b0252007-10-16 01:29:39 -070040menuconfig FB
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 tristate "Support for frame buffer devices"
42 ---help---
43 The frame buffer device provides an abstraction for the graphics
44 hardware. It represents the frame buffer of some video hardware and
45 allows application software to access the graphics hardware through
46 a well-defined interface, so the software doesn't need to know
47 anything about the low-level (hardware register) stuff.
48
49 Frame buffer devices work identically across the different
50 architectures supported by Linux and make the implementation of
51 application programs easier and more portable; at this point, an X
52 server exists which uses the frame buffer device exclusively.
53 On several non-X86 architectures, the frame buffer device is the
54 only way to use the graphics hardware.
55
56 The device is accessed through special device nodes, usually located
57 in the /dev directory, i.e. /dev/fb*.
58
59 You need an utility program called fbset to make full use of frame
60 buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
61 and the Framebuffer-HOWTO at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020062 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 information.
64
65 Say Y here and to the driver for your graphics board below if you
66 are compiling a kernel for a non-x86 architecture.
67
68 If you are compiling for the x86 architecture, you can say Y if you
69 want to play with it, but it is not essential. Please note that
70 running graphical applications that directly touch the hardware
71 (e.g. an accelerated X server) and that are not frame buffer
72 device-aware may cause unexpected results. If unsure, say N.
73
James Simmonse0e34ef2007-02-10 14:15:43 +000074config FIRMWARE_EDID
75 bool "Enable firmware EDID"
76 depends on FB
77 default n
78 ---help---
79 This enables access to the EDID transferred from the firmware.
80 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
81 transfers do not work for your driver and if you are using
82 nvidiafb, i810fb or savagefb.
83
84 In general, choosing Y for this option is safe. If you
85 experience extremely long delays while booting before you get
86 something on your display, try setting this to N. Matrox cards in
87 combination with certain motherboards and monitors are known to
88 suffer from this problem.
89
Dennis Munsiefc5891c2006-10-03 01:14:42 -070090config FB_DDC
91 tristate
James Simmonse0e34ef2007-02-10 14:15:43 +000092 depends on FB
93 select I2C_ALGOBIT
94 select I2C
Dennis Munsiefc5891c2006-10-03 01:14:42 -070095 default n
96
Michal Januszewski4d31a2b2008-10-15 22:03:51 -070097config FB_BOOT_VESA_SUPPORT
98 bool
99 depends on FB
100 default n
101 ---help---
102 If true, at least one selected framebuffer driver can take advantage
103 of VESA video modes set at an early boot stage via the vga= parameter.
104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105config FB_CFB_FILLRECT
106 tristate
107 depends on FB
108 default n
109 ---help---
110 Include the cfb_fillrect function for generic software rectangle
111 filling. This is used by drivers that don't provide their own
112 (accelerated) version.
113
114config FB_CFB_COPYAREA
115 tristate
116 depends on FB
117 default n
118 ---help---
119 Include the cfb_copyarea function for generic software area copying.
120 This is used by drivers that don't provide their own (accelerated)
121 version.
122
123config FB_CFB_IMAGEBLIT
124 tristate
125 depends on FB
126 default n
127 ---help---
128 Include the cfb_imageblit function for generic software image
129 blitting. This is used by drivers that don't provide their own
130 (accelerated) version.
131
Pavel Pisa779121e2007-10-16 01:29:21 -0700132config FB_CFB_REV_PIXELS_IN_BYTE
133 bool
134 depends on FB
135 default n
136 ---help---
137 Allow generic frame-buffer functions to work on displays with 1, 2
138 and 4 bits per pixel depths which has opposite order of pixels in
139 byte order to bytes in long order.
140
Antonino A. Daplas68648ed2007-05-08 00:38:57 -0700141config FB_SYS_FILLRECT
142 tristate
143 depends on FB
144 default n
145 ---help---
146 Include the sys_fillrect function for generic software rectangle
147 filling. This is used by drivers that don't provide their own
148 (accelerated) version and the framebuffer is in system RAM.
149
150config FB_SYS_COPYAREA
151 tristate
152 depends on FB
153 default n
154 ---help---
155 Include the sys_copyarea function for generic software area copying.
156 This is used by drivers that don't provide their own (accelerated)
157 version and the framebuffer is in system RAM.
158
159config FB_SYS_IMAGEBLIT
160 tristate
161 depends on FB
162 default n
163 ---help---
164 Include the sys_imageblit function for generic software image
165 blitting. This is used by drivers that don't provide their own
166 (accelerated) version and the framebuffer is in system RAM.
167
Anton Vorontsove4c690e2008-04-28 02:14:49 -0700168menuconfig FB_FOREIGN_ENDIAN
169 bool "Framebuffer foreign endianness support"
170 depends on FB
171 ---help---
172 This menu will let you enable support for the framebuffers with
173 non-native endianness (e.g. Little-Endian framebuffer on a
174 Big-Endian machine). Most probably you don't have such hardware,
175 so it's safe to say "n" here.
176
177choice
178 prompt "Choice endianness support"
179 depends on FB_FOREIGN_ENDIAN
180
181config FB_BOTH_ENDIAN
182 bool "Support for Big- and Little-Endian framebuffers"
183
184config FB_BIG_ENDIAN
185 bool "Support for Big-Endian framebuffers only"
186
187config FB_LITTLE_ENDIAN
188 bool "Support for Little-Endian framebuffers only"
189
190endchoice
191
Antonino A. Daplas09aaf262007-05-08 00:39:03 -0700192config FB_SYS_FOPS
193 tristate
194 depends on FB
195 default n
196
Alexey Charkovd6ff7d02010-11-09 02:42:39 +0300197config FB_WMT_GE_ROPS
198 tristate
199 depends on FB
200 default n
201 ---help---
202 Include functions for accelerated rectangle filling and area
203 copying using WonderMedia Graphics Engine operations.
204
Jaya Kumar60b59be2007-05-08 00:37:37 -0700205config FB_DEFERRED_IO
206 bool
207 depends on FB
Jaya Kumar60b59be2007-05-08 00:37:37 -0700208
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700209config FB_HECUBA
210 tristate
211 depends on FB
212 depends on FB_DEFERRED_IO
213
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800214config FB_SVGALIB
215 tristate
216 depends on FB
217 default n
218 ---help---
219 Common utility functions useful to fbdev drivers of VGA-based
220 cards.
221
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222config FB_MACMODES
223 tristate
224 depends on FB
225 default n
226
Michael Hanselmann5474c122006-06-25 05:47:08 -0700227config FB_BACKLIGHT
Michael Hanselmann4b755992006-07-30 03:04:19 -0700228 bool
229 depends on FB
230 select BACKLIGHT_LCD_SUPPORT
231 select BACKLIGHT_CLASS_DEVICE
232 default n
Michael Hanselmann5474c122006-06-25 05:47:08 -0700233
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234config FB_MODE_HELPERS
235 bool "Enable Video Mode Handling Helpers"
236 depends on FB
237 default n
238 ---help---
239 This enables functions for handling video modes using the
240 Generalized Timing Formula and the EDID parser. A few drivers rely
241 on this feature such as the radeonfb, rivafb, and the i810fb. If
242 your driver does not take advantage of this feature, choosing Y will
243 just increase the kernel size by about 5K.
244
245config FB_TILEBLITTING
246 bool "Enable Tile Blitting Support"
247 depends on FB
248 default n
249 ---help---
250 This enables tile blitting. Tile blitting is a drawing technique
251 where the screen is divided into rectangular sections (tiles), whereas
252 the standard blitting divides the screen into pixels. Because the
253 default drawing element is a tile, drawing functions will be passed
254 parameters in terms of number of tiles instead of number of pixels.
255 For example, to draw a single character, instead of using bitmaps,
256 an index to an array of bitmaps will be used. To clear or move a
257 rectangular section of a screen, the rectangle will be described in
258 terms of number of tiles in the x- and y-axis.
259
260 This is particularly important to one driver, matroxfb. If
261 unsure, say N.
262
Miguel Ojeda10ccaf42007-04-23 14:41:09 -0700263comment "Frame buffer hardware drivers"
James Simmonse0e34ef2007-02-10 14:15:43 +0000264 depends on FB
265
Kristoffer Glemboa4b8f972011-07-05 09:29:19 +0200266config FB_GRVGA
267 tristate "Aeroflex Gaisler framebuffer support"
268 depends on FB && SPARC
269 select FB_CFB_FILLRECT
270 select FB_CFB_COPYAREA
271 select FB_CFB_IMAGEBLIT
272 ---help---
273 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
274
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275config FB_CIRRUS
276 tristate "Cirrus Logic support"
277 depends on FB && (ZORRO || PCI)
278 select FB_CFB_FILLRECT
279 select FB_CFB_COPYAREA
280 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 ---help---
282 This enables support for Cirrus Logic GD542x/543x based boards on
283 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
284
285 If you have a PCI-based system, this enables support for these
286 chips: GD-543x, GD-544x, GD-5480.
287
288 Please read the file <file:Documentation/fb/cirrusfb.txt>.
289
290 Say N unless you have such a graphics board or plan to get one
291 before you next recompile the kernel.
292
293config FB_PM2
294 tristate "Permedia2 support"
295 depends on FB && ((AMIGA && BROKEN) || PCI)
296 select FB_CFB_FILLRECT
297 select FB_CFB_COPYAREA
298 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700300 This is the frame buffer device driver for cards based on
301 the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
302 The driver was tested on the following cards:
303 Diamond FireGL 1000 PRO AGP
304 ELSA Gloria Synergy PCI
305 Appian Jeronimo PRO (both heads) PCI
306 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI
307 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
308 ASK Graphic Blaster Exxtreme AGP
309
310 To compile this driver as a module, choose M here: the
311 module will be called pm2fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
313config FB_PM2_FIFO_DISCONNECT
314 bool "enable FIFO disconnect feature"
315 depends on FB_PM2 && PCI
316 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700317 Support the Permedia2 FIFO disconnect feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318
319config FB_ARMCLCD
320 tristate "ARM PrimeCell PL110 support"
321 depends on FB && ARM && ARM_AMBA
322 select FB_CFB_FILLRECT
323 select FB_CFB_COPYAREA
324 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 help
326 This framebuffer device driver is for the ARM PrimeCell PL110
327 Colour LCD controller. ARM PrimeCells provide the building
328 blocks for System on a Chip devices.
329
330 If you want to compile this as a module (=code which can be
331 inserted into and removed from the running kernel), say M
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +0500332 here and read <file:Documentation/kbuild/modules.txt>. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 will be called amba-clcd.
334
335config FB_ACORN
336 bool "Acorn VIDC support"
Russell King635f0252008-10-28 09:43:54 +0000337 depends on (FB = y) && ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 select FB_CFB_FILLRECT
339 select FB_CFB_COPYAREA
340 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 help
342 This is the frame buffer device driver for the Acorn VIDC graphics
343 hardware found in Acorn RISC PCs and other ARM-based machines. If
344 unsure, say N.
345
346config FB_CLPS711X
347 bool "CLPS711X LCD support"
348 depends on (FB = y) && ARM && ARCH_CLPS711X
349 select FB_CFB_FILLRECT
350 select FB_CFB_COPYAREA
351 select FB_CFB_IMAGEBLIT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800352 help
353 Say Y to enable the Framebuffer driver for the CLPS7111 and
354 EP7212 processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355
356config FB_SA1100
357 bool "SA-1100 LCD support"
358 depends on (FB = y) && ARM && ARCH_SA1100
359 select FB_CFB_FILLRECT
360 select FB_CFB_COPYAREA
361 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362 help
363 This is a framebuffer device for the SA-1100 LCD Controller.
364 See <http://www.linux-fbdev.org/> for information on framebuffer
365 devices.
366
367 If you plan to use the LCD display with your SA-1100 system, say
368 Y here.
369
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700370config FB_IMX
Fabio Estevame3d5fb72011-01-10 09:47:41 -0200371 tristate "Freescale i.MX LCD support"
Sascha Hauerf142b612011-03-03 15:12:44 +0100372 depends on FB && IMX_HAVE_PLATFORM_IMX_FB
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700373 select FB_CFB_FILLRECT
374 select FB_CFB_COPYAREA
375 select FB_CFB_IMAGEBLIT
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700376
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377config FB_CYBER2000
378 tristate "CyberPro 2000/2010/5000 support"
379 depends on FB && PCI && (BROKEN || !SPARC64)
380 select FB_CFB_FILLRECT
381 select FB_CFB_COPYAREA
382 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 help
384 This enables support for the Integraphics CyberPro 20x0 and 5000
385 VGA chips used in the Rebel.com Netwinder and other machines.
386 Say Y if you have a NetWinder or a graphics card containing this
387 device, otherwise say N.
388
Ondrej Zarye5dedf82010-08-11 21:48:03 +0200389config FB_CYBER2000_DDC
390 bool "DDC for CyberPro support"
391 depends on FB_CYBER2000
392 select FB_DDC
393 default y
394 help
395 Say Y here if you want DDC support for your CyberPro graphics
396 card. This is only I2C bus support, driver does not use EDID.
397
Russell Kingb7ca01a2010-08-02 09:57:07 +0100398config FB_CYBER2000_I2C
399 bool "CyberPro 2000/2010/5000 I2C support"
400 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
401 select I2C_ALGOBIT
402 help
403 Enable support for the I2C video decoder interface on the
404 Integraphics CyberPro 20x0 and 5000 VGA chips. This is used
405 on the Netwinder machines for the SAA7111 video capture.
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407config FB_APOLLO
408 bool
409 depends on (FB = y) && APOLLO
410 default y
411 select FB_CFB_FILLRECT
412 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413
414config FB_Q40
415 bool
416 depends on (FB = y) && Q40
417 default y
418 select FB_CFB_FILLRECT
419 select FB_CFB_COPYAREA
420 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421
422config FB_AMIGA
423 tristate "Amiga native chipset support"
424 depends on FB && AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 help
426 This is the frame buffer device driver for the builtin graphics
427 chipset found in Amigas.
428
429 To compile this driver as a module, choose M here: the
430 module will be called amifb.
431
432config FB_AMIGA_OCS
433 bool "Amiga OCS chipset support"
434 depends on FB_AMIGA
435 help
436 This enables support for the original Agnus and Denise video chips,
437 found in the Amiga 1000 and most A500's and A2000's. If you intend
438 to run Linux on any of these systems, say Y; otherwise say N.
439
440config FB_AMIGA_ECS
441 bool "Amiga ECS chipset support"
442 depends on FB_AMIGA
443 help
444 This enables support for the Enhanced Chip Set, found in later
445 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
446 you intend to run Linux on any of these systems, say Y; otherwise
447 say N.
448
449config FB_AMIGA_AGA
450 bool "Amiga AGA chipset support"
451 depends on FB_AMIGA
452 help
453 This enables support for the Advanced Graphics Architecture (also
454 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
455 and CD32. If you intend to run Linux on any of these systems, say Y;
456 otherwise say N.
457
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458config FB_FM2
459 bool "Amiga FrameMaster II/Rainbow II support"
460 depends on (FB = y) && ZORRO
461 select FB_CFB_FILLRECT
462 select FB_CFB_COPYAREA
463 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 help
465 This is the frame buffer device driver for the Amiga FrameMaster
466 card from BSC (exhibited 1992 but not shipped as a CBM product).
467
Jaya Kumar1154ea72005-06-21 17:17:04 -0700468config FB_ARC
469 tristate "Arc Monochrome LCD board support"
470 depends on FB && X86
Antonino A. Daplas922e6f92007-05-08 00:38:58 -0700471 select FB_SYS_FILLRECT
472 select FB_SYS_COPYAREA
473 select FB_SYS_IMAGEBLIT
Antonino A. Daplasd9a05f12007-05-08 00:39:04 -0700474 select FB_SYS_FOPS
Jaya Kumar1154ea72005-06-21 17:17:04 -0700475 help
476 This enables support for the Arc Monochrome LCD board. The board
477 is based on the KS-108 lcd controller and is typically a matrix
478 of 2*n chips. This driver was tested with a 128x64 panel. This
479 driver supports it for use with x86 SBCs through a 16 bit GPIO
Matt LaPlante09509602006-10-03 22:31:37 +0200480 interface (8 bit data, 8 bit control). If you anticipate using
Jaya Kumar1154ea72005-06-21 17:17:04 -0700481 this driver, say Y or M; otherwise say N. You must specify the
482 GPIO IO address to be used for setting control and data.
483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484config FB_ATARI
485 bool "Atari native chipset support"
Michael Schmitza1005012007-05-01 22:32:39 +0200486 depends on (FB = y) && ATARI
487 select FB_CFB_FILLRECT
488 select FB_CFB_COPYAREA
489 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 help
491 This is the frame buffer device driver for the builtin graphics
492 chipset found in Ataris.
493
494config FB_OF
495 bool "Open Firmware frame buffer device support"
Stephen Rothwellbed59272007-03-04 17:04:44 +1100496 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 select FB_CFB_FILLRECT
498 select FB_CFB_COPYAREA
499 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 select FB_MACMODES
501 help
502 Say Y if you want support with Open Firmware for your graphics
503 board.
504
505config FB_CONTROL
506 bool "Apple \"control\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700507 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 select FB_CFB_FILLRECT
509 select FB_CFB_COPYAREA
510 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 select FB_MACMODES
512 help
513 This driver supports a frame buffer for the graphics adapter in the
514 Power Macintosh 7300 and others.
515
516config FB_PLATINUM
517 bool "Apple \"platinum\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700518 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 select FB_CFB_FILLRECT
520 select FB_CFB_COPYAREA
521 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 select FB_MACMODES
523 help
524 This driver supports a frame buffer for the "platinum" graphics
525 adapter in some Power Macintoshes.
526
527config FB_VALKYRIE
528 bool "Apple \"valkyrie\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700529 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 select FB_CFB_FILLRECT
531 select FB_CFB_COPYAREA
532 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 select FB_MACMODES
534 help
535 This driver supports a frame buffer for the "valkyrie" graphics
536 adapter in some Power Macintoshes.
537
538config FB_CT65550
539 bool "Chips 65550 display support"
Randy Dunlap0f8c02342007-11-14 16:58:45 -0800540 depends on (FB = y) && PPC32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 select FB_CFB_FILLRECT
542 select FB_CFB_COPYAREA
543 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 help
545 This is the frame buffer device driver for the Chips & Technologies
546 65550 graphics chip in PowerBooks.
547
548config FB_ASILIANT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800549 bool "Asiliant (Chips) 69000 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 depends on (FB = y) && PCI
551 select FB_CFB_FILLRECT
552 select FB_CFB_COPYAREA
553 select FB_CFB_IMAGEBLIT
Antonino A. Daplas4de0b1e2006-04-27 18:40:47 -0700554 help
555 This is the frame buffer device driver for the Asiliant 69030 chipset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556
557config FB_IMSTT
558 bool "IMS Twin Turbo display support"
559 depends on (FB = y) && PCI
560 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 select FB_MACMODES if PPC
562 help
563 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
564 many Macintosh and compatible computers.
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566config FB_VGA16
567 tristate "VGA 16-color graphics support"
568 depends on FB && (X86 || PPC)
569 select FB_CFB_FILLRECT
570 select FB_CFB_COPYAREA
571 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700572 select VGASTATE
Antonino A. Daplasd60d2d82007-05-08 00:39:12 -0700573 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 help
575 This is the frame buffer device driver for VGA 16 color graphic
576 cards. Say Y if you have such a card.
577
578 To compile this driver as a module, choose M here: the
579 module will be called vga16fb.
580
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700581config FB_BF54X_LQ043
582 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)"
Mike Frysingere7a05aa2008-04-28 02:15:47 -0700583 depends on FB && (BF54x) && !BF542
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700584 select FB_CFB_FILLRECT
585 select FB_CFB_COPYAREA
586 select FB_CFB_IMAGEBLIT
587 help
588 This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD
589
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700590config FB_BFIN_T350MCQB
591 tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)"
592 depends on FB && BLACKFIN
593 select BFIN_GPTIMERS
594 select FB_CFB_FILLRECT
595 select FB_CFB_COPYAREA
596 select FB_CFB_IMAGEBLIT
597 help
598 This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD
599 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI
600 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK.
601
Michael Hennerich9cfe4a92009-12-15 16:46:21 -0800602config FB_BFIN_LQ035Q1
603 tristate "SHARP LQ035Q1DH02 TFT LCD"
604 depends on FB && BLACKFIN && SPI
605 select FB_CFB_FILLRECT
606 select FB_CFB_COPYAREA
607 select FB_CFB_IMAGEBLIT
608 select BFIN_GPTIMERS
609 help
610 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
611 the Blackfin Landscape LCD EZ-Extender Card.
612 This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
613 It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
614
615 To compile this driver as a module, choose M here: the
616 module will be called bfin-lq035q1-fb.
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700617
Michael Hennerichdbcc4652010-11-24 09:33:58 +0000618config FB_BF537_LQ035
619 tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
620 depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
621 select FB_CFB_FILLRECT
622 select FB_CFB_COPYAREA
623 select FB_CFB_IMAGEBLIT
624 select BFIN_GPTIMERS
625 help
626 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
627 attached to a BF537.
628
629 To compile this driver as a module, choose M here: the
630 module will be called bf537-lq035.
631
Michael Hennerichcffd9342010-11-24 09:33:59 +0000632config FB_BFIN_7393
633 tristate "Blackfin ADV7393 Video encoder"
634 depends on FB && BLACKFIN
635 select I2C
636 select FB_CFB_FILLRECT
637 select FB_CFB_COPYAREA
638 select FB_CFB_IMAGEBLIT
639 help
640 This is the framebuffer device for a ADV7393 video encoder
641 attached to a Blackfin on the PPI port.
642 If your Blackfin board has a ADV7393 select Y.
643
644 To compile this driver as a module, choose M here: the
645 module will be called bfin_adv7393fb.
646
647choice
648 prompt "Video mode support"
649 depends on FB_BFIN_7393
650 default NTSC
651
652config NTSC
653 bool 'NTSC 720x480'
654
655config PAL
656 bool 'PAL 720x576'
657
658config NTSC_640x480
659 bool 'NTSC 640x480 (Experimental)'
660
661config PAL_640x480
662 bool 'PAL 640x480 (Experimental)'
663
664config NTSC_YCBCR
665 bool 'NTSC 720x480 YCbCR input'
666
667config PAL_YCBCR
668 bool 'PAL 720x576 YCbCR input'
669
670endchoice
671
672choice
673 prompt "Size of ADV7393 frame buffer memory Single/Double Size"
674 depends on (FB_BFIN_7393)
675 default ADV7393_1XMEM
676
677config ADV7393_1XMEM
678 bool 'Single'
679
680config ADV7393_2XMEM
681 bool 'Double'
682endchoice
683
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684config FB_STI
685 tristate "HP STI frame buffer device support"
686 depends on FB && PARISC
687 select FB_CFB_FILLRECT
688 select FB_CFB_COPYAREA
689 select FB_CFB_IMAGEBLIT
Alexander Beregalov17085a92009-04-03 13:33:32 +0000690 select STI_CONSOLE
691 select VT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 default y
693 ---help---
694 STI refers to the HP "Standard Text Interface" which is a set of
695 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
696 Enabling this option will implement the linux framebuffer device
697 using calls to the STI BIOS routines for initialisation.
698
699 If you enable this option, you will get a planar framebuffer device
700 /dev/fb which will work on the most common HP graphic cards of the
701 NGLE family, including the artist chips (in the 7xx and Bxxx series),
702 HCRX, HCRX24, CRX, CRX24 and VisEG series.
703
704 It is safe to enable this option, so you should probably say "Y".
705
706config FB_MAC
707 bool "Generic Macintosh display support"
708 depends on (FB = y) && MAC
709 select FB_CFB_FILLRECT
710 select FB_CFB_COPYAREA
711 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 select FB_MACMODES
713
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714config FB_HP300
715 bool
Geert Uytterhoevenad7e4842008-05-18 20:47:09 +0200716 depends on (FB = y) && DIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718 default y
719
720config FB_TGA
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700721 tristate "TGA/SFB+ framebuffer support"
722 depends on FB && (ALPHA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 select FB_CFB_FILLRECT
724 select FB_CFB_COPYAREA
725 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800726 select BITREVERSE
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700727 ---help---
728 This is the frame buffer device driver for generic TGA and SFB+
729 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
730 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
731 TURBOchannel cards, also known as PMAGD-A, -B and -C.
732
733 Due to hardware limitations ZLX-E2 and E3 cards are not supported
734 for DECstation 5000/200 systems. Additionally due to firmware
735 limitations these cards may cause troubles with booting DECstation
736 5000/240 and /260 systems, but are fully supported under Linux if
737 you manage to get it going. ;-)
738
739 Say Y if you have one of those.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740
Michal Januszewski8bdb3a22007-10-16 01:28:26 -0700741config FB_UVESA
742 tristate "Userspace VESA VGA graphics support"
743 depends on FB && CONNECTOR
744 select FB_CFB_FILLRECT
745 select FB_CFB_COPYAREA
746 select FB_CFB_IMAGEBLIT
747 select FB_MODE_HELPERS
748 help
749 This is the frame buffer driver for generic VBE 2.0 compliant
750 graphic cards. It can also take advantage of VBE 3.0 features,
751 such as refresh rate adjustment.
752
753 This driver generally provides more features than vesafb but
754 requires a userspace helper application called 'v86d'. See
755 <file:Documentation/fb/uvesafb.txt> for more information.
756
757 If unsure, say N.
758
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759config FB_VESA
760 bool "VESA VGA graphics support"
Brian Gerst0d078f62005-10-30 14:59:20 -0800761 depends on (FB = y) && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 select FB_CFB_FILLRECT
763 select FB_CFB_COPYAREA
764 select FB_CFB_IMAGEBLIT
Michal Januszewski4d31a2b2008-10-15 22:03:51 -0700765 select FB_BOOT_VESA_SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766 help
767 This is the frame buffer device driver for generic VESA 2.0
768 compliant graphic cards. The older VESA 1.2 cards are not supported.
769 You will get a boot time penguin logo at no additional cost. Please
770 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
771
Huang, Ying7c831722007-11-28 16:21:55 -0800772config FB_EFI
773 bool "EFI-based Framebuffer Support"
Edgar Hucekb64ef8a2006-08-13 23:24:16 -0700774 depends on (FB = y) && X86 && EFI
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700775 select FB_CFB_FILLRECT
776 select FB_CFB_COPYAREA
777 select FB_CFB_IMAGEBLIT
778 help
Peter Jones7c08c9a2008-10-15 22:03:43 -0700779 This is the EFI frame buffer device driver. If the firmware on
780 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for
781 using the EFI framebuffer as your console.
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700782
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700783config FB_N411
784 tristate "N411 Apollo/Hecuba devkit support"
Jaya Kumaraad09e52007-05-08 00:37:43 -0700785 depends on FB && X86 && MMU
Antonino A. Daplasd6774932007-05-08 00:39:00 -0700786 select FB_SYS_FILLRECT
787 select FB_SYS_COPYAREA
788 select FB_SYS_IMAGEBLIT
Antonino A. Daplas28d45642007-05-08 00:39:06 -0700789 select FB_SYS_FOPS
Jaya Kumaraad09e52007-05-08 00:37:43 -0700790 select FB_DEFERRED_IO
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700791 select FB_HECUBA
Jaya Kumaraad09e52007-05-08 00:37:43 -0700792 help
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700793 This enables support for the Apollo display controller in its
794 Hecuba form using the n411 devkit.
Jaya Kumaraad09e52007-05-08 00:37:43 -0700795
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796config FB_HGA
797 tristate "Hercules mono graphics support"
798 depends on FB && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 help
800 Say Y here if you have a Hercules mono graphics card.
801
802 To compile this driver as a module, choose M here: the
803 module will be called hgafb.
804
Brent Cook529ed802010-12-31 05:56:50 +0000805 As this card technology is at least 25 years old,
806 most people will answer N here.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808config FB_SGIVW
809 tristate "SGI Visual Workstation framebuffer support"
810 depends on FB && X86_VISWS
811 select FB_CFB_FILLRECT
812 select FB_CFB_COPYAREA
813 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 help
815 SGI Visual Workstation support for framebuffer graphics.
816
817config FB_GBE
818 bool "SGI Graphics Backend frame buffer support"
819 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
820 select FB_CFB_FILLRECT
821 select FB_CFB_COPYAREA
822 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 help
824 This is the frame buffer device driver for SGI Graphics Backend.
825 This chip is used in SGI O2 and Visual Workstation 320/540.
826
827config FB_GBE_MEM
828 int "Video memory size in MB"
829 depends on FB_GBE
Martin Michlmayr80c410d2006-02-24 13:04:16 -0800830 default 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 help
832 This is the amount of memory reserved for the framebuffer,
833 which can be any value between 1MB and 8MB.
834
Mark Fortescue1a571982005-11-29 19:34:44 -0800835config FB_SBUS
836 bool "SBUS and UPA framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -0800837 depends on (FB = y) && SPARC
Mark Fortescue1a571982005-11-29 19:34:44 -0800838 help
839 Say Y if you want support for SBUS or UPA based frame buffer device.
840
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841config FB_BW2
842 bool "BWtwo support"
Adrian Bunke0196302007-02-12 00:54:50 -0800843 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 select FB_CFB_FILLRECT
845 select FB_CFB_COPYAREA
846 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 help
848 This is the frame buffer device driver for the BWtwo frame buffer.
849
850config FB_CG3
851 bool "CGthree support"
Adrian Bunke0196302007-02-12 00:54:50 -0800852 depends on (FB = y) && (SPARC && FB_SBUS)
Mark Fortescue1a571982005-11-29 19:34:44 -0800853 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854 select FB_CFB_COPYAREA
855 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 help
857 This is the frame buffer device driver for the CGthree frame buffer.
858
859config FB_CG6
860 bool "CGsix (GX,TurboGX) support"
Adrian Bunke0196302007-02-12 00:54:50 -0800861 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 select FB_CFB_COPYAREA
863 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 help
865 This is the frame buffer device driver for the CGsix (GX, TurboGX)
866 frame buffer.
867
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700868config FB_FFB
869 bool "Creator/Creator3D/Elite3D support"
870 depends on FB_SBUS && SPARC64
871 select FB_CFB_COPYAREA
872 select FB_CFB_IMAGEBLIT
873 help
874 This is the frame buffer device driver for the Creator, Creator3D,
875 and Elite3D graphics boards.
876
877config FB_TCX
878 bool "TCX (SS4/SS5 only) support"
879 depends on FB_SBUS
880 select FB_CFB_FILLRECT
881 select FB_CFB_COPYAREA
882 select FB_CFB_IMAGEBLIT
883 help
884 This is the frame buffer device driver for the TCX 24/8bit frame
885 buffer.
886
887config FB_CG14
888 bool "CGfourteen (SX) support"
889 depends on FB_SBUS
890 select FB_CFB_FILLRECT
891 select FB_CFB_COPYAREA
892 select FB_CFB_IMAGEBLIT
893 help
894 This is the frame buffer device driver for the CGfourteen frame
895 buffer on Desktop SPARCsystems with the SX graphics option.
896
897config FB_P9100
898 bool "P9100 (Sparcbook 3 only) support"
899 depends on FB_SBUS
900 select FB_CFB_FILLRECT
901 select FB_CFB_COPYAREA
902 select FB_CFB_IMAGEBLIT
903 help
904 This is the frame buffer device driver for the P9100 card
905 supported on Sparcbook 3 machines.
906
907config FB_LEO
908 bool "Leo (ZX) support"
909 depends on FB_SBUS
910 select FB_CFB_FILLRECT
911 select FB_CFB_COPYAREA
912 select FB_CFB_IMAGEBLIT
913 help
914 This is the frame buffer device driver for the SBUS-based Sun ZX
915 (leo) frame buffer cards.
916
917config FB_IGA
918 bool "IGA 168x display support"
David S. Millere11a6c22007-06-03 17:35:24 -0700919 depends on (FB = y) && SPARC32
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700920 select FB_CFB_FILLRECT
921 select FB_CFB_COPYAREA
922 select FB_CFB_IMAGEBLIT
923 help
924 This is the framebuffer device for the INTERGRAPHICS 1680 and
925 successor frame buffer cards.
926
927config FB_XVR500
928 bool "Sun XVR-500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700929 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700930 select FB_CFB_FILLRECT
931 select FB_CFB_COPYAREA
932 select FB_CFB_IMAGEBLIT
933 help
934 This is the framebuffer device for the Sun XVR-500 and similar
935 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200936 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700937 mostly initialized the card already. It is treated as a
938 completely dumb framebuffer device.
939
940config FB_XVR2500
941 bool "Sun XVR-2500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700942 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700943 select FB_CFB_FILLRECT
944 select FB_CFB_COPYAREA
945 select FB_CFB_IMAGEBLIT
946 help
947 This is the framebuffer device for the Sun XVR-2500 and similar
948 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200949 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700950 mostly initialized the card already. It is treated as a
951 completely dumb framebuffer device.
952
David S. Miller2d378b92010-03-13 16:25:03 -0800953config FB_XVR1000
954 bool "Sun XVR-1000 support"
David S. Millerf04e8792010-03-16 14:40:42 -0700955 depends on (FB = y) && SPARC64
David S. Miller2d378b92010-03-13 16:25:03 -0800956 select FB_CFB_FILLRECT
957 select FB_CFB_COPYAREA
958 select FB_CFB_IMAGEBLIT
959 help
960 This is the framebuffer device for the Sun XVR-1000 and similar
961 graphics cards. The driver only works on sparc64 systems where
962 the system firmware has mostly initialized the card already. It
963 is treated as a completely dumb framebuffer device.
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965config FB_PVR2
966 tristate "NEC PowerVR 2 display support"
967 depends on FB && SH_DREAMCAST
968 select FB_CFB_FILLRECT
969 select FB_CFB_COPYAREA
970 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 ---help---
972 Say Y here if you have a PowerVR 2 card in your box. If you plan to
973 run linux on your Dreamcast, you will have to say Y here.
974 This driver may or may not work on other PowerVR 2 cards, but is
975 totally untested. Use at your own risk. If unsure, say N.
976
977 To compile this driver as a module, choose M here: the
978 module will be called pvr2fb.
979
980 You can pass several parameters to the driver at boot time or at
981 module load time. The parameters look like "video=pvr2:XXX", where
982 the meaning of XXX can be found at the end of the main source file
983 (<file:drivers/video/pvr2fb.c>). Please see the file
984 <file:Documentation/fb/pvr2fb.txt>.
985
986config FB_EPSON1355
987 bool "Epson 1355 framebuffer support"
Paul Mundt1a3f2882007-07-17 04:05:48 -0700988 depends on (FB = y) && ARCH_CEIVA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 select FB_CFB_FILLRECT
990 select FB_CFB_COPYAREA
991 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 help
993 Build in support for the SED1355 Epson Research Embedded RAMDAC
994 LCD/CRT Controller (since redesignated as the S1D13505) as a
995 framebuffer. Product specs at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200996 <http://vdc.epson.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997
Randy Dunlapecc41d52005-11-07 01:00:29 -0800998config FB_S1D13XXX
999 tristate "Epson S1D13XXX framebuffer support"
1000 depends on FB
1001 select FB_CFB_FILLRECT
1002 select FB_CFB_COPYAREA
1003 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001004 help
1005 Support for S1D13XXX framebuffer device family (currently only
1006 working with S1D13806). Product specs at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001007 <http://vdc.epson.com/>
Randy Dunlapecc41d52005-11-07 01:00:29 -08001008
Nicolas Ferre14340582007-05-10 22:23:26 -07001009config FB_ATMEL
1010 tristate "AT91/AT32 LCD Controller support"
Nicolas Ferre0912e532009-06-23 16:30:56 +02001011 depends on FB && HAVE_FB_ATMEL
Nicolas Ferre14340582007-05-10 22:23:26 -07001012 select FB_CFB_FILLRECT
1013 select FB_CFB_COPYAREA
1014 select FB_CFB_IMAGEBLIT
1015 help
1016 This enables support for the AT91/AT32 LCD Controller.
1017
1018config FB_INTSRAM
1019 bool "Frame Buffer in internal SRAM"
1020 depends on FB_ATMEL && ARCH_AT91SAM9261
1021 help
1022 Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
1023 to let frame buffer in external SDRAM.
1024
Nicolas Ferre250a2692007-07-21 04:37:59 -07001025config FB_ATMEL_STN
1026 bool "Use a STN display with AT91/AT32 LCD Controller"
Nicolas Ferre915190f2009-07-21 11:31:29 +01001027 depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK)
Nicolas Ferre250a2692007-07-21 04:37:59 -07001028 default n
1029 help
1030 Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD
1031 Controller. Say N if you want to connect a TFT.
1032
1033 If unsure, say N.
1034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035config FB_NVIDIA
1036 tristate "nVidia Framebuffer Support"
1037 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001038 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 select FB_MODE_HELPERS
1040 select FB_CFB_FILLRECT
1041 select FB_CFB_COPYAREA
1042 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001043 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001044 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 help
1046 This driver supports graphics boards with the nVidia chips, TNT
1047 and newer. For very old chipsets, such as the RIVA128, then use
1048 the rivafb.
1049 Say Y if you have such a graphics board.
1050
1051 To compile this driver as a module, choose M here: the
1052 module will be called nvidiafb.
1053
1054config FB_NVIDIA_I2C
1055 bool "Enable DDC Support"
Benjamin Herrenschmidt85f15032005-11-07 01:00:30 -08001056 depends on FB_NVIDIA
James Simmons166f60d2007-03-06 01:42:02 -08001057 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 help
1059 This enables I2C support for nVidia Chipsets. This is used
1060 only for getting EDID information from the attached display
1061 allowing for robust video mode handling and switching.
1062
1063 Because fbdev-2.6 requires that drivers must be able to
1064 independently validate video mode parameters, you should say Y
1065 here.
1066
Jean Delvare647f2e72007-05-10 22:23:29 -07001067config FB_NVIDIA_DEBUG
1068 bool "Lots of debug output"
1069 depends on FB_NVIDIA
1070 default n
1071 help
1072 Say Y here if you want the nVidia driver to output all sorts
1073 of debugging information to provide to the maintainer when
1074 something goes wrong.
1075
Michael Hanselmann5474c122006-06-25 05:47:08 -07001076config FB_NVIDIA_BACKLIGHT
1077 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001078 depends on FB_NVIDIA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001079 default y
1080 help
1081 Say Y here if you want to control the backlight of your display.
1082
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083config FB_RIVA
1084 tristate "nVidia Riva support"
1085 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001086 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 select FB_MODE_HELPERS
1088 select FB_CFB_FILLRECT
1089 select FB_CFB_COPYAREA
1090 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001091 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001092 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 help
1094 This driver supports graphics boards with the nVidia Riva/Geforce
1095 chips.
1096 Say Y if you have such a graphics board.
1097
1098 To compile this driver as a module, choose M here: the
1099 module will be called rivafb.
1100
1101config FB_RIVA_I2C
1102 bool "Enable DDC Support"
1103 depends on FB_RIVA
James Simmons166f60d2007-03-06 01:42:02 -08001104 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 help
1106 This enables I2C support for nVidia Chipsets. This is used
1107 only for getting EDID information from the attached display
1108 allowing for robust video mode handling and switching.
1109
1110 Because fbdev-2.6 requires that drivers must be able to
1111 independently validate video mode parameters, you should say Y
1112 here.
1113
1114config FB_RIVA_DEBUG
Jean Delvare647f2e72007-05-10 22:23:29 -07001115 bool "Lots of debug output"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 depends on FB_RIVA
1117 default n
1118 help
1119 Say Y here if you want the Riva driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001120 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 something goes wrong.
1122
Michael Hanselmann5474c122006-06-25 05:47:08 -07001123config FB_RIVA_BACKLIGHT
1124 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001125 depends on FB_RIVA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001126 default y
1127 help
1128 Say Y here if you want to control the backlight of your display.
1129
Ondrej Zary5350c652012-02-10 18:59:17 +01001130config FB_I740
1131 tristate "Intel740 support (EXPERIMENTAL)"
1132 depends on EXPERIMENTAL && FB && PCI
1133 select FB_MODE_HELPERS
1134 select FB_CFB_FILLRECT
1135 select FB_CFB_COPYAREA
1136 select FB_CFB_IMAGEBLIT
1137 select VGASTATE
1138 select FB_DDC
1139 help
1140 This driver supports graphics cards based on Intel740 chip.
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142config FB_I810
1143 tristate "Intel 810/815 support (EXPERIMENTAL)"
Krzysztof Helta1a5c3b2009-02-18 14:48:38 -08001144 depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 select FB_MODE_HELPERS
1146 select FB_CFB_FILLRECT
1147 select FB_CFB_COPYAREA
1148 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001149 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150 help
1151 This driver supports the on-board graphics built in to the Intel 810
1152 and 815 chipsets. Say Y if you have and plan to use such a board.
1153
1154 To compile this driver as a module, choose M here: the
1155 module will be called i810fb.
1156
1157 For more information, please read
1158 <file:Documentation/fb/intel810.txt>
1159
1160config FB_I810_GTF
1161 bool "use VESA Generalized Timing Formula"
1162 depends on FB_I810
1163 help
1164 If you say Y, then the VESA standard, Generalized Timing Formula
1165 or GTF, will be used to calculate the required video timing values
1166 per video mode. Since the GTF allows nondiscrete timings
1167 (nondiscrete being a range of values as opposed to discrete being a
1168 set of values), you'll be able to use any combination of horizontal
1169 and vertical resolutions, and vertical refresh rates without having
1170 to specify your own timing parameters. This is especially useful
1171 to maximize the performance of an aging display, or if you just
1172 have a display with nonstandard dimensions. A VESA compliant
1173 monitor is recommended, but can still work with non-compliant ones.
1174 If you need or want this, then select this option. The timings may
1175 not be compliant with Intel's recommended values. Use at your own
1176 risk.
1177
1178 If you say N, the driver will revert to discrete video timings
1179 using a set recommended by Intel in their documentation.
1180
1181 If unsure, say N.
1182
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001183config FB_I810_I2C
1184 bool "Enable DDC Support"
Antonino A. Daplasdb845022005-09-13 01:25:02 -07001185 depends on FB_I810 && FB_I810_GTF
Antonino A. Daplase80987f2006-10-03 01:14:44 -07001186 select FB_DDC
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001187 help
1188
Alan Hourihanedbe7e422007-05-08 00:39:25 -07001189config FB_LE80578
1190 tristate "Intel LE80578 (Vermilion) support"
1191 depends on FB && PCI && X86
1192 select FB_MODE_HELPERS
1193 select FB_CFB_FILLRECT
1194 select FB_CFB_COPYAREA
1195 select FB_CFB_IMAGEBLIT
1196 help
1197 This driver supports the LE80578 (Vermilion Range) chipset
1198
1199config FB_CARILLO_RANCH
1200 tristate "Intel Carillo Ranch support"
1201 depends on FB_LE80578 && FB && PCI && X86
1202 help
1203 This driver supports the LE80578 (Carillo Ranch) board
1204
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205config FB_INTEL
Maik Broemme0e170c72008-04-28 02:15:43 -07001206 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)"
David Rientjes6a108a12011-01-20 14:44:16 -08001207 depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL && EXPERT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 select FB_MODE_HELPERS
1209 select FB_CFB_FILLRECT
1210 select FB_CFB_COPYAREA
1211 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001212 select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
Jesse Barnesba0ab822009-07-03 11:24:46 -07001213 depends on !DRM_I915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 help
1215 This driver supports the on-board graphics built in to the Intel
Maik Broemme0e170c72008-04-28 02:15:43 -07001216 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 Say Y if you have and plan to use such a board.
1218
Krzysztof Helt4b198282009-06-18 16:49:21 -07001219 To make FB_INTELFB=Y work you need to say AGP_INTEL=y too.
1220
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001221 To compile this driver as a module, choose M here: the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 module will be called intelfb.
1223
Christian Merkled463d342006-08-22 10:07:01 +10001224 For more information, please read <file:Documentation/fb/intelfb.txt>
1225
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226config FB_INTEL_DEBUG
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001227 bool "Intel driver Debug Messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 depends on FB_INTEL
1229 ---help---
1230 Say Y here if you want the Intel driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001231 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 something goes wrong.
1233
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001234config FB_INTEL_I2C
1235 bool "DDC/I2C for Intel framebuffer support"
1236 depends on FB_INTEL
James Simmons166f60d2007-03-06 01:42:02 -08001237 select FB_DDC
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001238 default y
1239 help
1240 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
1241
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242config FB_MATROX
1243 tristate "Matrox acceleration"
1244 depends on FB && PCI
1245 select FB_CFB_FILLRECT
1246 select FB_CFB_COPYAREA
1247 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 select FB_TILEBLITTING
1249 select FB_MACMODES if PPC_PMAC
1250 ---help---
1251 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
1252 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
1253 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
1254 Matrox G400, G450 or G550 card in your box.
1255
1256 To compile this driver as a module, choose M here: the
1257 module will be called matroxfb.
1258
1259 You can pass several parameters to the driver at boot time or at
Vicente Jiménez90a48152011-01-08 00:54:26 +00001260 module load time. The parameters look like "video=matroxfb:XXX", and
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 are described in <file:Documentation/fb/matroxfb.txt>.
1262
1263config FB_MATROX_MILLENIUM
1264 bool "Millennium I/II support"
1265 depends on FB_MATROX
1266 help
1267 Say Y here if you have a Matrox Millennium or Matrox Millennium II
1268 video card. If you select "Advanced lowlevel driver options" below,
1269 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
1270 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
1271 also use font widths different from 8.
1272
1273config FB_MATROX_MYSTIQUE
1274 bool "Mystique support"
1275 depends on FB_MATROX
1276 help
1277 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
1278 video card. If you select "Advanced lowlevel driver options" below,
1279 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
1280 packed pixel and 32 bpp packed pixel. You can also use font widths
1281 different from 8.
1282
1283config FB_MATROX_G
1284 bool "G100/G200/G400/G450/G550 support"
1285 depends on FB_MATROX
1286 ---help---
1287 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
1288 video card. If you select "Advanced lowlevel driver options", you
1289 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
1290 pixel and 32 bpp packed pixel. You can also use font widths
1291 different from 8.
1292
Jean Delvareee831262009-05-12 13:19:41 -07001293 If you need support for G400 secondary head, you must say Y to
1294 "Matrox I2C support" and "G400 second head support" right below.
1295 G450/G550 secondary head and digital output are supported without
1296 additional modules.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298 The driver starts in monitor mode. You must use the matroxset tool
1299 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1300 swap primary and secondary head outputs, or to change output mode.
1301 Secondary head driver always start in 640x480 resolution and you
1302 must use fbset to change it.
1303
1304 Do not forget that second head supports only 16 and 32 bpp
1305 packed pixels, so it is a good idea to compile them into the kernel
1306 too. You can use only some font widths, as the driver uses generic
1307 painting procedures (the secondary head does not use acceleration
1308 engine).
1309
1310 G450/G550 hardware can display TV picture only from secondary CRTC,
1311 and it performs no scaling, so picture must have 525 or 625 lines.
1312
1313config FB_MATROX_I2C
1314 tristate "Matrox I2C support"
James Simmons166f60d2007-03-06 01:42:02 -08001315 depends on FB_MATROX
1316 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317 ---help---
1318 This drivers creates I2C buses which are needed for accessing the
1319 DDC (I2C) bus present on all Matroxes, an I2C bus which
1320 interconnects Matrox optional devices, like MGA-TVO on G200 and
1321 G400, and the secondary head DDC bus, present on G400 only.
1322
1323 You can say Y or M here if you want to experiment with monitor
1324 detection code. You must say Y or M here if you want to use either
1325 second head of G400 or MGA-TVO on G200 or G400.
1326
1327 If you compile it as module, it will create a module named
1328 i2c-matroxfb.
1329
1330config FB_MATROX_MAVEN
1331 tristate "G400 second head support"
1332 depends on FB_MATROX_G && FB_MATROX_I2C
1333 ---help---
1334 WARNING !!! This support does not work with G450 !!!
1335
1336 Say Y or M here if you want to use a secondary head (meaning two
1337 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1338 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1339 secondary head output is blanked while you are in X. With XFree
1340 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1341 the fbdev driver on first head and the fbdev driver on second head.
1342
1343 If you compile it as module, two modules are created,
1344 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1345 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1346 also load i2c-matroxfb to get it to run.
1347
1348 The driver starts in monitor mode and you must use the matroxset
1349 tool (available at
1350 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1351 PAL or NTSC or to swap primary and secondary head outputs.
1352 Secondary head driver also always start in 640x480 resolution, you
1353 must use fbset to change it.
1354
1355 Also do not forget that second head supports only 16 and 32 bpp
1356 packed pixels, so it is a good idea to compile them into the kernel
1357 too. You can use only some font widths, as the driver uses generic
1358 painting procedures (the secondary head does not use acceleration
1359 engine).
1360
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361config FB_RADEON
1362 tristate "ATI Radeon display support"
1363 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001364 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 select FB_MODE_HELPERS
1366 select FB_CFB_FILLRECT
1367 select FB_CFB_COPYAREA
1368 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 select FB_MACMODES if PPC_OF
1370 help
1371 Choose this option if you want to use an ATI Radeon graphics card as
1372 a framebuffer device. There are both PCI and AGP versions. You
1373 don't need to choose this to run the Radeon in plain VGA mode.
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 There is a product page at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001376 http://products.amd.com/en-us/GraphicCardResult.aspx
Michael Hanselmann5474c122006-06-25 05:47:08 -07001377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378config FB_RADEON_I2C
1379 bool "DDC/I2C for ATI Radeon support"
1380 depends on FB_RADEON
James Simmons166f60d2007-03-06 01:42:02 -08001381 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 default y
1383 help
1384 Say Y here if you want DDC/I2C support for your Radeon board.
1385
Michael Hanselmann5474c122006-06-25 05:47:08 -07001386config FB_RADEON_BACKLIGHT
1387 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001388 depends on FB_RADEON
Michael Hanselmann5474c122006-06-25 05:47:08 -07001389 default y
1390 help
1391 Say Y here if you want to control the backlight of your display.
1392
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393config FB_RADEON_DEBUG
1394 bool "Lots of debug output from Radeon driver"
1395 depends on FB_RADEON
1396 default n
1397 help
1398 Say Y here if you want the Radeon driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001399 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 something goes wrong.
1401
1402config FB_ATY128
1403 tristate "ATI Rage128 display support"
1404 depends on FB && PCI
1405 select FB_CFB_FILLRECT
1406 select FB_CFB_COPYAREA
1407 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001408 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 select FB_MACMODES if PPC_PMAC
1410 help
1411 This driver supports graphics boards with the ATI Rage128 chips.
1412 Say Y if you have such a graphics board and read
1413 <file:Documentation/fb/aty128fb.txt>.
1414
1415 To compile this driver as a module, choose M here: the
1416 module will be called aty128fb.
1417
Michael Hanselmann5474c122006-06-25 05:47:08 -07001418config FB_ATY128_BACKLIGHT
1419 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001420 depends on FB_ATY128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001421 default y
1422 help
1423 Say Y here if you want to control the backlight of your display.
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425config FB_ATY
1426 tristate "ATI Mach64 display support" if PCI || ATARI
Andrew Mortonf2e782e2006-04-10 22:55:45 -07001427 depends on FB && !SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 select FB_CFB_FILLRECT
1429 select FB_CFB_COPYAREA
1430 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001431 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432 select FB_MACMODES if PPC
1433 help
1434 This driver supports graphics boards with the ATI Mach64 chips.
1435 Say Y if you have such a graphics board.
1436
1437 To compile this driver as a module, choose M here: the
1438 module will be called atyfb.
1439
1440config FB_ATY_CT
1441 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1442 depends on PCI && FB_ATY
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -07001443 default y if SPARC64 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 help
1445 Say Y here to support use of ATI's 64-bit Rage boards (or other
1446 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1447 framebuffer device. The ATI product support page for these boards
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001448 is at <http://support.ati.com/products/pc/mach64/mach64.html>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
1450config FB_ATY_GENERIC_LCD
1451 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1452 depends on FB_ATY_CT
1453 help
1454 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1455 Rage XC, or Rage XL chipset.
1456
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457config FB_ATY_GX
1458 bool "Mach64 GX support" if PCI
1459 depends on FB_ATY
1460 default y if ATARI
1461 help
1462 Say Y here to support use of the ATI Mach64 Graphics Expression
1463 board (or other boards based on the Mach64 GX chipset) as a
1464 framebuffer device. The ATI product support page for these boards
1465 is at
1466 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1467
Michael Hanselmann5474c122006-06-25 05:47:08 -07001468config FB_ATY_BACKLIGHT
1469 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001470 depends on FB_ATY
Michael Hanselmann5474c122006-06-25 05:47:08 -07001471 default y
1472 help
1473 Say Y here if you want to control the backlight of your display.
1474
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001475config FB_S3
1476 tristate "S3 Trio/Virge support"
1477 depends on FB && PCI
1478 select FB_CFB_FILLRECT
1479 select FB_CFB_COPYAREA
1480 select FB_CFB_IMAGEBLIT
1481 select FB_TILEBLITTING
1482 select FB_SVGALIB
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001483 select VGASTATE
Antonino A. Daplas8db51662007-05-08 00:39:14 -07001484 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001485 ---help---
1486 Driver for graphics boards with S3 Trio / S3 Virge chip.
1487
Ondrej Zary86c0f0432011-04-18 10:14:57 +00001488config FB_S3_DDC
1489 bool "DDC for S3 support"
1490 depends on FB_S3
1491 select FB_DDC
1492 default y
1493 help
1494 Say Y here if you want DDC support for your S3 graphics card.
1495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496config FB_SAVAGE
1497 tristate "S3 Savage support"
1498 depends on FB && PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499 select FB_MODE_HELPERS
1500 select FB_CFB_FILLRECT
1501 select FB_CFB_COPYAREA
1502 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001503 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 help
1505 This driver supports notebooks and computers with S3 Savage PCI/AGP
1506 chips.
1507
1508 Say Y if you have such a graphics card.
1509
1510 To compile this driver as a module, choose M here; the module
1511 will be called savagefb.
1512
1513config FB_SAVAGE_I2C
1514 bool "Enable DDC2 Support"
1515 depends on FB_SAVAGE
James Simmons166f60d2007-03-06 01:42:02 -08001516 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517 help
1518 This enables I2C support for S3 Savage Chipsets. This is used
1519 only for getting EDID information from the attached display
1520 allowing for robust video mode handling and switching.
1521
1522 Because fbdev-2.6 requires that drivers must be able to
1523 independently validate video mode parameters, you should say Y
1524 here.
1525
1526config FB_SAVAGE_ACCEL
1527 bool "Enable Console Acceleration"
1528 depends on FB_SAVAGE
1529 default n
1530 help
1531 This option will compile in console acceleration support. If
1532 the resulting framebuffer console has bothersome glitches, then
1533 choose N here.
1534
1535config FB_SIS
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001536 tristate "SiS/XGI display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 depends on FB && PCI
1538 select FB_CFB_FILLRECT
1539 select FB_CFB_COPYAREA
1540 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001541 select FB_BOOT_VESA_SUPPORT if FB_SIS = y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001543 This is the frame buffer device driver for the SiS 300, 315, 330
1544 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1545 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
1547 To compile this driver as a module, choose M here; the module
1548 will be called sisfb.
1549
1550config FB_SIS_300
1551 bool "SiS 300 series support"
1552 depends on FB_SIS
1553 help
1554 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1555
1556config FB_SIS_315
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001557 bool "SiS 315/330/340 series and XGI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 depends on FB_SIS
1559 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001560 Say Y here to support use of the SiS 315, 330 and 340 series
1561 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1562 as XGI V3XT, V5, V8 and Z7.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001564config FB_VIA
1565 tristate "VIA UniChrome (Pro) and Chrome9 display support"
Ben Hutchings901b97d2010-07-20 00:40:16 +01001566 depends on FB && PCI && X86
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001567 select FB_CFB_FILLRECT
1568 select FB_CFB_COPYAREA
1569 select FB_CFB_IMAGEBLIT
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001570 select I2C_ALGOBIT
1571 select I2C
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001572 select GPIOLIB
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001573 help
1574 This is the frame buffer device driver for Graphics chips of VIA
1575 UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/
1576 CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896
1577 /P4M900,VX800)
1578 Say Y if you have a VIA UniChrome graphics board.
1579
1580 To compile this driver as a module, choose M here: the
1581 module will be called viafb.
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001582
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001583if FB_VIA
1584
1585config FB_VIA_DIRECT_PROCFS
1586 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1587 depends on FB_VIA
1588 default n
1589 help
1590 Allow direct hardware access to some output registers via procfs.
1591 This is dangerous but may provide the only chance to get the
1592 correct output device configuration.
1593 Its use is strongly discouraged.
1594
Florian Tobias Schandinat29462942011-04-23 23:52:45 +00001595config FB_VIA_X_COMPATIBILITY
1596 bool "X server compatibility"
1597 depends on FB_VIA
1598 default n
1599 help
1600 This option reduces the functionality (power saving, ...) of the
1601 framebuffer to avoid negative impact on the OpenChrome X server.
1602 If you use any X server other than fbdev you should enable this
1603 otherwise it should be safe to disable it and allow using all
1604 features.
1605
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001606endif
1607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608config FB_NEOMAGIC
1609 tristate "NeoMagic display support"
1610 depends on FB && PCI
1611 select FB_MODE_HELPERS
1612 select FB_CFB_FILLRECT
1613 select FB_CFB_COPYAREA
1614 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001615 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 help
1617 This driver supports notebooks with NeoMagic PCI chips.
1618 Say Y if you have such a graphics card.
1619
1620 To compile this driver as a module, choose M here: the
1621 module will be called neofb.
1622
1623config FB_KYRO
1624 tristate "IMG Kyro support"
1625 depends on FB && PCI
1626 select FB_CFB_FILLRECT
1627 select FB_CFB_COPYAREA
1628 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629 help
1630 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1631 graphics board.
1632
1633 To compile this driver as a module, choose M here: the
1634 module will be called kyrofb.
1635
1636config FB_3DFX
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001637 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 depends on FB && PCI
1639 select FB_CFB_IMAGEBLIT
1640 select FB_CFB_FILLRECT
1641 select FB_CFB_COPYAREA
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001642 select FB_MODE_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001644 This driver supports graphics boards with the 3Dfx Banshee,
1645 Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
1646 such a graphics board.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647
1648 To compile this driver as a module, choose M here: the
1649 module will be called tdfxfb.
1650
1651config FB_3DFX_ACCEL
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001652 bool "3Dfx Acceleration functions (EXPERIMENTAL)"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653 depends on FB_3DFX && EXPERIMENTAL
1654 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001655 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1656 device driver with acceleration functions.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001658config FB_3DFX_I2C
1659 bool "Enable DDC/I2C support"
1660 depends on FB_3DFX && EXPERIMENTAL
1661 select FB_DDC
1662 default y
1663 help
1664 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666config FB_VOODOO1
1667 tristate "3Dfx Voodoo Graphics (sst1) support"
1668 depends on FB && PCI
1669 select FB_CFB_FILLRECT
1670 select FB_CFB_COPYAREA
1671 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 ---help---
1673 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1674 Voodoo2 (cvg) based graphics card.
1675
1676 To compile this driver as a module, choose M here: the
1677 module will be called sstfb.
1678
1679 WARNING: Do not use any application that uses the 3D engine
1680 (namely glide) while using this driver.
Dirk Hohndele4031492007-10-30 13:37:19 -07001681 Please read the <file:Documentation/fb/sstfb.txt> for supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682 options and other important info support.
1683
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -07001684config FB_VT8623
1685 tristate "VIA VT8623 support"
1686 depends on FB && PCI
1687 select FB_CFB_FILLRECT
1688 select FB_CFB_COPYAREA
1689 select FB_CFB_IMAGEBLIT
1690 select FB_TILEBLITTING
1691 select FB_SVGALIB
1692 select VGASTATE
1693 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1694 ---help---
1695 Driver for CastleRock integrated graphics core in the
1696 VIA VT8623 [Apollo CLE266] chipset.
1697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698config FB_TRIDENT
Krzysztof Helt04645fc2009-03-31 15:25:48 -07001699 tristate "Trident/CyberXXX/CyberBlade support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 depends on FB && PCI
1701 select FB_CFB_FILLRECT
1702 select FB_CFB_COPYAREA
1703 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001705 This is the frame buffer device driver for Trident PCI/AGP chipsets.
1706 Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
1707 and Blade XP.
1708 There are also integrated versions of these chips called CyberXXXX,
1709 CyberImage or CyberBlade. These chips are mostly found in laptops
Krzysztof Heltddb53d42009-03-31 15:25:40 -07001710 but also on some motherboards including early VIA EPIA motherboards.
1711 For more information, read <file:Documentation/fb/tridentfb.txt>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712
1713 Say Y if you have such a graphics board.
1714
1715 To compile this driver as a module, choose M here: the
1716 module will be called tridentfb.
1717
Ondrej Zajicek681e1472007-05-09 02:35:31 -07001718config FB_ARK
1719 tristate "ARK 2000PV support"
1720 depends on FB && PCI
1721 select FB_CFB_FILLRECT
1722 select FB_CFB_COPYAREA
1723 select FB_CFB_IMAGEBLIT
1724 select FB_TILEBLITTING
1725 select FB_SVGALIB
1726 select VGASTATE
1727 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1728 ---help---
1729 Driver for PCI graphics boards with ARK 2000PV chip
1730 and ICS 5342 RAMDAC.
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732config FB_PM3
Krzysztof Heltf23a06f2007-05-10 22:23:25 -07001733 tristate "Permedia3 support (EXPERIMENTAL)"
1734 depends on FB && PCI && EXPERIMENTAL
1735 select FB_CFB_FILLRECT
1736 select FB_CFB_COPYAREA
1737 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 help
1739 This is the frame buffer device driver for the 3DLabs Permedia3
1740 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1741 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1742 and maybe other boards.
1743
Sebastian Siewior2ece5f432008-07-23 21:30:49 -07001744config FB_CARMINE
1745 tristate "Fujitsu carmine frame buffer support"
1746 depends on FB && PCI
1747 select FB_CFB_FILLRECT
1748 select FB_CFB_COPYAREA
1749 select FB_CFB_IMAGEBLIT
1750 help
1751 This is the frame buffer device driver for the Fujitsu Carmine chip.
1752 The driver provides two independent frame buffer devices.
1753
1754choice
1755 depends on FB_CARMINE
1756 prompt "DRAM timing"
1757 default FB_CARMINE_DRAM_EVAL
1758
1759config FB_CARMINE_DRAM_EVAL
1760 bool "Eval board timings"
1761 help
1762 Use timings which work on the eval card.
1763
1764config CARMINE_DRAM_CUSTOM
1765 bool "Custom board timings"
1766 help
1767 Use custom board timings.
1768endchoice
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770config FB_AU1100
1771 bool "Au1100 LCD Driver"
Manuel Lauss37663862011-08-12 11:39:45 +02001772 depends on (FB = y) && MIPS_ALCHEMY
Ralf Baechled1709e42007-07-23 18:43:50 -07001773 select FB_CFB_FILLRECT
1774 select FB_CFB_COPYAREA
1775 select FB_CFB_IMAGEBLIT
1776 help
1777 This is the framebuffer driver for the AMD Au1100 SOC. It can drive
1778 various panels and CRTs by passing in kernel cmd line option
1779 au1100fb:panel=<name>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001781config FB_AU1200
Manuel Lauss809f36c2011-11-01 20:03:30 +01001782 bool "Au1200/Au1300 LCD Driver"
Manuel Lauss37663862011-08-12 11:39:45 +02001783 depends on (FB = y) && MIPS_ALCHEMY
Manuel Lauss4ee58462011-06-10 15:23:04 +00001784 select FB_SYS_FILLRECT
1785 select FB_SYS_COPYAREA
1786 select FB_SYS_IMAGEBLIT
1787 select FB_SYS_FOPS
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001788 help
Manuel Lauss809f36c2011-11-01 20:03:30 +01001789 This is the framebuffer driver for the Au1200/Au1300 SOCs.
1790 It can drive various panels and CRTs by passing in kernel cmd line
1791 option au1200fb:panel=<name>.
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001792
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001793config FB_VT8500
1794 bool "VT8500 LCD Driver"
1795 depends on (FB = y) && ARM && ARCH_VT8500 && VTWM_VERSION_VT8500
1796 select FB_WMT_GE_ROPS
1797 select FB_SYS_IMAGEBLIT
1798 help
1799 This is the framebuffer driver for VIA VT8500 integrated LCD
1800 controller.
1801
1802config FB_WM8505
1803 bool "WM8505 frame buffer support"
1804 depends on (FB = y) && ARM && ARCH_VT8500 && VTWM_VERSION_WM8505
1805 select FB_WMT_GE_ROPS
1806 select FB_SYS_IMAGEBLIT
1807 help
1808 This is the framebuffer driver for WonderMedia WM8505
1809 integrated LCD controller.
1810
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811source "drivers/video/geode/Kconfig"
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813config FB_HIT
1814 tristate "HD64461 Frame Buffer support"
1815 depends on FB && HD64461
1816 select FB_CFB_FILLRECT
1817 select FB_CFB_COPYAREA
1818 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819 help
1820 This is the frame buffer device driver for the Hitachi HD64461 LCD
1821 frame buffer card.
1822
1823config FB_PMAG_AA
1824 bool "PMAG-AA TURBOchannel framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001825 depends on (FB = y) && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 select FB_CFB_FILLRECT
1827 select FB_CFB_COPYAREA
1828 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 help
1830 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1831 used mainly in the MIPS-based DECstation series.
1832
1833config FB_PMAG_BA
Maciej W. Rozycki335dc502007-02-05 16:28:28 -08001834 tristate "PMAG-BA TURBOchannel framebuffer support"
1835 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 select FB_CFB_FILLRECT
1837 select FB_CFB_COPYAREA
1838 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839 help
1840 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1841 used mainly in the MIPS-based DECstation series.
1842
1843config FB_PMAGB_B
Maciej W. Rozycki9084b002007-02-05 16:28:29 -08001844 tristate "PMAGB-B TURBOchannel framebuffer support"
Maciej W. Rozycki28ea28a2007-10-16 01:29:28 -07001845 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 select FB_CFB_FILLRECT
1847 select FB_CFB_COPYAREA
1848 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 help
1850 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1851 in the MIPS-based DECstation series. The card is currently only
1852 supported in 1280x1024x8 mode.
1853
1854config FB_MAXINE
1855 bool "Maxine (Personal DECstation) onboard framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001856 depends on (FB = y) && MACH_DECSTATION
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 select FB_CFB_FILLRECT
1858 select FB_CFB_COPYAREA
1859 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860 help
1861 Support for the onboard framebuffer (1024x768x8) in the Personal
1862 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1863 Codename "Maxine").
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865config FB_G364
Yoichi Yuasab38817d2005-07-27 11:43:28 -07001866 bool "G364 frame buffer support"
1867 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868 select FB_CFB_FILLRECT
1869 select FB_CFB_COPYAREA
1870 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871 help
1872 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1873 Olivetti M700-10 systems.
1874
1875config FB_68328
1876 bool "Motorola 68328 native frame buffer support"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001877 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878 select FB_CFB_FILLRECT
1879 select FB_CFB_COPYAREA
1880 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 help
1882 Say Y here if you want to support the built-in frame buffer of
1883 the Motorola 68328 CPU family.
1884
Lennert Buytenhek638772c2009-02-11 17:25:24 +08001885config FB_PXA168
1886 tristate "PXA168/910 LCD framebuffer support"
1887 depends on FB && (CPU_PXA168 || CPU_PXA910)
1888 select FB_CFB_FILLRECT
1889 select FB_CFB_COPYAREA
1890 select FB_CFB_IMAGEBLIT
1891 ---help---
1892 Frame buffer driver for the built-in LCD controller in the Marvell
1893 MMP processor.
1894
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895config FB_PXA
1896 tristate "PXA LCD framebuffer support"
1897 depends on FB && ARCH_PXA
1898 select FB_CFB_FILLRECT
1899 select FB_CFB_COPYAREA
1900 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 ---help---
1902 Frame buffer driver for the built-in LCD controller in the Intel
1903 PXA2x0 processor.
1904
1905 This driver is also available as a module ( = code which can be
1906 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001907 module will be called pxafb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001908 say M here and read <file:Documentation/kbuild/modules.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909
1910 If unsure, say N.
1911
Eric Miao198fc102008-12-23 17:49:43 +08001912config FB_PXA_OVERLAY
1913 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1914 default n
1915 depends on FB_PXA && (PXA27x || PXA3xx)
1916
Eric Miao3c42a442008-04-30 00:52:26 -07001917config FB_PXA_SMARTPANEL
1918 bool "PXA Smartpanel LCD support"
Eric Miao7f1133c2008-04-30 00:52:27 -07001919 default n
Eric Miao3c42a442008-04-30 00:52:26 -07001920 depends on FB_PXA
1921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922config FB_PXA_PARAMETERS
1923 bool "PXA LCD command line parameters"
1924 default n
1925 depends on FB_PXA
1926 ---help---
1927 Enable the use of kernel command line or module parameters
1928 to configure the physical properties of the LCD panel when
1929 using the PXA LCD driver.
1930
1931 This option allows you to override the panel parameters
1932 supplied by the platform in order to support multiple
1933 different models of flatpanel. If you will only be using a
1934 single model of flatpanel then you can safely leave this
1935 option disabled.
1936
1937 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1938
Daniel Mack364dbdf2010-11-04 14:44:00 -04001939config PXA3XX_GCU
1940 tristate "PXA3xx 2D graphics accelerator driver"
1941 depends on FB_PXA
1942 help
1943 Kernelspace driver for the 2D graphics controller unit (GCU)
1944 found on PXA3xx processors. There is a counterpart driver in the
1945 DirectFB suite, see http://www.directfb.org/
1946
1947 If you compile this as a module, it will be called pxa3xx_gcu.
1948
Mike Rapoport22caf042006-07-14 00:24:34 -07001949config FB_MBX
1950 tristate "2700G LCD framebuffer support"
1951 depends on FB && ARCH_PXA
1952 select FB_CFB_FILLRECT
1953 select FB_CFB_COPYAREA
1954 select FB_CFB_IMAGEBLIT
1955 ---help---
1956 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1957 Accelerator
1958
1959config FB_MBX_DEBUG
1960 bool "Enable debugging info via debugfs"
1961 depends on FB_MBX && DEBUG_FS
1962 default n
1963 ---help---
1964 Enable this if you want debugging information using the debug
1965 filesystem (debugfs)
1966
1967 If unsure, say N.
1968
York Sun9b53a9e2008-04-28 02:15:34 -07001969config FB_FSL_DIU
1970 tristate "Freescale DIU framebuffer support"
1971 depends on FB && FSL_SOC
Anatolij Gustschin8b856f02010-07-23 04:00:39 +00001972 select FB_MODE_HELPERS
York Sun9b53a9e2008-04-28 02:15:34 -07001973 select FB_CFB_FILLRECT
1974 select FB_CFB_COPYAREA
1975 select FB_CFB_IMAGEBLIT
1976 select PPC_LIB_RHEAP
1977 ---help---
1978 Framebuffer driver for the Freescale SoC DIU
1979
Randy Dunlapecc41d52005-11-07 01:00:29 -08001980config FB_W100
1981 tristate "W100 frame buffer support"
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07001982 depends on FB && ARCH_PXA
Randy Dunlapecc41d52005-11-07 01:00:29 -08001983 select FB_CFB_FILLRECT
1984 select FB_CFB_COPYAREA
1985 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001986 ---help---
1987 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07001988 It can also drive the w3220 chip found on iPAQ hx4700.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001989
1990 This driver is also available as a module ( = code which can be
1991 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001992 module will be called w100fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001993 say M here and read <file:Documentation/kbuild/modules.txt>.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001994
1995 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07001997config FB_SH_MOBILE_LCDC
1998 tristate "SuperH Mobile LCDC framebuffer support"
Magnus Damm7278a222010-03-10 11:33:10 +00001999 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
Magnus Damm2540c112008-12-17 17:29:49 +09002000 select FB_SYS_FILLRECT
2001 select FB_SYS_COPYAREA
2002 select FB_SYS_IMAGEBLIT
2003 select FB_SYS_FOPS
Magnus Damm85645572008-12-19 15:34:41 +09002004 select FB_DEFERRED_IO
Alexandre Courbot3b0fd9d2011-02-16 03:49:01 +00002005 select FB_BACKLIGHT
Guennadi Liakhovetski9fd04fe2010-05-23 14:00:43 +00002006 select SH_MIPI_DSI if SH_LCD_MIPI_DSI
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07002007 ---help---
2008 Frame buffer driver for the on-chip SH-Mobile LCD controller.
2009
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00002010config FB_SH_MOBILE_HDMI
2011 tristate "SuperH Mobile HDMI controller support"
2012 depends on FB_SH_MOBILE_LCDC
2013 select FB_MODE_HELPERS
Guennadi Liakhovetski630f2d42010-10-15 08:58:00 +02002014 select SOUND
2015 select SND
Kuninori Morimoto3056c702010-09-09 16:30:18 +09002016 select SND_SOC
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00002017 ---help---
2018 Driver for the on-chip SH-Mobile HDMI controller.
2019
Dmitry Baryshkovb53cde32008-10-15 22:03:55 -07002020config FB_TMIO
2021 tristate "Toshiba Mobile IO FrameBuffer support"
2022 depends on FB && MFD_CORE
2023 select FB_CFB_FILLRECT
2024 select FB_CFB_COPYAREA
2025 select FB_CFB_IMAGEBLIT
2026 ---help---
2027 Frame buffer driver for the Toshiba Mobile IO integrated as found
2028 on the Sharp SL-6000 series
2029
2030 This driver is also available as a module ( = code which can be
2031 inserted and removed from the running kernel whenever you want). The
2032 module will be called tmiofb. If you want to compile it as a module,
2033 say M here and read <file:Documentation/kbuild/modules.txt>.
2034
2035 If unsure, say N.
2036
2037config FB_TMIO_ACCELL
2038 bool "tmiofb acceleration"
2039 depends on FB_TMIO
2040 default y
2041
Ben Dooksec549a02009-03-31 15:25:39 -07002042config FB_S3C
2043 tristate "Samsung S3C framebuffer support"
Jingoo Hanb5480ed2011-08-22 12:16:04 +09002044 depends on FB && (S3C_DEV_FB || S5P_DEV_FIMD0)
Ben Dooksec549a02009-03-31 15:25:39 -07002045 select FB_CFB_FILLRECT
2046 select FB_CFB_COPYAREA
2047 select FB_CFB_IMAGEBLIT
2048 ---help---
2049 Frame buffer driver for the built-in FB controller in the Samsung
2050 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
2051 and the S3C64XX series such as the S3C6400 and S3C6410.
2052
2053 These chips all have the same basic framebuffer design with the
2054 actual capabilities depending on the chip. For instance the S3C6400
2055 and S3C6410 support 4 hardware windows whereas the S3C24XX series
2056 currently only have two.
2057
2058 Currently the support is only for the S3C6400 and S3C6410 SoCs.
2059
2060config FB_S3C_DEBUG_REGWRITE
2061 bool "Debug register writes"
2062 depends on FB_S3C
2063 ---help---
2064 Show all register writes via printk(KERN_DEBUG)
2065
Arnaud Patard20fd5762005-09-09 13:10:07 -07002066config FB_S3C2410
2067 tristate "S3C2410 LCD framebuffer support"
Kukjin Kimb130d5c2012-02-03 14:29:23 +09002068 depends on FB && ARCH_S3C24XX
Arnaud Patard20fd5762005-09-09 13:10:07 -07002069 select FB_CFB_FILLRECT
2070 select FB_CFB_COPYAREA
2071 select FB_CFB_IMAGEBLIT
Arnaud Patard20fd5762005-09-09 13:10:07 -07002072 ---help---
2073 Frame buffer driver for the built-in LCD controller in the Samsung
2074 S3C2410 processor.
2075
2076 This driver is also available as a module ( = code which can be
2077 inserted and removed from the running kernel whenever you want). The
2078 module will be called s3c2410fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05002079 say M here and read <file:Documentation/kbuild/modules.txt>.
Arnaud Patard20fd5762005-09-09 13:10:07 -07002080
2081 If unsure, say N.
2082config FB_S3C2410_DEBUG
2083 bool "S3C2410 lcd debug messages"
2084 depends on FB_S3C2410
2085 help
2086 Turn on debugging messages. Note that you can set/unset at run time
2087 through sysfs
2088
Wang Qiang86619702010-03-10 15:21:47 -08002089config FB_NUC900
2090 bool "NUC900 LCD framebuffer support"
2091 depends on FB && ARCH_W90X900
2092 select FB_CFB_FILLRECT
2093 select FB_CFB_COPYAREA
2094 select FB_CFB_IMAGEBLIT
2095 ---help---
2096 Frame buffer driver for the built-in LCD controller in the Nuvoton
2097 NUC900 processor
2098
2099config GPM1040A0_320X240
2100 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD"
2101 depends on FB_NUC900
2102
2103config FB_NUC900_DEBUG
2104 bool "NUC900 lcd debug messages"
2105 depends on FB_NUC900
2106 help
2107 Turn on debugging messages. Note that you can set/unset at run time
2108 through sysfs
2109
Ben Dooks5fc404e2007-02-20 13:58:21 -08002110config FB_SM501
2111 tristate "Silicon Motion SM501 framebuffer support"
2112 depends on FB && MFD_SM501
2113 select FB_CFB_FILLRECT
2114 select FB_CFB_COPYAREA
2115 select FB_CFB_IMAGEBLIT
2116 ---help---
2117 Frame buffer driver for the CRT and LCD controllers in the Silicon
2118 Motion SM501.
2119
2120 This driver is also available as a module ( = code which can be
2121 inserted and removed from the running kernel whenever you want). The
2122 module will be called sm501fb. If you want to compile it as a module,
Dirk Hohndele4031492007-10-30 13:37:19 -07002123 say M here and read <file:Documentation/kbuild/modules.txt>.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002124
2125 If unsure, say N.
2126
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01002127config FB_SMSCUFX
2128 tristate "SMSC UFX6000/7000 USB Framebuffer support"
2129 depends on FB && USB
2130 select FB_MODE_HELPERS
2131 select FB_SYS_FILLRECT
2132 select FB_SYS_COPYAREA
2133 select FB_SYS_IMAGEBLIT
2134 select FB_SYS_FOPS
2135 select FB_DEFERRED_IO
2136 ---help---
2137 This is a kernel framebuffer driver for SMSC UFX USB devices.
2138 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2139 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2140 (USB 3.0) devices.
2141 To compile as a module, choose M here: the module name is smscufx.
2142
Paul Mundt96f8d862010-11-16 14:00:24 +09002143config FB_UDL
2144 tristate "Displaylink USB Framebuffer support"
2145 depends on FB && USB
2146 select FB_MODE_HELPERS
2147 select FB_SYS_FILLRECT
2148 select FB_SYS_COPYAREA
2149 select FB_SYS_IMAGEBLIT
2150 select FB_SYS_FOPS
2151 select FB_DEFERRED_IO
2152 ---help---
2153 This is a kernel framebuffer driver for DisplayLink USB devices.
2154 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2155 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
2156 To compile as a module, choose M here: the module name is udlfb.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002157
Vitaly Wool36c93662006-07-03 00:24:19 -07002158config FB_PNX4008_DUM
2159 tristate "Display Update Module support on Philips PNX4008 board"
2160 depends on FB && ARCH_PNX4008
2161 ---help---
2162 Say Y here to enable support for PNX4008 Display Update Module (DUM)
2163
2164config FB_PNX4008_DUM_RGB
2165 tristate "RGB Framebuffer support on Philips PNX4008 board"
2166 depends on FB_PNX4008_DUM
2167 select FB_CFB_FILLRECT
2168 select FB_CFB_COPYAREA
2169 select FB_CFB_IMAGEBLIT
2170 ---help---
2171 Say Y here to enable support for PNX4008 RGB Framebuffer
2172
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002173config FB_IBM_GXT4500
2174 tristate "Framebuffer support for IBM GXT4500P adaptor"
Randy Dunlap0058f472007-10-16 01:29:35 -07002175 depends on FB && PPC
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002176 select FB_CFB_FILLRECT
2177 select FB_CFB_COPYAREA
2178 select FB_CFB_IMAGEBLIT
2179 ---help---
2180 Say Y here to enable support for the IBM GXT4500P display
2181 adaptor, found on some IBM System P (pSeries) machines.
2182
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002183config FB_PS3
Geert Uytterhoeven9e6b99b2007-06-16 08:05:38 +10002184 tristate "PS3 GPU framebuffer driver"
2185 depends on FB && PS3_PS3AV
Geert Uytterhoeven92c45792007-05-23 13:57:50 -07002186 select FB_SYS_FILLRECT
2187 select FB_SYS_COPYAREA
2188 select FB_SYS_IMAGEBLIT
2189 select FB_SYS_FOPS
Geert Uytterhoeven23e9c942007-07-21 04:37:49 -07002190 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002191 ---help---
2192 Include support for the virtual frame buffer in the PS3 platform.
2193
2194config FB_PS3_DEFAULT_SIZE_M
2195 int "PS3 default frame buffer size (in MiB)"
2196 depends on FB_PS3
Geert Uytterhoeven50b25292007-07-21 04:37:50 -07002197 default 9
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002198 ---help---
2199 This is the default size (in MiB) of the virtual frame buffer in
2200 the PS3.
2201 The default value can be overridden on the kernel command line
2202 using the "ps3fb" option (e.g. "ps3fb=9M");
2203
Andrei Konovalov147394c2007-05-08 00:40:18 -07002204config FB_XILINX
2205 tristate "Xilinx frame buffer support"
Michal Simek6fa612b2009-05-11 15:49:12 +02002206 depends on FB && (XILINX_VIRTEX || MICROBLAZE)
Andrei Konovalov147394c2007-05-08 00:40:18 -07002207 select FB_CFB_FILLRECT
2208 select FB_CFB_COPYAREA
2209 select FB_CFB_IMAGEBLIT
2210 ---help---
2211 Include support for the Xilinx ML300/ML403 reference design
2212 framebuffer. ML300 carries a 640*480 LCD display on the board,
2213 ML403 uses a standard DB15 VGA connector.
2214
Yoichi Yuasa5abe3b42008-07-23 21:31:40 -07002215config FB_COBALT
2216 tristate "Cobalt server LCD frame buffer support"
2217 depends on FB && MIPS_COBALT
2218
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002219config FB_SH7760
Nobuhiro Iwamatsu5c72f302008-11-21 14:35:29 +09002220 bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
2221 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
2222 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
2223 select FB_CFB_FILLRECT
2224 select FB_CFB_COPYAREA
2225 select FB_CFB_IMAGEBLIT
2226 ---help---
2227 Support for the SH7760/SH7763/SH7720/SH7721 integrated
2228 (D)STN/TFT LCD Controller.
2229 Supports display resolutions up to 1024x1024 pixel, grayscale and
2230 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2231 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2232 panels <= 320 pixel horizontal resolution.
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002233
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002234config FB_DA8XX
2235 tristate "DA8xx/OMAP-L1xx Framebuffer support"
2236 depends on FB && ARCH_DAVINCI_DA8XX
2237 select FB_CFB_FILLRECT
2238 select FB_CFB_COPYAREA
2239 select FB_CFB_IMAGEBLIT
Anatolij Gustschinf4130702012-03-13 14:13:57 +01002240 select FB_CFB_REV_PIXELS_IN_BYTE
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002241 ---help---
2242 This is the frame buffer device driver for the TI LCD controller
2243 found on DA8xx/OMAP-L1xx SoCs.
2244 If unsure, say N.
2245
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246config FB_VIRTUAL
2247 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
2248 depends on FB
Antonino A. Daplas87b48842007-05-08 00:39:01 -07002249 select FB_SYS_FILLRECT
2250 select FB_SYS_COPYAREA
2251 select FB_SYS_IMAGEBLIT
Antonino A. Daplas52102c02007-05-08 00:39:07 -07002252 select FB_SYS_FOPS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253 ---help---
2254 This is a `virtual' frame buffer device. It operates on a chunk of
2255 unswappable kernel memory instead of on the memory of a graphics
2256 board. This means you cannot see any output sent to this frame
2257 buffer device, while it does consume precious memory. The main use
2258 of this frame buffer device is testing and debugging the frame
2259 buffer subsystem. Do NOT enable it for normal systems! To protect
2260 the innocent, it has to be enabled explicitly at boot time using the
2261 kernel option `video=vfb:'.
2262
2263 To compile this driver as a module, choose M here: the
Mike Frysinger66cf7512006-10-03 01:14:41 -07002264 module will be called vfb. In order to load it, you must use
2265 the vfb_enable=1 option.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266
2267 If unsure, say N.
James Simmonse0e34ef2007-02-10 14:15:43 +00002268
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002269config XEN_FBDEV_FRONTEND
2270 tristate "Xen virtual frame buffer support"
2271 depends on FB && XEN
2272 select FB_SYS_FILLRECT
2273 select FB_SYS_COPYAREA
2274 select FB_SYS_IMAGEBLIT
2275 select FB_SYS_FOPS
2276 select FB_DEFERRED_IO
Andrew Jones4bc25af2012-01-06 10:43:09 +01002277 select INPUT_XEN_KBDDEV_FRONTEND
Konrad Rzeszutek Wilkba69ea42009-10-08 13:23:08 -04002278 select XEN_XENBUS_FRONTEND
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002279 default y
2280 help
2281 This driver implements the front-end of the Xen virtual
2282 frame buffer driver. It communicates with a back-end
2283 in another domain.
2284
Jaya Kumare9355082008-08-19 11:17:55 +01002285config FB_METRONOME
2286 tristate "E-Ink Metronome/8track controller support"
2287 depends on FB
2288 select FB_SYS_FILLRECT
2289 select FB_SYS_COPYAREA
2290 select FB_SYS_IMAGEBLIT
2291 select FB_SYS_FOPS
2292 select FB_DEFERRED_IO
2293 help
2294 This driver implements support for the E-Ink Metronome
2295 controller. The pre-release name for this device was 8track
2296 and could also have been called by some vendors as PVI-nnnn.
2297
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002298config FB_MB862XX
2299 tristate "Fujitsu MB862xx GDC support"
2300 depends on FB
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002301 depends on PCI || (OF && PPC)
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002302 select FB_CFB_FILLRECT
2303 select FB_CFB_COPYAREA
2304 select FB_CFB_IMAGEBLIT
2305 ---help---
2306 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.
2307
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002308choice
2309 prompt "GDC variant"
2310 depends on FB_MB862XX
2311
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002312config FB_MB862XX_PCI_GDC
2313 bool "Carmine/Coral-P(A) GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002314 depends on PCI
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002315 ---help---
2316 This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
2317 PCI graphics controller devices.
2318
2319config FB_MB862XX_LIME
2320 bool "Lime GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002321 depends on OF && PPC
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002322 select FB_FOREIGN_ENDIAN
2323 select FB_LITTLE_ENDIAN
2324 ---help---
2325 Framebuffer support for Fujitsu Lime GDC on host CPU bus.
2326
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002327endchoice
2328
Anatolij Gustschinf8a6b1f2011-05-24 15:19:48 +02002329config FB_MB862XX_I2C
2330 bool "Support I2C bus on MB862XX GDC"
2331 depends on FB_MB862XX && I2C
2332 default y
2333 help
2334 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
2335 driver to support accessing I2C devices on controller's I2C bus.
2336 These are usually some video decoder chips.
2337
Ryan Mallon88017bd2009-09-22 16:47:09 -07002338config FB_EP93XX
2339 tristate "EP93XX frame buffer support"
2340 depends on FB && ARCH_EP93XX
2341 select FB_CFB_FILLRECT
2342 select FB_CFB_COPYAREA
2343 select FB_CFB_IMAGEBLIT
2344 ---help---
2345 Framebuffer driver for the Cirrus Logic EP93XX series of processors.
2346 This driver is also available as a module. The module will be called
2347 ep93xx-fb.
2348
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002349config FB_PRE_INIT_FB
2350 bool "Don't reinitialize, use bootloader's GDC/Display configuration"
Guennadi Liakhovetski93f40e62009-11-11 14:26:47 -08002351 depends on FB && FB_MB862XX_LIME
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002352 ---help---
2353 Select this option if display contents should be inherited as set by
2354 the bootloader.
2355
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002356config FB_MX3
Guennadi Liakhovetski6e1588c2009-02-26 21:34:28 +01002357 tristate "MX3 Framebuffer support"
2358 depends on FB && MX3_IPU
2359 select FB_CFB_FILLRECT
2360 select FB_CFB_COPYAREA
2361 select FB_CFB_IMAGEBLIT
2362 default y
2363 help
2364 This is a framebuffer device for the i.MX31 LCD Controller. So
2365 far only synchronous displays are supported. If you plan to use
2366 an LCD display with your i.MX31 system, say Y here.
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002367
Jaya Kumar0d4ff4d2009-01-01 17:49:19 +01002368config FB_BROADSHEET
2369 tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
2370 depends on FB
2371 select FB_SYS_FILLRECT
2372 select FB_SYS_COPYAREA
2373 select FB_SYS_IMAGEBLIT
2374 select FB_SYS_FOPS
2375 select FB_DEFERRED_IO
2376 help
2377 This driver implements support for the E-Ink Broadsheet
2378 controller. The release name for this device was Epson S1D13521
2379 and could also have been called by other names when coupled with
2380 a bridge adapter.
2381
Lars-Peter Clausen7a92d542010-07-17 11:14:34 +00002382config FB_JZ4740
2383 tristate "JZ4740 LCD framebuffer support"
2384 depends on FB && MACH_JZ4740
2385 select FB_SYS_FILLRECT
2386 select FB_SYS_COPYAREA
2387 select FB_SYS_IMAGEBLIT
2388 help
2389 Framebuffer support for the JZ4740 SoC.
2390
Sascha Hauerf0a523b2011-01-14 15:22:31 +01002391config FB_MXS
2392 tristate "MXS LCD framebuffer support"
2393 depends on FB && ARCH_MXS
2394 select FB_CFB_FILLRECT
2395 select FB_CFB_COPYAREA
2396 select FB_CFB_IMAGEBLIT
2397 help
2398 Framebuffer support for the MXS SoC.
2399
GuanXuetaoce443ab2011-02-26 21:39:10 +08002400config FB_PUV3_UNIGFX
2401 tristate "PKUnity v3 Unigfx framebuffer support"
2402 depends on FB && UNICORE32 && ARCH_PUV3
2403 select FB_SYS_FILLRECT
2404 select FB_SYS_COPYAREA
2405 select FB_SYS_IMAGEBLIT
2406 select FB_SYS_FOPS
2407 help
2408 Choose this option if you want to use the Unigfx device as a
2409 framebuffer device. Without the support of PCI & AGP.
2410
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002411source "drivers/video/msm/Kconfig"
2412
Randy Dunlapf08f3892007-10-29 14:37:16 -07002413source "drivers/video/omap/Kconfig"
Tomi Valkeinenafedec12009-08-07 12:01:55 +03002414source "drivers/video/omap2/Kconfig"
Donghwa Lee7258cc12012-02-08 12:47:39 -08002415source "drivers/video/exynos/Kconfig"
Randy Dunlap179b0252007-10-16 01:29:39 -07002416source "drivers/video/backlight/Kconfig"
Randy Dunlap179b0252007-10-16 01:29:39 -07002417
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418if VT
2419 source "drivers/video/console/Kconfig"
2420endif
2421
2422if FB || SGI_NEWPORT_CONSOLE
2423 source "drivers/video/logo/Kconfig"
2424endif
2425
Kuninori Morimotof363afc2012-03-20 18:27:08 -07002426config FB_SH_MOBILE_MERAM
2427 tristate "SuperH Mobile MERAM read ahead support"
2428 depends on (SUPERH || ARCH_SHMOBILE)
2429 select GENERIC_ALLOCATOR
2430 ---help---
2431 Enable MERAM support for the SuperH controller.
2432
2433 This will allow for caching of the framebuffer to provide more
2434 reliable access under heavy main memory bus traffic situations.
2435 Up to 4 memory channels can be configured, allowing 4 RGB or
2436 2 YCbCr framebuffers to be configured.
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438endmenu