blob: 22262a3a0e2df673e342fbe800526dab5983bd3a [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
Terje Bergstrom75471682013-03-22 16:34:01 +020022source "drivers/gpu/host1x/Kconfig"
23
Thierry Redingdee82682013-10-09 10:32:49 +020024source "drivers/gpu/drm/Kconfig"
25
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070026config VGASTATE
27 tristate
28 default n
29
Luming Yu23b0f012007-05-09 21:07:05 +080030config VIDEO_OUTPUT_CONTROL
31 tristate "Lowlevel video output switch controls"
Luming Yu23b0f012007-05-09 21:07:05 +080032 help
33 This framework adds support for low-level control of the video
34 output switch.
35
Tomi Valkeinena38884f2013-03-12 10:15:43 +020036config VIDEOMODE_HELPERS
37 bool
Steffen Trumtrarcc3f4142012-10-04 15:32:52 +020038
Thierry Redingf142d3b2012-11-21 15:29:29 +010039config HDMI
40 bool
41
Randy Dunlap179b0252007-10-16 01:29:39 -070042menuconfig FB
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 tristate "Support for frame buffer devices"
44 ---help---
45 The frame buffer device provides an abstraction for the graphics
46 hardware. It represents the frame buffer of some video hardware and
47 allows application software to access the graphics hardware through
48 a well-defined interface, so the software doesn't need to know
49 anything about the low-level (hardware register) stuff.
50
51 Frame buffer devices work identically across the different
52 architectures supported by Linux and make the implementation of
53 application programs easier and more portable; at this point, an X
54 server exists which uses the frame buffer device exclusively.
55 On several non-X86 architectures, the frame buffer device is the
56 only way to use the graphics hardware.
57
58 The device is accessed through special device nodes, usually located
59 in the /dev directory, i.e. /dev/fb*.
60
61 You need an utility program called fbset to make full use of frame
62 buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
63 and the Framebuffer-HOWTO at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +020064 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 information.
66
67 Say Y here and to the driver for your graphics board below if you
68 are compiling a kernel for a non-x86 architecture.
69
70 If you are compiling for the x86 architecture, you can say Y if you
71 want to play with it, but it is not essential. Please note that
72 running graphical applications that directly touch the hardware
73 (e.g. an accelerated X server) and that are not frame buffer
74 device-aware may cause unexpected results. If unsure, say N.
75
James Simmonse0e34ef72007-02-10 14:15:43 +000076config FIRMWARE_EDID
77 bool "Enable firmware EDID"
78 depends on FB
79 default n
80 ---help---
81 This enables access to the EDID transferred from the firmware.
82 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
83 transfers do not work for your driver and if you are using
84 nvidiafb, i810fb or savagefb.
85
86 In general, choosing Y for this option is safe. If you
87 experience extremely long delays while booting before you get
88 something on your display, try setting this to N. Matrox cards in
89 combination with certain motherboards and monitors are known to
90 suffer from this problem.
91
Dennis Munsiefc5891c2006-10-03 01:14:42 -070092config FB_DDC
93 tristate
James Simmonse0e34ef72007-02-10 14:15:43 +000094 depends on FB
95 select I2C_ALGOBIT
96 select I2C
Dennis Munsiefc5891c2006-10-03 01:14:42 -070097 default n
98
Michal Januszewski4d31a2b2008-10-15 22:03:51 -070099config FB_BOOT_VESA_SUPPORT
100 bool
101 depends on FB
102 default n
103 ---help---
104 If true, at least one selected framebuffer driver can take advantage
105 of VESA video modes set at an early boot stage via the vga= parameter.
106
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107config FB_CFB_FILLRECT
108 tristate
109 depends on FB
110 default n
111 ---help---
112 Include the cfb_fillrect function for generic software rectangle
113 filling. This is used by drivers that don't provide their own
114 (accelerated) version.
115
116config FB_CFB_COPYAREA
117 tristate
118 depends on FB
119 default n
120 ---help---
121 Include the cfb_copyarea function for generic software area copying.
122 This is used by drivers that don't provide their own (accelerated)
123 version.
124
125config FB_CFB_IMAGEBLIT
126 tristate
127 depends on FB
128 default n
129 ---help---
130 Include the cfb_imageblit function for generic software image
131 blitting. This is used by drivers that don't provide their own
132 (accelerated) version.
133
Pavel Pisa779121e2007-10-16 01:29:21 -0700134config FB_CFB_REV_PIXELS_IN_BYTE
135 bool
136 depends on FB
137 default n
138 ---help---
139 Allow generic frame-buffer functions to work on displays with 1, 2
140 and 4 bits per pixel depths which has opposite order of pixels in
141 byte order to bytes in long order.
142
Antonino A. Daplas68648ed2007-05-08 00:38:57 -0700143config FB_SYS_FILLRECT
144 tristate
145 depends on FB
146 default n
147 ---help---
148 Include the sys_fillrect function for generic software rectangle
149 filling. This is used by drivers that don't provide their own
150 (accelerated) version and the framebuffer is in system RAM.
151
152config FB_SYS_COPYAREA
153 tristate
154 depends on FB
155 default n
156 ---help---
157 Include the sys_copyarea function for generic software area copying.
158 This is used by drivers that don't provide their own (accelerated)
159 version and the framebuffer is in system RAM.
160
161config FB_SYS_IMAGEBLIT
162 tristate
163 depends on FB
164 default n
165 ---help---
166 Include the sys_imageblit function for generic software image
167 blitting. This is used by drivers that don't provide their own
168 (accelerated) version and the framebuffer is in system RAM.
169
Anton Vorontsove4c690e2008-04-28 02:14:49 -0700170menuconfig FB_FOREIGN_ENDIAN
171 bool "Framebuffer foreign endianness support"
172 depends on FB
173 ---help---
174 This menu will let you enable support for the framebuffers with
175 non-native endianness (e.g. Little-Endian framebuffer on a
176 Big-Endian machine). Most probably you don't have such hardware,
177 so it's safe to say "n" here.
178
179choice
180 prompt "Choice endianness support"
181 depends on FB_FOREIGN_ENDIAN
182
183config FB_BOTH_ENDIAN
184 bool "Support for Big- and Little-Endian framebuffers"
185
186config FB_BIG_ENDIAN
187 bool "Support for Big-Endian framebuffers only"
188
189config FB_LITTLE_ENDIAN
190 bool "Support for Little-Endian framebuffers only"
191
192endchoice
193
Antonino A. Daplas09aaf262007-05-08 00:39:03 -0700194config FB_SYS_FOPS
195 tristate
196 depends on FB
197 default n
198
Jaya Kumar60b59be2007-05-08 00:37:37 -0700199config FB_DEFERRED_IO
200 bool
201 depends on FB
Jaya Kumar60b59be2007-05-08 00:37:37 -0700202
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700203config FB_HECUBA
204 tristate
205 depends on FB
206 depends on FB_DEFERRED_IO
207
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800208config FB_SVGALIB
209 tristate
210 depends on FB
211 default n
212 ---help---
213 Common utility functions useful to fbdev drivers of VGA-based
214 cards.
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216config FB_MACMODES
217 tristate
218 depends on FB
219 default n
220
Michael Hanselmann5474c122006-06-25 05:47:08 -0700221config FB_BACKLIGHT
Michael Hanselmann4b755992006-07-30 03:04:19 -0700222 bool
223 depends on FB
224 select BACKLIGHT_LCD_SUPPORT
225 select BACKLIGHT_CLASS_DEVICE
226 default n
Michael Hanselmann5474c122006-06-25 05:47:08 -0700227
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228config FB_MODE_HELPERS
229 bool "Enable Video Mode Handling Helpers"
230 depends on FB
231 default n
232 ---help---
233 This enables functions for handling video modes using the
234 Generalized Timing Formula and the EDID parser. A few drivers rely
235 on this feature such as the radeonfb, rivafb, and the i810fb. If
236 your driver does not take advantage of this feature, choosing Y will
237 just increase the kernel size by about 5K.
238
239config FB_TILEBLITTING
240 bool "Enable Tile Blitting Support"
241 depends on FB
242 default n
243 ---help---
244 This enables tile blitting. Tile blitting is a drawing technique
245 where the screen is divided into rectangular sections (tiles), whereas
246 the standard blitting divides the screen into pixels. Because the
247 default drawing element is a tile, drawing functions will be passed
248 parameters in terms of number of tiles instead of number of pixels.
249 For example, to draw a single character, instead of using bitmaps,
250 an index to an array of bitmaps will be used. To clear or move a
251 rectangular section of a screen, the rectangle will be described in
252 terms of number of tiles in the x- and y-axis.
253
254 This is particularly important to one driver, matroxfb. If
255 unsure, say N.
256
Miguel Ojeda10ccaf42007-04-23 14:41:09 -0700257comment "Frame buffer hardware drivers"
James Simmonse0e34ef72007-02-10 14:15:43 +0000258 depends on FB
259
Kristoffer Glemboa4b8f972011-07-05 09:29:19 +0200260config FB_GRVGA
261 tristate "Aeroflex Gaisler framebuffer support"
262 depends on FB && SPARC
263 select FB_CFB_FILLRECT
264 select FB_CFB_COPYAREA
265 select FB_CFB_IMAGEBLIT
266 ---help---
267 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
268
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269config FB_CIRRUS
270 tristate "Cirrus Logic support"
271 depends on FB && (ZORRO || PCI)
272 select FB_CFB_FILLRECT
273 select FB_CFB_COPYAREA
274 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 ---help---
276 This enables support for Cirrus Logic GD542x/543x based boards on
277 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
278
279 If you have a PCI-based system, this enables support for these
280 chips: GD-543x, GD-544x, GD-5480.
281
282 Please read the file <file:Documentation/fb/cirrusfb.txt>.
283
284 Say N unless you have such a graphics board or plan to get one
285 before you next recompile the kernel.
286
287config FB_PM2
288 tristate "Permedia2 support"
289 depends on FB && ((AMIGA && BROKEN) || PCI)
290 select FB_CFB_FILLRECT
291 select FB_CFB_COPYAREA
292 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700294 This is the frame buffer device driver for cards based on
295 the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
296 The driver was tested on the following cards:
297 Diamond FireGL 1000 PRO AGP
298 ELSA Gloria Synergy PCI
299 Appian Jeronimo PRO (both heads) PCI
300 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI
301 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
302 ASK Graphic Blaster Exxtreme AGP
303
304 To compile this driver as a module, choose M here: the
305 module will be called pm2fb.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306
307config FB_PM2_FIFO_DISCONNECT
308 bool "enable FIFO disconnect feature"
309 depends on FB_PM2 && PCI
310 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -0700311 Support the Permedia2 FIFO disconnect feature.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
313config FB_ARMCLCD
314 tristate "ARM PrimeCell PL110 support"
Mark Brownc3235bf2013-12-12 17:13:10 +0000315 depends on ARM || ARM64 || COMPILE_TEST
316 depends on FB && ARM_AMBA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 select FB_CFB_FILLRECT
318 select FB_CFB_COPYAREA
319 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 help
321 This framebuffer device driver is for the ARM PrimeCell PL110
322 Colour LCD controller. ARM PrimeCells provide the building
323 blocks for System on a Chip devices.
324
325 If you want to compile this as a module (=code which can be
326 inserted into and removed from the running kernel), say M
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +0500327 here and read <file:Documentation/kbuild/modules.txt>. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 will be called amba-clcd.
329
330config FB_ACORN
331 bool "Acorn VIDC support"
Russell King635f0252008-10-28 09:43:54 +0000332 depends on (FB = y) && ARM && ARCH_ACORN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 select FB_CFB_FILLRECT
334 select FB_CFB_COPYAREA
335 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 help
337 This is the frame buffer device driver for the Acorn VIDC graphics
338 hardware found in Acorn RISC PCs and other ARM-based machines. If
339 unsure, say N.
340
341config FB_CLPS711X
342 bool "CLPS711X LCD support"
343 depends on (FB = y) && ARM && ARCH_CLPS711X
344 select FB_CFB_FILLRECT
345 select FB_CFB_COPYAREA
346 select FB_CFB_IMAGEBLIT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800347 help
348 Say Y to enable the Framebuffer driver for the CLPS7111 and
349 EP7212 processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350
351config FB_SA1100
352 bool "SA-1100 LCD support"
353 depends on (FB = y) && ARM && ARCH_SA1100
354 select FB_CFB_FILLRECT
355 select FB_CFB_COPYAREA
356 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 help
358 This is a framebuffer device for the SA-1100 LCD Controller.
359 See <http://www.linux-fbdev.org/> for information on framebuffer
360 devices.
361
362 If you plan to use the LCD display with your SA-1100 system, say
363 Y here.
364
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700365config FB_IMX
Fabio Estevamd04d2682013-02-21 16:42:24 -0800366 tristate "Freescale i.MX1/21/25/27 LCD support"
Sascha Hauerf142b612011-03-03 15:12:44 +0100367 depends on FB && IMX_HAVE_PLATFORM_IMX_FB
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700368 select FB_CFB_FILLRECT
369 select FB_CFB_COPYAREA
370 select FB_CFB_IMAGEBLIT
Markus Pargmann1b6c7932013-05-26 12:35:38 +0200371 select FB_MODE_HELPERS
372 select VIDEOMODE_HELPERS
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700373
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374config FB_CYBER2000
375 tristate "CyberPro 2000/2010/5000 support"
376 depends on FB && PCI && (BROKEN || !SPARC64)
377 select FB_CFB_FILLRECT
378 select FB_CFB_COPYAREA
379 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 help
381 This enables support for the Integraphics CyberPro 20x0 and 5000
382 VGA chips used in the Rebel.com Netwinder and other machines.
383 Say Y if you have a NetWinder or a graphics card containing this
384 device, otherwise say N.
385
Ondrej Zarye5dedf82010-08-11 21:48:03 +0200386config FB_CYBER2000_DDC
387 bool "DDC for CyberPro support"
388 depends on FB_CYBER2000
389 select FB_DDC
390 default y
391 help
392 Say Y here if you want DDC support for your CyberPro graphics
393 card. This is only I2C bus support, driver does not use EDID.
394
Russell Kingb7ca01a2010-08-02 09:57:07 +0100395config FB_CYBER2000_I2C
396 bool "CyberPro 2000/2010/5000 I2C support"
397 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
398 select I2C_ALGOBIT
399 help
400 Enable support for the I2C video decoder interface on the
401 Integraphics CyberPro 20x0 and 5000 VGA chips. This is used
402 on the Netwinder machines for the SAA7111 video capture.
403
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404config FB_APOLLO
405 bool
406 depends on (FB = y) && APOLLO
407 default y
408 select FB_CFB_FILLRECT
409 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
411config FB_Q40
412 bool
413 depends on (FB = y) && Q40
414 default y
415 select FB_CFB_FILLRECT
416 select FB_CFB_COPYAREA
417 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418
419config FB_AMIGA
420 tristate "Amiga native chipset support"
421 depends on FB && AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 help
423 This is the frame buffer device driver for the builtin graphics
424 chipset found in Amigas.
425
426 To compile this driver as a module, choose M here: the
427 module will be called amifb.
428
429config FB_AMIGA_OCS
430 bool "Amiga OCS chipset support"
431 depends on FB_AMIGA
432 help
433 This enables support for the original Agnus and Denise video chips,
434 found in the Amiga 1000 and most A500's and A2000's. If you intend
435 to run Linux on any of these systems, say Y; otherwise say N.
436
437config FB_AMIGA_ECS
438 bool "Amiga ECS chipset support"
439 depends on FB_AMIGA
440 help
441 This enables support for the Enhanced Chip Set, found in later
442 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
443 you intend to run Linux on any of these systems, say Y; otherwise
444 say N.
445
446config FB_AMIGA_AGA
447 bool "Amiga AGA chipset support"
448 depends on FB_AMIGA
449 help
450 This enables support for the Advanced Graphics Architecture (also
451 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
452 and CD32. If you intend to run Linux on any of these systems, say Y;
453 otherwise say N.
454
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455config FB_FM2
456 bool "Amiga FrameMaster II/Rainbow II support"
457 depends on (FB = y) && ZORRO
458 select FB_CFB_FILLRECT
459 select FB_CFB_COPYAREA
460 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 help
462 This is the frame buffer device driver for the Amiga FrameMaster
463 card from BSC (exhibited 1992 but not shipped as a CBM product).
464
Jaya Kumar1154ea72005-06-21 17:17:04 -0700465config FB_ARC
466 tristate "Arc Monochrome LCD board support"
467 depends on FB && X86
Antonino A. Daplas922e6f92007-05-08 00:38:58 -0700468 select FB_SYS_FILLRECT
469 select FB_SYS_COPYAREA
470 select FB_SYS_IMAGEBLIT
Antonino A. Daplasd9a05f12007-05-08 00:39:04 -0700471 select FB_SYS_FOPS
Jaya Kumar1154ea72005-06-21 17:17:04 -0700472 help
473 This enables support for the Arc Monochrome LCD board. The board
474 is based on the KS-108 lcd controller and is typically a matrix
475 of 2*n chips. This driver was tested with a 128x64 panel. This
476 driver supports it for use with x86 SBCs through a 16 bit GPIO
Matt LaPlante09509602006-10-03 22:31:37 +0200477 interface (8 bit data, 8 bit control). If you anticipate using
Jaya Kumar1154ea72005-06-21 17:17:04 -0700478 this driver, say Y or M; otherwise say N. You must specify the
479 GPIO IO address to be used for setting control and data.
480
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481config FB_ATARI
482 bool "Atari native chipset support"
Michael Schmitza1005012007-05-01 22:32:39 +0200483 depends on (FB = y) && ATARI
484 select FB_CFB_FILLRECT
485 select FB_CFB_COPYAREA
486 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 help
488 This is the frame buffer device driver for the builtin graphics
489 chipset found in Ataris.
490
491config FB_OF
492 bool "Open Firmware frame buffer device support"
Stephen Rothwellbed59272007-03-04 17:04:44 +1100493 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 select FB_CFB_FILLRECT
495 select FB_CFB_COPYAREA
496 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 select FB_MACMODES
498 help
499 Say Y if you want support with Open Firmware for your graphics
500 board.
501
502config FB_CONTROL
503 bool "Apple \"control\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700504 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 select FB_CFB_FILLRECT
506 select FB_CFB_COPYAREA
507 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 select FB_MACMODES
509 help
510 This driver supports a frame buffer for the graphics adapter in the
511 Power Macintosh 7300 and others.
512
513config FB_PLATINUM
514 bool "Apple \"platinum\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700515 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 select FB_CFB_FILLRECT
517 select FB_CFB_COPYAREA
518 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 select FB_MACMODES
520 help
521 This driver supports a frame buffer for the "platinum" graphics
522 adapter in some Power Macintoshes.
523
524config FB_VALKYRIE
525 bool "Apple \"valkyrie\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700526 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527 select FB_CFB_FILLRECT
528 select FB_CFB_COPYAREA
529 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 select FB_MACMODES
531 help
532 This driver supports a frame buffer for the "valkyrie" graphics
533 adapter in some Power Macintoshes.
534
535config FB_CT65550
536 bool "Chips 65550 display support"
Randy Dunlap0f8c02342007-11-14 16:58:45 -0800537 depends on (FB = y) && PPC32 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 select FB_CFB_FILLRECT
539 select FB_CFB_COPYAREA
540 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 help
542 This is the frame buffer device driver for the Chips & Technologies
543 65550 graphics chip in PowerBooks.
544
545config FB_ASILIANT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800546 bool "Asiliant (Chips) 69000 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 depends on (FB = y) && PCI
548 select FB_CFB_FILLRECT
549 select FB_CFB_COPYAREA
550 select FB_CFB_IMAGEBLIT
Antonino A. Daplas4de0b1e2006-04-27 18:40:47 -0700551 help
552 This is the frame buffer device driver for the Asiliant 69030 chipset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553
554config FB_IMSTT
555 bool "IMS Twin Turbo display support"
556 depends on (FB = y) && PCI
557 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 select FB_MACMODES if PPC
559 help
560 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
561 many Macintosh and compatible computers.
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563config FB_VGA16
564 tristate "VGA 16-color graphics support"
565 depends on FB && (X86 || PPC)
566 select FB_CFB_FILLRECT
567 select FB_CFB_COPYAREA
568 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700569 select VGASTATE
Antonino A. Daplasd60d2d82007-05-08 00:39:12 -0700570 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 help
572 This is the frame buffer device driver for VGA 16 color graphic
573 cards. Say Y if you have such a card.
574
575 To compile this driver as a module, choose M here: the
576 module will be called vga16fb.
577
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700578config FB_BF54X_LQ043
579 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)"
Mike Frysingere7a05aa2008-04-28 02:15:47 -0700580 depends on FB && (BF54x) && !BF542
Michael Henneriche9fa7c42007-10-16 01:29:38 -0700581 select FB_CFB_FILLRECT
582 select FB_CFB_COPYAREA
583 select FB_CFB_IMAGEBLIT
584 help
585 This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD
586
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700587config FB_BFIN_T350MCQB
588 tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)"
589 depends on FB && BLACKFIN
590 select BFIN_GPTIMERS
591 select FB_CFB_FILLRECT
592 select FB_CFB_COPYAREA
593 select FB_CFB_IMAGEBLIT
594 help
595 This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD
596 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI
597 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK.
598
Michael Hennerich9cfe4a92009-12-15 16:46:21 -0800599config FB_BFIN_LQ035Q1
600 tristate "SHARP LQ035Q1DH02 TFT LCD"
601 depends on FB && BLACKFIN && SPI
602 select FB_CFB_FILLRECT
603 select FB_CFB_COPYAREA
604 select FB_CFB_IMAGEBLIT
605 select BFIN_GPTIMERS
606 help
607 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
608 the Blackfin Landscape LCD EZ-Extender Card.
609 This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
610 It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
611
612 To compile this driver as a module, choose M here: the
613 module will be called bfin-lq035q1-fb.
Michael Hennerich99eeed47a2008-03-10 11:44:04 -0700614
Michael Hennerichdbcc4652010-11-24 09:33:58 +0000615config FB_BF537_LQ035
616 tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
617 depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
618 select FB_CFB_FILLRECT
619 select FB_CFB_COPYAREA
620 select FB_CFB_IMAGEBLIT
621 select BFIN_GPTIMERS
622 help
623 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
624 attached to a BF537.
625
626 To compile this driver as a module, choose M here: the
627 module will be called bf537-lq035.
628
Michael Hennerichcffd9342010-11-24 09:33:59 +0000629config FB_BFIN_7393
630 tristate "Blackfin ADV7393 Video encoder"
631 depends on FB && BLACKFIN
632 select I2C
633 select FB_CFB_FILLRECT
634 select FB_CFB_COPYAREA
635 select FB_CFB_IMAGEBLIT
636 help
637 This is the framebuffer device for a ADV7393 video encoder
638 attached to a Blackfin on the PPI port.
639 If your Blackfin board has a ADV7393 select Y.
640
641 To compile this driver as a module, choose M here: the
642 module will be called bfin_adv7393fb.
643
644choice
645 prompt "Video mode support"
646 depends on FB_BFIN_7393
647 default NTSC
648
649config NTSC
650 bool 'NTSC 720x480'
651
652config PAL
653 bool 'PAL 720x576'
654
655config NTSC_640x480
656 bool 'NTSC 640x480 (Experimental)'
657
658config PAL_640x480
659 bool 'PAL 640x480 (Experimental)'
660
661config NTSC_YCBCR
662 bool 'NTSC 720x480 YCbCR input'
663
664config PAL_YCBCR
665 bool 'PAL 720x576 YCbCR input'
666
667endchoice
668
669choice
670 prompt "Size of ADV7393 frame buffer memory Single/Double Size"
671 depends on (FB_BFIN_7393)
672 default ADV7393_1XMEM
673
674config ADV7393_1XMEM
675 bool 'Single'
676
677config ADV7393_2XMEM
678 bool 'Double'
679endchoice
680
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681config FB_STI
682 tristate "HP STI frame buffer device support"
683 depends on FB && PARISC
684 select FB_CFB_FILLRECT
685 select FB_CFB_COPYAREA
686 select FB_CFB_IMAGEBLIT
Alexander Beregalov17085a92009-04-03 13:33:32 +0000687 select STI_CONSOLE
688 select VT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 default y
690 ---help---
691 STI refers to the HP "Standard Text Interface" which is a set of
692 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
693 Enabling this option will implement the linux framebuffer device
694 using calls to the STI BIOS routines for initialisation.
695
696 If you enable this option, you will get a planar framebuffer device
697 /dev/fb which will work on the most common HP graphic cards of the
698 NGLE family, including the artist chips (in the 7xx and Bxxx series),
699 HCRX, HCRX24, CRX, CRX24 and VisEG series.
700
701 It is safe to enable this option, so you should probably say "Y".
702
703config FB_MAC
704 bool "Generic Macintosh display support"
705 depends on (FB = y) && MAC
706 select FB_CFB_FILLRECT
707 select FB_CFB_COPYAREA
708 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 select FB_MACMODES
710
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711config FB_HP300
712 bool
Geert Uytterhoevenad7e4842008-05-18 20:47:09 +0200713 depends on (FB = y) && DIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715 default y
716
717config FB_TGA
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700718 tristate "TGA/SFB+ framebuffer support"
719 depends on FB && (ALPHA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 select FB_CFB_FILLRECT
721 select FB_CFB_COPYAREA
722 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800723 select BITREVERSE
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700724 ---help---
725 This is the frame buffer device driver for generic TGA and SFB+
726 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
727 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
728 TURBOchannel cards, also known as PMAGD-A, -B and -C.
729
730 Due to hardware limitations ZLX-E2 and E3 cards are not supported
731 for DECstation 5000/200 systems. Additionally due to firmware
732 limitations these cards may cause troubles with booting DECstation
733 5000/240 and /260 systems, but are fully supported under Linux if
734 you manage to get it going. ;-)
735
736 Say Y if you have one of those.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
Michal Januszewski8bdb3a22007-10-16 01:28:26 -0700738config FB_UVESA
739 tristate "Userspace VESA VGA graphics support"
740 depends on FB && CONNECTOR
741 select FB_CFB_FILLRECT
742 select FB_CFB_COPYAREA
743 select FB_CFB_IMAGEBLIT
744 select FB_MODE_HELPERS
745 help
746 This is the frame buffer driver for generic VBE 2.0 compliant
747 graphic cards. It can also take advantage of VBE 3.0 features,
748 such as refresh rate adjustment.
749
750 This driver generally provides more features than vesafb but
751 requires a userspace helper application called 'v86d'. See
752 <file:Documentation/fb/uvesafb.txt> for more information.
753
754 If unsure, say N.
755
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756config FB_VESA
757 bool "VESA VGA graphics support"
Brian Gerst0d078f62005-10-30 14:59:20 -0800758 depends on (FB = y) && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 select FB_CFB_FILLRECT
760 select FB_CFB_COPYAREA
761 select FB_CFB_IMAGEBLIT
Michal Januszewski4d31a2b2008-10-15 22:03:51 -0700762 select FB_BOOT_VESA_SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 help
764 This is the frame buffer device driver for generic VESA 2.0
765 compliant graphic cards. The older VESA 1.2 cards are not supported.
766 You will get a boot time penguin logo at no additional cost. Please
767 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
768
Huang, Ying7c831722007-11-28 16:21:55 -0800769config FB_EFI
770 bool "EFI-based Framebuffer Support"
Edgar Hucekb64ef8a2006-08-13 23:24:16 -0700771 depends on (FB = y) && X86 && EFI
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700772 select FB_CFB_FILLRECT
773 select FB_CFB_COPYAREA
774 select FB_CFB_IMAGEBLIT
775 help
Peter Jones7c08c9a2008-10-15 22:03:43 -0700776 This is the EFI frame buffer device driver. If the firmware on
777 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for
778 using the EFI framebuffer as your console.
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700779
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700780config FB_N411
781 tristate "N411 Apollo/Hecuba devkit support"
Jaya Kumaraad09e52007-05-08 00:37:43 -0700782 depends on FB && X86 && MMU
Antonino A. Daplasd6774932007-05-08 00:39:00 -0700783 select FB_SYS_FILLRECT
784 select FB_SYS_COPYAREA
785 select FB_SYS_IMAGEBLIT
Antonino A. Daplas28d45642007-05-08 00:39:06 -0700786 select FB_SYS_FOPS
Jaya Kumaraad09e52007-05-08 00:37:43 -0700787 select FB_DEFERRED_IO
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700788 select FB_HECUBA
Jaya Kumaraad09e52007-05-08 00:37:43 -0700789 help
Jaya Kumar0e27aa32008-04-28 02:15:40 -0700790 This enables support for the Apollo display controller in its
791 Hecuba form using the n411 devkit.
Jaya Kumaraad09e52007-05-08 00:37:43 -0700792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793config FB_HGA
794 tristate "Hercules mono graphics support"
795 depends on FB && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 help
797 Say Y here if you have a Hercules mono graphics card.
798
799 To compile this driver as a module, choose M here: the
800 module will be called hgafb.
801
Brent Cook529ed802010-12-31 05:56:50 +0000802 As this card technology is at least 25 years old,
803 most people will answer N here.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805config FB_SGIVW
806 tristate "SGI Visual Workstation framebuffer support"
807 depends on FB && X86_VISWS
808 select FB_CFB_FILLRECT
809 select FB_CFB_COPYAREA
810 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 help
812 SGI Visual Workstation support for framebuffer graphics.
813
814config FB_GBE
815 bool "SGI Graphics Backend frame buffer support"
816 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
817 select FB_CFB_FILLRECT
818 select FB_CFB_COPYAREA
819 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 help
821 This is the frame buffer device driver for SGI Graphics Backend.
822 This chip is used in SGI O2 and Visual Workstation 320/540.
823
824config FB_GBE_MEM
825 int "Video memory size in MB"
826 depends on FB_GBE
Martin Michlmayr80c410d2006-02-24 13:04:16 -0800827 default 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 help
829 This is the amount of memory reserved for the framebuffer,
830 which can be any value between 1MB and 8MB.
831
Mark Fortescue1a571982005-11-29 19:34:44 -0800832config FB_SBUS
833 bool "SBUS and UPA framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -0800834 depends on (FB = y) && SPARC
Mark Fortescue1a571982005-11-29 19:34:44 -0800835 help
836 Say Y if you want support for SBUS or UPA based frame buffer device.
837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838config FB_BW2
839 bool "BWtwo support"
Adrian Bunke0196302007-02-12 00:54:50 -0800840 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 select FB_CFB_FILLRECT
842 select FB_CFB_COPYAREA
843 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 help
845 This is the frame buffer device driver for the BWtwo frame buffer.
846
847config FB_CG3
848 bool "CGthree support"
Adrian Bunke0196302007-02-12 00:54:50 -0800849 depends on (FB = y) && (SPARC && FB_SBUS)
Mark Fortescue1a571982005-11-29 19:34:44 -0800850 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 select FB_CFB_COPYAREA
852 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 help
854 This is the frame buffer device driver for the CGthree frame buffer.
855
856config FB_CG6
857 bool "CGsix (GX,TurboGX) support"
Adrian Bunke0196302007-02-12 00:54:50 -0800858 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859 select FB_CFB_COPYAREA
860 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 help
862 This is the frame buffer device driver for the CGsix (GX, TurboGX)
863 frame buffer.
864
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700865config FB_FFB
866 bool "Creator/Creator3D/Elite3D support"
867 depends on FB_SBUS && SPARC64
868 select FB_CFB_COPYAREA
869 select FB_CFB_IMAGEBLIT
870 help
871 This is the frame buffer device driver for the Creator, Creator3D,
872 and Elite3D graphics boards.
873
874config FB_TCX
875 bool "TCX (SS4/SS5 only) support"
876 depends on FB_SBUS
877 select FB_CFB_FILLRECT
878 select FB_CFB_COPYAREA
879 select FB_CFB_IMAGEBLIT
880 help
881 This is the frame buffer device driver for the TCX 24/8bit frame
882 buffer.
883
884config FB_CG14
885 bool "CGfourteen (SX) support"
886 depends on FB_SBUS
887 select FB_CFB_FILLRECT
888 select FB_CFB_COPYAREA
889 select FB_CFB_IMAGEBLIT
890 help
891 This is the frame buffer device driver for the CGfourteen frame
892 buffer on Desktop SPARCsystems with the SX graphics option.
893
894config FB_P9100
895 bool "P9100 (Sparcbook 3 only) support"
896 depends on FB_SBUS
897 select FB_CFB_FILLRECT
898 select FB_CFB_COPYAREA
899 select FB_CFB_IMAGEBLIT
900 help
901 This is the frame buffer device driver for the P9100 card
902 supported on Sparcbook 3 machines.
903
904config FB_LEO
905 bool "Leo (ZX) support"
906 depends on FB_SBUS
907 select FB_CFB_FILLRECT
908 select FB_CFB_COPYAREA
909 select FB_CFB_IMAGEBLIT
910 help
911 This is the frame buffer device driver for the SBUS-based Sun ZX
912 (leo) frame buffer cards.
913
914config FB_IGA
915 bool "IGA 168x display support"
David S. Millere11a6c22007-06-03 17:35:24 -0700916 depends on (FB = y) && SPARC32
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700917 select FB_CFB_FILLRECT
918 select FB_CFB_COPYAREA
919 select FB_CFB_IMAGEBLIT
920 help
921 This is the framebuffer device for the INTERGRAPHICS 1680 and
922 successor frame buffer cards.
923
924config FB_XVR500
925 bool "Sun XVR-500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700926 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700927 select FB_CFB_FILLRECT
928 select FB_CFB_COPYAREA
929 select FB_CFB_IMAGEBLIT
930 help
931 This is the framebuffer device for the Sun XVR-500 and similar
932 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200933 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700934 mostly initialized the card already. It is treated as a
935 completely dumb framebuffer device.
936
937config FB_XVR2500
938 bool "Sun XVR-2500 3DLABS Wildcat support"
David S. Millere11a6c22007-06-03 17:35:24 -0700939 depends on (FB = y) && PCI && SPARC64
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700940 select FB_CFB_FILLRECT
941 select FB_CFB_COPYAREA
942 select FB_CFB_IMAGEBLIT
943 help
944 This is the framebuffer device for the Sun XVR-2500 and similar
945 graphics cards based upon the 3DLABS Wildcat chipset. The driver
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200946 only works on sparc64 systems where the system firmware has
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -0700947 mostly initialized the card already. It is treated as a
948 completely dumb framebuffer device.
949
David S. Miller2d378b92010-03-13 16:25:03 -0800950config FB_XVR1000
951 bool "Sun XVR-1000 support"
David S. Millerf04e8792010-03-16 14:40:42 -0700952 depends on (FB = y) && SPARC64
David S. Miller2d378b92010-03-13 16:25:03 -0800953 select FB_CFB_FILLRECT
954 select FB_CFB_COPYAREA
955 select FB_CFB_IMAGEBLIT
956 help
957 This is the framebuffer device for the Sun XVR-1000 and similar
958 graphics cards. The driver only works on sparc64 systems where
959 the system firmware has mostly initialized the card already. It
960 is treated as a completely dumb framebuffer device.
961
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962config FB_PVR2
963 tristate "NEC PowerVR 2 display support"
964 depends on FB && SH_DREAMCAST
965 select FB_CFB_FILLRECT
966 select FB_CFB_COPYAREA
967 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 ---help---
969 Say Y here if you have a PowerVR 2 card in your box. If you plan to
970 run linux on your Dreamcast, you will have to say Y here.
971 This driver may or may not work on other PowerVR 2 cards, but is
972 totally untested. Use at your own risk. If unsure, say N.
973
974 To compile this driver as a module, choose M here: the
975 module will be called pvr2fb.
976
977 You can pass several parameters to the driver at boot time or at
978 module load time. The parameters look like "video=pvr2:XXX", where
979 the meaning of XXX can be found at the end of the main source file
980 (<file:drivers/video/pvr2fb.c>). Please see the file
981 <file:Documentation/fb/pvr2fb.txt>.
982
Stefan Kristianssone61d05d2014-01-13 21:38:10 +0200983config FB_OPENCORES
984 tristate "OpenCores VGA/LCD core 2.0 framebuffer support"
985 depends on FB
986 select FB_CFB_FILLRECT
987 select FB_CFB_COPYAREA
988 select FB_CFB_IMAGEBLIT
989 help
990 This enables support for the OpenCores VGA/LCD core.
991
992 The OpenCores VGA/LCD core is typically used together with
993 softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor
994 systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs.
995
996 The source code and specification for the core is available at
997 <http://opencores.org/project,vga_lcd>
998
Randy Dunlapecc41d52005-11-07 01:00:29 -0800999config FB_S1D13XXX
1000 tristate "Epson S1D13XXX framebuffer support"
1001 depends on FB
1002 select FB_CFB_FILLRECT
1003 select FB_CFB_COPYAREA
1004 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001005 help
1006 Support for S1D13XXX framebuffer device family (currently only
1007 working with S1D13806). Product specs at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001008 <http://vdc.epson.com/>
Randy Dunlapecc41d52005-11-07 01:00:29 -08001009
Nicolas Ferre14340582007-05-10 22:23:26 -07001010config FB_ATMEL
1011 tristate "AT91/AT32 LCD Controller support"
Nicolas Ferre0912e532009-06-23 16:30:56 +02001012 depends on FB && HAVE_FB_ATMEL
Nicolas Ferre14340582007-05-10 22:23:26 -07001013 select FB_CFB_FILLRECT
1014 select FB_CFB_COPYAREA
1015 select FB_CFB_IMAGEBLIT
Jean-Christophe PLAGNIOL-VILLARDb9851722013-03-29 02:05:47 +08001016 select FB_MODE_HELPERS
1017 select VIDEOMODE_HELPERS
Nicolas Ferre14340582007-05-10 22:23:26 -07001018 help
1019 This enables support for the AT91/AT32 LCD Controller.
1020
1021config FB_INTSRAM
1022 bool "Frame Buffer in internal SRAM"
1023 depends on FB_ATMEL && ARCH_AT91SAM9261
1024 help
1025 Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
1026 to let frame buffer in external SDRAM.
1027
Nicolas Ferre250a2692007-07-21 04:37:59 -07001028config FB_ATMEL_STN
1029 bool "Use a STN display with AT91/AT32 LCD Controller"
Nicolas Ferre915190f2009-07-21 11:31:29 +01001030 depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK)
Nicolas Ferre250a2692007-07-21 04:37:59 -07001031 default n
1032 help
1033 Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD
1034 Controller. Say N if you want to connect a TFT.
1035
1036 If unsure, say N.
1037
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038config FB_NVIDIA
1039 tristate "nVidia Framebuffer Support"
1040 depends on FB && PCI
James Simmonse0e34ef72007-02-10 14:15:43 +00001041 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 select FB_MODE_HELPERS
1043 select FB_CFB_FILLRECT
1044 select FB_CFB_COPYAREA
1045 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001046 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001047 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 help
1049 This driver supports graphics boards with the nVidia chips, TNT
1050 and newer. For very old chipsets, such as the RIVA128, then use
1051 the rivafb.
1052 Say Y if you have such a graphics board.
1053
1054 To compile this driver as a module, choose M here: the
1055 module will be called nvidiafb.
1056
1057config FB_NVIDIA_I2C
1058 bool "Enable DDC Support"
Benjamin Herrenschmidt85f15032005-11-07 01:00:30 -08001059 depends on FB_NVIDIA
James Simmons166f60d2007-03-06 01:42:02 -08001060 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 help
1062 This enables I2C support for nVidia Chipsets. This is used
1063 only for getting EDID information from the attached display
1064 allowing for robust video mode handling and switching.
1065
1066 Because fbdev-2.6 requires that drivers must be able to
1067 independently validate video mode parameters, you should say Y
1068 here.
1069
Jean Delvare647f2e72007-05-10 22:23:29 -07001070config FB_NVIDIA_DEBUG
1071 bool "Lots of debug output"
1072 depends on FB_NVIDIA
1073 default n
1074 help
1075 Say Y here if you want the nVidia driver to output all sorts
1076 of debugging information to provide to the maintainer when
1077 something goes wrong.
1078
Michael Hanselmann5474c122006-06-25 05:47:08 -07001079config FB_NVIDIA_BACKLIGHT
1080 bool "Support for backlight control"
James Simmonse0e34ef72007-02-10 14:15:43 +00001081 depends on FB_NVIDIA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001082 default y
1083 help
1084 Say Y here if you want to control the backlight of your display.
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086config FB_RIVA
1087 tristate "nVidia Riva support"
1088 depends on FB && PCI
James Simmonse0e34ef72007-02-10 14:15:43 +00001089 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 select FB_MODE_HELPERS
1091 select FB_CFB_FILLRECT
1092 select FB_CFB_COPYAREA
1093 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -08001094 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001095 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 help
1097 This driver supports graphics boards with the nVidia Riva/Geforce
1098 chips.
1099 Say Y if you have such a graphics board.
1100
1101 To compile this driver as a module, choose M here: the
1102 module will be called rivafb.
1103
1104config FB_RIVA_I2C
1105 bool "Enable DDC Support"
1106 depends on FB_RIVA
James Simmons166f60d2007-03-06 01:42:02 -08001107 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 help
1109 This enables I2C support for nVidia Chipsets. This is used
1110 only for getting EDID information from the attached display
1111 allowing for robust video mode handling and switching.
1112
1113 Because fbdev-2.6 requires that drivers must be able to
1114 independently validate video mode parameters, you should say Y
1115 here.
1116
1117config FB_RIVA_DEBUG
Jean Delvare647f2e72007-05-10 22:23:29 -07001118 bool "Lots of debug output"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119 depends on FB_RIVA
1120 default n
1121 help
1122 Say Y here if you want the Riva driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001123 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 something goes wrong.
1125
Michael Hanselmann5474c122006-06-25 05:47:08 -07001126config FB_RIVA_BACKLIGHT
1127 bool "Support for backlight control"
James Simmonse0e34ef72007-02-10 14:15:43 +00001128 depends on FB_RIVA
Michael Hanselmann5474c122006-06-25 05:47:08 -07001129 default y
1130 help
1131 Say Y here if you want to control the backlight of your display.
1132
Ondrej Zary5350c652012-02-10 18:59:17 +01001133config FB_I740
Kees Cookd1d34222013-01-16 18:53:57 -08001134 tristate "Intel740 support"
1135 depends on FB && PCI
Ondrej Zary5350c652012-02-10 18:59:17 +01001136 select FB_MODE_HELPERS
1137 select FB_CFB_FILLRECT
1138 select FB_CFB_COPYAREA
1139 select FB_CFB_IMAGEBLIT
1140 select VGASTATE
1141 select FB_DDC
1142 help
1143 This driver supports graphics cards based on Intel740 chip.
1144
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145config FB_I810
Kees Cookd1d34222013-01-16 18:53:57 -08001146 tristate "Intel 810/815 support"
1147 depends on FB && PCI && X86_32 && AGP_INTEL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 select FB_MODE_HELPERS
1149 select FB_CFB_FILLRECT
1150 select FB_CFB_COPYAREA
1151 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001152 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 help
1154 This driver supports the on-board graphics built in to the Intel 810
1155 and 815 chipsets. Say Y if you have and plan to use such a board.
1156
1157 To compile this driver as a module, choose M here: the
1158 module will be called i810fb.
1159
1160 For more information, please read
1161 <file:Documentation/fb/intel810.txt>
1162
1163config FB_I810_GTF
1164 bool "use VESA Generalized Timing Formula"
1165 depends on FB_I810
1166 help
1167 If you say Y, then the VESA standard, Generalized Timing Formula
1168 or GTF, will be used to calculate the required video timing values
1169 per video mode. Since the GTF allows nondiscrete timings
1170 (nondiscrete being a range of values as opposed to discrete being a
1171 set of values), you'll be able to use any combination of horizontal
1172 and vertical resolutions, and vertical refresh rates without having
1173 to specify your own timing parameters. This is especially useful
1174 to maximize the performance of an aging display, or if you just
1175 have a display with nonstandard dimensions. A VESA compliant
1176 monitor is recommended, but can still work with non-compliant ones.
1177 If you need or want this, then select this option. The timings may
1178 not be compliant with Intel's recommended values. Use at your own
1179 risk.
1180
1181 If you say N, the driver will revert to discrete video timings
1182 using a set recommended by Intel in their documentation.
1183
1184 If unsure, say N.
1185
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001186config FB_I810_I2C
1187 bool "Enable DDC Support"
Antonino A. Daplasdb845022005-09-13 01:25:02 -07001188 depends on FB_I810 && FB_I810_GTF
Antonino A. Daplase80987f2006-10-03 01:14:44 -07001189 select FB_DDC
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -07001190 help
1191
Alan Hourihanedbe7e422007-05-08 00:39:25 -07001192config FB_LE80578
1193 tristate "Intel LE80578 (Vermilion) support"
1194 depends on FB && PCI && X86
1195 select FB_MODE_HELPERS
1196 select FB_CFB_FILLRECT
1197 select FB_CFB_COPYAREA
1198 select FB_CFB_IMAGEBLIT
1199 help
1200 This driver supports the LE80578 (Vermilion Range) chipset
1201
1202config FB_CARILLO_RANCH
1203 tristate "Intel Carillo Ranch support"
1204 depends on FB_LE80578 && FB && PCI && X86
1205 help
1206 This driver supports the LE80578 (Carillo Ranch) board
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208config FB_INTEL
Kees Cookd1d34222013-01-16 18:53:57 -08001209 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support"
1210 depends on FB && PCI && X86 && AGP_INTEL && EXPERT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 select FB_MODE_HELPERS
1212 select FB_CFB_FILLRECT
1213 select FB_CFB_COPYAREA
1214 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001215 select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
Jesse Barnesba0ab822009-07-03 11:24:46 -07001216 depends on !DRM_I915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 help
1218 This driver supports the on-board graphics built in to the Intel
Maik Broemme0e170c72008-04-28 02:15:43 -07001219 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 Say Y if you have and plan to use such a board.
1221
Krzysztof Helt4b198282009-06-18 16:49:21 -07001222 To make FB_INTELFB=Y work you need to say AGP_INTEL=y too.
1223
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001224 To compile this driver as a module, choose M here: the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225 module will be called intelfb.
1226
Christian Merkled463d342006-08-22 10:07:01 +10001227 For more information, please read <file:Documentation/fb/intelfb.txt>
1228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229config FB_INTEL_DEBUG
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001230 bool "Intel driver Debug Messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 depends on FB_INTEL
1232 ---help---
1233 Say Y here if you want the Intel driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001234 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 something goes wrong.
1236
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001237config FB_INTEL_I2C
1238 bool "DDC/I2C for Intel framebuffer support"
1239 depends on FB_INTEL
James Simmons166f60d2007-03-06 01:42:02 -08001240 select FB_DDC
Dennis Munsie1f6e8442006-06-20 14:55:55 -04001241 default y
1242 help
1243 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245config FB_MATROX
1246 tristate "Matrox acceleration"
1247 depends on FB && PCI
1248 select FB_CFB_FILLRECT
1249 select FB_CFB_COPYAREA
1250 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 select FB_TILEBLITTING
1252 select FB_MACMODES if PPC_PMAC
1253 ---help---
1254 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
1255 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
1256 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
1257 Matrox G400, G450 or G550 card in your box.
1258
1259 To compile this driver as a module, choose M here: the
1260 module will be called matroxfb.
1261
1262 You can pass several parameters to the driver at boot time or at
Vicente Jiménez90a48152011-01-08 00:54:26 +00001263 module load time. The parameters look like "video=matroxfb:XXX", and
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 are described in <file:Documentation/fb/matroxfb.txt>.
1265
1266config FB_MATROX_MILLENIUM
1267 bool "Millennium I/II support"
1268 depends on FB_MATROX
1269 help
1270 Say Y here if you have a Matrox Millennium or Matrox Millennium II
1271 video card. If you select "Advanced lowlevel driver options" below,
1272 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
1273 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
1274 also use font widths different from 8.
1275
1276config FB_MATROX_MYSTIQUE
1277 bool "Mystique support"
1278 depends on FB_MATROX
1279 help
1280 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
1281 video card. If you select "Advanced lowlevel driver options" below,
1282 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
1283 packed pixel and 32 bpp packed pixel. You can also use font widths
1284 different from 8.
1285
1286config FB_MATROX_G
1287 bool "G100/G200/G400/G450/G550 support"
1288 depends on FB_MATROX
1289 ---help---
1290 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
1291 video card. If you select "Advanced lowlevel driver options", you
1292 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
1293 pixel and 32 bpp packed pixel. You can also use font widths
1294 different from 8.
1295
Jean Delvareee831262009-05-12 13:19:41 -07001296 If you need support for G400 secondary head, you must say Y to
1297 "Matrox I2C support" and "G400 second head support" right below.
1298 G450/G550 secondary head and digital output are supported without
1299 additional modules.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300
1301 The driver starts in monitor mode. You must use the matroxset tool
1302 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1303 swap primary and secondary head outputs, or to change output mode.
1304 Secondary head driver always start in 640x480 resolution and you
1305 must use fbset to change it.
1306
1307 Do not forget that second head supports only 16 and 32 bpp
1308 packed pixels, so it is a good idea to compile them into the kernel
1309 too. You can use only some font widths, as the driver uses generic
1310 painting procedures (the secondary head does not use acceleration
1311 engine).
1312
1313 G450/G550 hardware can display TV picture only from secondary CRTC,
1314 and it performs no scaling, so picture must have 525 or 625 lines.
1315
1316config FB_MATROX_I2C
1317 tristate "Matrox I2C support"
James Simmons166f60d2007-03-06 01:42:02 -08001318 depends on FB_MATROX
1319 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 ---help---
1321 This drivers creates I2C buses which are needed for accessing the
1322 DDC (I2C) bus present on all Matroxes, an I2C bus which
1323 interconnects Matrox optional devices, like MGA-TVO on G200 and
1324 G400, and the secondary head DDC bus, present on G400 only.
1325
1326 You can say Y or M here if you want to experiment with monitor
1327 detection code. You must say Y or M here if you want to use either
1328 second head of G400 or MGA-TVO on G200 or G400.
1329
1330 If you compile it as module, it will create a module named
1331 i2c-matroxfb.
1332
1333config FB_MATROX_MAVEN
1334 tristate "G400 second head support"
1335 depends on FB_MATROX_G && FB_MATROX_I2C
1336 ---help---
1337 WARNING !!! This support does not work with G450 !!!
1338
1339 Say Y or M here if you want to use a secondary head (meaning two
1340 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1341 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1342 secondary head output is blanked while you are in X. With XFree
1343 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1344 the fbdev driver on first head and the fbdev driver on second head.
1345
1346 If you compile it as module, two modules are created,
1347 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1348 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1349 also load i2c-matroxfb to get it to run.
1350
1351 The driver starts in monitor mode and you must use the matroxset
1352 tool (available at
1353 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1354 PAL or NTSC or to swap primary and secondary head outputs.
1355 Secondary head driver also always start in 640x480 resolution, you
1356 must use fbset to change it.
1357
1358 Also do not forget that second head supports only 16 and 32 bpp
1359 packed pixels, so it is a good idea to compile them into the kernel
1360 too. You can use only some font widths, as the driver uses generic
1361 painting procedures (the secondary head does not use acceleration
1362 engine).
1363
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364config FB_RADEON
1365 tristate "ATI Radeon display support"
1366 depends on FB && PCI
James Simmonse0e34ef72007-02-10 14:15:43 +00001367 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 select FB_MODE_HELPERS
1369 select FB_CFB_FILLRECT
1370 select FB_CFB_COPYAREA
1371 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 select FB_MACMODES if PPC_OF
1373 help
1374 Choose this option if you want to use an ATI Radeon graphics card as
1375 a framebuffer device. There are both PCI and AGP versions. You
1376 don't need to choose this to run the Radeon in plain VGA mode.
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 There is a product page at
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001379 http://products.amd.com/en-us/GraphicCardResult.aspx
Michael Hanselmann5474c122006-06-25 05:47:08 -07001380
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381config FB_RADEON_I2C
1382 bool "DDC/I2C for ATI Radeon support"
1383 depends on FB_RADEON
James Simmons166f60d2007-03-06 01:42:02 -08001384 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 default y
1386 help
1387 Say Y here if you want DDC/I2C support for your Radeon board.
1388
Michael Hanselmann5474c122006-06-25 05:47:08 -07001389config FB_RADEON_BACKLIGHT
1390 bool "Support for backlight control"
James Simmonse0e34ef72007-02-10 14:15:43 +00001391 depends on FB_RADEON
Michael Hanselmann5474c122006-06-25 05:47:08 -07001392 default y
1393 help
1394 Say Y here if you want to control the backlight of your display.
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396config FB_RADEON_DEBUG
1397 bool "Lots of debug output from Radeon driver"
1398 depends on FB_RADEON
1399 default n
1400 help
1401 Say Y here if you want the Radeon driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001402 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 something goes wrong.
1404
1405config FB_ATY128
1406 tristate "ATI Rage128 display support"
1407 depends on FB && PCI
1408 select FB_CFB_FILLRECT
1409 select FB_CFB_COPYAREA
1410 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef72007-02-10 14:15:43 +00001411 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 select FB_MACMODES if PPC_PMAC
1413 help
1414 This driver supports graphics boards with the ATI Rage128 chips.
1415 Say Y if you have such a graphics board and read
1416 <file:Documentation/fb/aty128fb.txt>.
1417
1418 To compile this driver as a module, choose M here: the
1419 module will be called aty128fb.
1420
Michael Hanselmann5474c122006-06-25 05:47:08 -07001421config FB_ATY128_BACKLIGHT
1422 bool "Support for backlight control"
James Simmonse0e34ef72007-02-10 14:15:43 +00001423 depends on FB_ATY128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001424 default y
1425 help
1426 Say Y here if you want to control the backlight of your display.
1427
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428config FB_ATY
1429 tristate "ATI Mach64 display support" if PCI || ATARI
Andrew Mortonf2e782e2006-04-10 22:55:45 -07001430 depends on FB && !SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 select FB_CFB_FILLRECT
1432 select FB_CFB_COPYAREA
1433 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef72007-02-10 14:15:43 +00001434 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 select FB_MACMODES if PPC
1436 help
1437 This driver supports graphics boards with the ATI Mach64 chips.
1438 Say Y if you have such a graphics board.
1439
1440 To compile this driver as a module, choose M here: the
1441 module will be called atyfb.
1442
1443config FB_ATY_CT
1444 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1445 depends on PCI && FB_ATY
Krzysztof Helt8d74c1f2007-05-23 13:57:46 -07001446 default y if SPARC64 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 help
1448 Say Y here to support use of ATI's 64-bit Rage boards (or other
1449 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1450 framebuffer device. The ATI product support page for these boards
Justin P. Mattock631dd1a2010-10-18 11:03:14 +02001451 is at <http://support.ati.com/products/pc/mach64/mach64.html>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452
1453config FB_ATY_GENERIC_LCD
Kees Cookd1d34222013-01-16 18:53:57 -08001454 bool "Mach64 generic LCD support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455 depends on FB_ATY_CT
1456 help
1457 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1458 Rage XC, or Rage XL chipset.
1459
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460config FB_ATY_GX
1461 bool "Mach64 GX support" if PCI
1462 depends on FB_ATY
1463 default y if ATARI
1464 help
1465 Say Y here to support use of the ATI Mach64 Graphics Expression
1466 board (or other boards based on the Mach64 GX chipset) as a
1467 framebuffer device. The ATI product support page for these boards
1468 is at
1469 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1470
Michael Hanselmann5474c122006-06-25 05:47:08 -07001471config FB_ATY_BACKLIGHT
1472 bool "Support for backlight control"
James Simmonse0e34ef72007-02-10 14:15:43 +00001473 depends on FB_ATY
Michael Hanselmann5474c122006-06-25 05:47:08 -07001474 default y
1475 help
1476 Say Y here if you want to control the backlight of your display.
1477
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001478config FB_S3
1479 tristate "S3 Trio/Virge support"
1480 depends on FB && PCI
1481 select FB_CFB_FILLRECT
1482 select FB_CFB_COPYAREA
1483 select FB_CFB_IMAGEBLIT
1484 select FB_TILEBLITTING
1485 select FB_SVGALIB
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001486 select VGASTATE
Antonino A. Daplas8db51662007-05-08 00:39:14 -07001487 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001488 ---help---
1489 Driver for graphics boards with S3 Trio / S3 Virge chip.
1490
Ondrej Zary86c0f0432011-04-18 10:14:57 +00001491config FB_S3_DDC
1492 bool "DDC for S3 support"
1493 depends on FB_S3
1494 select FB_DDC
1495 default y
1496 help
1497 Say Y here if you want DDC support for your S3 graphics card.
1498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499config FB_SAVAGE
1500 tristate "S3 Savage support"
Kees Cookd1d34222013-01-16 18:53:57 -08001501 depends on FB && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 select FB_MODE_HELPERS
1503 select FB_CFB_FILLRECT
1504 select FB_CFB_COPYAREA
1505 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001506 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 help
1508 This driver supports notebooks and computers with S3 Savage PCI/AGP
1509 chips.
1510
1511 Say Y if you have such a graphics card.
1512
1513 To compile this driver as a module, choose M here; the module
1514 will be called savagefb.
1515
1516config FB_SAVAGE_I2C
1517 bool "Enable DDC2 Support"
1518 depends on FB_SAVAGE
James Simmons166f60d2007-03-06 01:42:02 -08001519 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 help
1521 This enables I2C support for S3 Savage Chipsets. This is used
1522 only for getting EDID information from the attached display
1523 allowing for robust video mode handling and switching.
1524
1525 Because fbdev-2.6 requires that drivers must be able to
1526 independently validate video mode parameters, you should say Y
1527 here.
1528
1529config FB_SAVAGE_ACCEL
1530 bool "Enable Console Acceleration"
1531 depends on FB_SAVAGE
1532 default n
1533 help
1534 This option will compile in console acceleration support. If
1535 the resulting framebuffer console has bothersome glitches, then
1536 choose N here.
1537
1538config FB_SIS
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001539 tristate "SiS/XGI display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 depends on FB && PCI
1541 select FB_CFB_FILLRECT
1542 select FB_CFB_COPYAREA
1543 select FB_CFB_IMAGEBLIT
Krzysztof Helt4b198282009-06-18 16:49:21 -07001544 select FB_BOOT_VESA_SUPPORT if FB_SIS = y
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001546 This is the frame buffer device driver for the SiS 300, 315, 330
1547 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1548 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549
1550 To compile this driver as a module, choose M here; the module
1551 will be called sisfb.
1552
1553config FB_SIS_300
1554 bool "SiS 300 series support"
1555 depends on FB_SIS
1556 help
1557 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1558
1559config FB_SIS_315
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001560 bool "SiS 315/330/340 series and XGI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561 depends on FB_SIS
1562 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001563 Say Y here to support use of the SiS 315, 330 and 340 series
1564 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1565 as XGI V3XT, V5, V8 and Z7.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001567config FB_VIA
1568 tristate "VIA UniChrome (Pro) and Chrome9 display support"
Ben Hutchings901b97d2010-07-20 00:40:16 +01001569 depends on FB && PCI && X86
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001570 select FB_CFB_FILLRECT
1571 select FB_CFB_COPYAREA
1572 select FB_CFB_IMAGEBLIT
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001573 select I2C_ALGOBIT
1574 select I2C
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001575 select GPIOLIB
Joseph Chan6bde3ed2008-10-15 22:03:20 -07001576 help
1577 This is the frame buffer device driver for Graphics chips of VIA
1578 UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/
1579 CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896
1580 /P4M900,VX800)
1581 Say Y if you have a VIA UniChrome graphics board.
1582
1583 To compile this driver as a module, choose M here: the
1584 module will be called viafb.
Jonathan Corbet7e0de022009-12-01 20:39:57 -07001585
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001586if FB_VIA
1587
1588config FB_VIA_DIRECT_PROCFS
1589 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1590 depends on FB_VIA
1591 default n
1592 help
1593 Allow direct hardware access to some output registers via procfs.
1594 This is dangerous but may provide the only chance to get the
1595 correct output device configuration.
1596 Its use is strongly discouraged.
1597
Florian Tobias Schandinat29462942011-04-23 23:52:45 +00001598config FB_VIA_X_COMPATIBILITY
1599 bool "X server compatibility"
1600 depends on FB_VIA
1601 default n
1602 help
1603 This option reduces the functionality (power saving, ...) of the
1604 framebuffer to avoid negative impact on the OpenChrome X server.
1605 If you use any X server other than fbdev you should enable this
1606 otherwise it should be safe to disable it and allow using all
1607 features.
1608
Florian Tobias Schandinat2b78a962010-04-17 19:44:57 +00001609endif
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611config FB_NEOMAGIC
1612 tristate "NeoMagic display support"
1613 depends on FB && PCI
1614 select FB_MODE_HELPERS
1615 select FB_CFB_FILLRECT
1616 select FB_CFB_COPYAREA
1617 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001618 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 help
1620 This driver supports notebooks with NeoMagic PCI chips.
1621 Say Y if you have such a graphics card.
1622
1623 To compile this driver as a module, choose M here: the
1624 module will be called neofb.
1625
1626config FB_KYRO
1627 tristate "IMG Kyro support"
1628 depends on FB && PCI
1629 select FB_CFB_FILLRECT
1630 select FB_CFB_COPYAREA
1631 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 help
1633 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1634 graphics board.
1635
1636 To compile this driver as a module, choose M here: the
1637 module will be called kyrofb.
1638
1639config FB_3DFX
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001640 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641 depends on FB && PCI
1642 select FB_CFB_IMAGEBLIT
1643 select FB_CFB_FILLRECT
1644 select FB_CFB_COPYAREA
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001645 select FB_MODE_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 help
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001647 This driver supports graphics boards with the 3Dfx Banshee,
1648 Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
1649 such a graphics board.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650
1651 To compile this driver as a module, choose M here: the
1652 module will be called tdfxfb.
1653
1654config FB_3DFX_ACCEL
Kees Cookd1d34222013-01-16 18:53:57 -08001655 bool "3Dfx Acceleration functions"
1656 depends on FB_3DFX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001658 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1659 device driver with acceleration functions.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001661config FB_3DFX_I2C
1662 bool "Enable DDC/I2C support"
Kees Cookd1d34222013-01-16 18:53:57 -08001663 depends on FB_3DFX
Krzysztof Heltfeff3882009-04-06 19:01:03 -07001664 select FB_DDC
1665 default y
1666 help
1667 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
1668
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669config FB_VOODOO1
1670 tristate "3Dfx Voodoo Graphics (sst1) support"
1671 depends on FB && PCI
1672 select FB_CFB_FILLRECT
1673 select FB_CFB_COPYAREA
1674 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675 ---help---
1676 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1677 Voodoo2 (cvg) based graphics card.
1678
1679 To compile this driver as a module, choose M here: the
1680 module will be called sstfb.
1681
1682 WARNING: Do not use any application that uses the 3D engine
1683 (namely glide) while using this driver.
Dirk Hohndele4031492007-10-30 13:37:19 -07001684 Please read the <file:Documentation/fb/sstfb.txt> for supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685 options and other important info support.
1686
Ondrej Zajicek558b7bd2007-05-09 02:35:31 -07001687config FB_VT8623
1688 tristate "VIA VT8623 support"
1689 depends on FB && PCI
1690 select FB_CFB_FILLRECT
1691 select FB_CFB_COPYAREA
1692 select FB_CFB_IMAGEBLIT
1693 select FB_TILEBLITTING
1694 select FB_SVGALIB
1695 select VGASTATE
1696 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1697 ---help---
1698 Driver for CastleRock integrated graphics core in the
1699 VIA VT8623 [Apollo CLE266] chipset.
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701config FB_TRIDENT
Krzysztof Helt04645fc2009-03-31 15:25:48 -07001702 tristate "Trident/CyberXXX/CyberBlade support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 depends on FB && PCI
1704 select FB_CFB_FILLRECT
1705 select FB_CFB_COPYAREA
1706 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 ---help---
Krzysztof Helt4edad7f2008-10-15 22:03:32 -07001708 This is the frame buffer device driver for Trident PCI/AGP chipsets.
1709 Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
1710 and Blade XP.
1711 There are also integrated versions of these chips called CyberXXXX,
1712 CyberImage or CyberBlade. These chips are mostly found in laptops
Krzysztof Heltddb53d42009-03-31 15:25:40 -07001713 but also on some motherboards including early VIA EPIA motherboards.
1714 For more information, read <file:Documentation/fb/tridentfb.txt>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716 Say Y if you have such a graphics board.
1717
1718 To compile this driver as a module, choose M here: the
1719 module will be called tridentfb.
1720
Ondrej Zajicek681e1472007-05-09 02:35:31 -07001721config FB_ARK
1722 tristate "ARK 2000PV support"
1723 depends on FB && PCI
1724 select FB_CFB_FILLRECT
1725 select FB_CFB_COPYAREA
1726 select FB_CFB_IMAGEBLIT
1727 select FB_TILEBLITTING
1728 select FB_SVGALIB
1729 select VGASTATE
1730 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1731 ---help---
1732 Driver for PCI graphics boards with ARK 2000PV chip
1733 and ICS 5342 RAMDAC.
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735config FB_PM3
Kees Cookd1d34222013-01-16 18:53:57 -08001736 tristate "Permedia3 support"
1737 depends on FB && PCI
Krzysztof Heltf23a06f2007-05-10 22:23:25 -07001738 select FB_CFB_FILLRECT
1739 select FB_CFB_COPYAREA
1740 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 help
1742 This is the frame buffer device driver for the 3DLabs Permedia3
1743 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1744 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1745 and maybe other boards.
1746
Sebastian Siewior2ece5f432008-07-23 21:30:49 -07001747config FB_CARMINE
1748 tristate "Fujitsu carmine frame buffer support"
1749 depends on FB && PCI
1750 select FB_CFB_FILLRECT
1751 select FB_CFB_COPYAREA
1752 select FB_CFB_IMAGEBLIT
1753 help
1754 This is the frame buffer device driver for the Fujitsu Carmine chip.
1755 The driver provides two independent frame buffer devices.
1756
1757choice
1758 depends on FB_CARMINE
1759 prompt "DRAM timing"
1760 default FB_CARMINE_DRAM_EVAL
1761
1762config FB_CARMINE_DRAM_EVAL
1763 bool "Eval board timings"
1764 help
1765 Use timings which work on the eval card.
1766
1767config CARMINE_DRAM_CUSTOM
1768 bool "Custom board timings"
1769 help
1770 Use custom board timings.
1771endchoice
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773config FB_AU1100
1774 bool "Au1100 LCD Driver"
Manuel Lauss3766386032011-08-12 11:39:45 +02001775 depends on (FB = y) && MIPS_ALCHEMY
Ralf Baechled1709e42007-07-23 18:43:50 -07001776 select FB_CFB_FILLRECT
1777 select FB_CFB_COPYAREA
1778 select FB_CFB_IMAGEBLIT
1779 help
1780 This is the framebuffer driver for the AMD Au1100 SOC. It can drive
1781 various panels and CRTs by passing in kernel cmd line option
1782 au1100fb:panel=<name>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001784config FB_AU1200
Manuel Lauss809f36c2011-11-01 20:03:30 +01001785 bool "Au1200/Au1300 LCD Driver"
Manuel Lauss3766386032011-08-12 11:39:45 +02001786 depends on (FB = y) && MIPS_ALCHEMY
Manuel Lauss4ee58462011-06-10 15:23:04 +00001787 select FB_SYS_FILLRECT
1788 select FB_SYS_COPYAREA
1789 select FB_SYS_IMAGEBLIT
1790 select FB_SYS_FOPS
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001791 help
Manuel Lauss809f36c2011-11-01 20:03:30 +01001792 This is the framebuffer driver for the Au1200/Au1300 SOCs.
1793 It can drive various panels and CRTs by passing in kernel cmd line
1794 option au1200fb:panel=<name>.
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001795
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001796config FB_VT8500
Tony Prisk3d208372013-04-03 07:20:35 +13001797 bool "VIA VT8500 framebuffer support"
Tony Priske7b99532012-08-03 20:58:22 +12001798 depends on (FB = y) && ARM && ARCH_VT8500
Tony Prisk18a434b2013-04-03 07:20:33 +13001799 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS)
1800 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS)
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001801 select FB_SYS_IMAGEBLIT
Tony Prisk7ab0a482013-04-03 07:20:38 +13001802 select FB_MODE_HELPERS
Tomi Valkeinene45f2652013-04-05 11:12:50 +03001803 select VIDEOMODE_HELPERS
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001804 help
1805 This is the framebuffer driver for VIA VT8500 integrated LCD
1806 controller.
1807
1808config FB_WM8505
Tony Prisk3d208372013-04-03 07:20:35 +13001809 bool "Wondermedia WM8xxx-series frame buffer support"
Tony Priske7b99532012-08-03 20:58:22 +12001810 depends on (FB = y) && ARM && ARCH_VT8500
Tony Prisk18a434b2013-04-03 07:20:33 +13001811 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS)
1812 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS)
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001813 select FB_SYS_IMAGEBLIT
Tony Prisk7ab0a482013-04-03 07:20:38 +13001814 select FB_MODE_HELPERS
Tomi Valkeinene45f2652013-04-05 11:12:50 +03001815 select VIDEOMODE_HELPERS
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001816 help
Tony Prisk3d208372013-04-03 07:20:35 +13001817 This is the framebuffer driver for WonderMedia WM8xxx-series
1818 integrated LCD controller. This driver covers the WM8505, WM8650
1819 and WM8850 SoCs.
Alexey Charkovd6ff7d02010-11-09 02:42:39 +03001820
Tony Prisk18a434b2013-04-03 07:20:33 +13001821config FB_WMT_GE_ROPS
Tony Prisk3d208372013-04-03 07:20:35 +13001822 bool "VT8500/WM8xxx accelerated raster ops support"
Tony Prisk18a434b2013-04-03 07:20:33 +13001823 depends on (FB = y) && (FB_VT8500 || FB_WM8505)
1824 default n
1825 help
1826 This adds support for accelerated raster operations on the
1827 VIA VT8500 and Wondermedia 85xx series SoCs.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828
1829source "drivers/video/geode/Kconfig"
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831config FB_HIT
1832 tristate "HD64461 Frame Buffer support"
1833 depends on FB && HD64461
1834 select FB_CFB_FILLRECT
1835 select FB_CFB_COPYAREA
Maciej W. Rozycki9084b002007-02-05 16:28:29 -08001836 select FB_CFB_IMAGEBLIT
Maciej W. Rozycki28ea28a2007-10-16 01:29:28 -07001837 help
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 This is the frame buffer device driver for the Hitachi HD64461 LCD
1839 frame buffer card.
1840
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841config FB_PMAG_AA
1842 bool "PMAG-AA TURBOchannel framebuffer support"
1843 depends on (FB = y) && TC
1844 select FB_CFB_FILLRECT
1845 select FB_CFB_COPYAREA
1846 select FB_CFB_IMAGEBLIT
1847 help
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001848 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 used mainly in the MIPS-based DECstation series.
1850
1851config FB_PMAG_BA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 tristate "PMAG-BA TURBOchannel framebuffer support"
1853 depends on FB && TC
1854 select FB_CFB_FILLRECT
1855 select FB_CFB_COPYAREA
1856 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 help
Yoichi Yuasab38817d2005-07-27 11:43:28 -07001858 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1859 used mainly in the MIPS-based DECstation series.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860
1861config FB_PMAGB_B
1862 tristate "PMAGB-B TURBOchannel framebuffer support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 depends on FB && TC
1864 select FB_CFB_FILLRECT
1865 select FB_CFB_COPYAREA
1866 select FB_CFB_IMAGEBLIT
1867 help
1868 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001869 in the MIPS-based DECstation series. The card is currently only
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 supported in 1280x1024x8 mode.
1871
1872config FB_MAXINE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 bool "Maxine (Personal DECstation) onboard framebuffer support"
1874 depends on (FB = y) && MACH_DECSTATION
1875 select FB_CFB_FILLRECT
1876 select FB_CFB_COPYAREA
Lennert Buytenhek638772c2009-02-11 17:25:24 +08001877 select FB_CFB_IMAGEBLIT
1878 help
1879 Support for the onboard framebuffer (1024x768x8) in the Personal
1880 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1881 Codename "Maxine").
1882
1883config FB_G364
1884 bool "G364 frame buffer support"
1885 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
1886 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 select FB_CFB_COPYAREA
1888 select FB_CFB_IMAGEBLIT
1889 help
1890 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1891 Olivetti M700-10 systems.
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893config FB_68328
1894 bool "Motorola 68328 native frame buffer support"
1895 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
1896 select FB_CFB_FILLRECT
1897 select FB_CFB_COPYAREA
1898 select FB_CFB_IMAGEBLIT
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001899 help
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001900 Say Y here if you want to support the built-in frame buffer of
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 the Motorola 68328 CPU family.
1902
1903config FB_PXA168
Eric Miao198fc102008-12-23 17:49:43 +08001904 tristate "PXA168/910 LCD framebuffer support"
1905 depends on FB && (CPU_PXA168 || CPU_PXA910)
1906 select FB_CFB_FILLRECT
1907 select FB_CFB_COPYAREA
1908 select FB_CFB_IMAGEBLIT
Eric Miao3c42a442008-04-30 00:52:26 -07001909 ---help---
1910 Frame buffer driver for the built-in LCD controller in the Marvell
Eric Miao7f1133c2008-04-30 00:52:27 -07001911 MMP processor.
Eric Miao3c42a442008-04-30 00:52:26 -07001912
1913config FB_PXA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914 tristate "PXA LCD framebuffer support"
1915 depends on FB && ARCH_PXA
1916 select FB_CFB_FILLRECT
1917 select FB_CFB_COPYAREA
1918 select FB_CFB_IMAGEBLIT
1919 ---help---
1920 Frame buffer driver for the built-in LCD controller in the Intel
1921 PXA2x0 processor.
1922
1923 This driver is also available as a module ( = code which can be
1924 inserted and removed from the running kernel whenever you want). The
1925 module will be called pxafb. If you want to compile it as a module,
1926 say M here and read <file:Documentation/kbuild/modules.txt>.
1927
1928 If unsure, say N.
1929
1930config FB_PXA_OVERLAY
Mike Rapoport22caf042006-07-14 00:24:34 -07001931 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1932 default n
1933 depends on FB_PXA && (PXA27x || PXA3xx)
1934
1935config FB_PXA_SMARTPANEL
1936 bool "PXA Smartpanel LCD support"
1937 default n
1938 depends on FB_PXA
1939
1940config FB_PXA_PARAMETERS
1941 bool "PXA LCD command line parameters"
1942 default n
1943 depends on FB_PXA
1944 ---help---
1945 Enable the use of kernel command line or module parameters
1946 to configure the physical properties of the LCD panel when
1947 using the PXA LCD driver.
1948
1949 This option allows you to override the panel parameters
1950 supplied by the platform in order to support multiple
York Sun9b53a9e2008-04-28 02:15:34 -07001951 different models of flatpanel. If you will only be using a
1952 single model of flatpanel then you can safely leave this
1953 option disabled.
Anatolij Gustschin8b856f02010-07-23 04:00:39 +00001954
York Sun9b53a9e2008-04-28 02:15:34 -07001955 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1956
Daniel Mack364dbdf2010-11-04 14:44:00 -04001957config PXA3XX_GCU
1958 tristate "PXA3xx 2D graphics accelerator driver"
1959 depends on FB_PXA
1960 help
1961 Kernelspace driver for the 2D graphics controller unit (GCU)
1962 found on PXA3xx processors. There is a counterpart driver in the
1963 DirectFB suite, see http://www.directfb.org/
1964
1965 If you compile this as a module, it will be called pxa3xx_gcu.
1966
Randy Dunlapecc41d52005-11-07 01:00:29 -08001967config FB_MBX
1968 tristate "2700G LCD framebuffer support"
1969 depends on FB && ARCH_PXA
1970 select FB_CFB_FILLRECT
1971 select FB_CFB_COPYAREA
1972 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001973 ---help---
1974 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1975 Accelerator
1976
1977config FB_MBX_DEBUG
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001978 bool "Enable debugging info via debugfs"
Randy Dunlapecc41d52005-11-07 01:00:29 -08001979 depends on FB_MBX && DEBUG_FS
1980 default n
1981 ---help---
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 Enable this if you want debugging information using the debug
Arnaud Patard20fd5762005-09-09 13:10:07 -07001983 filesystem (debugfs)
1984
1985 If unsure, say N.
1986
York Sun9b53a9e2008-04-28 02:15:34 -07001987config FB_FSL_DIU
1988 tristate "Freescale DIU framebuffer support"
1989 depends on FB && FSL_SOC
1990 select FB_MODE_HELPERS
1991 select FB_CFB_FILLRECT
1992 select FB_CFB_COPYAREA
1993 select FB_CFB_IMAGEBLIT
1994 select PPC_LIB_RHEAP
1995 ---help---
1996 Framebuffer driver for the Freescale SoC DIU
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997
1998config FB_W100
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07001999 tristate "W100 frame buffer support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 depends on FB && ARCH_PXA
2001 select FB_CFB_FILLRECT
2002 select FB_CFB_COPYAREA
2003 select FB_CFB_IMAGEBLIT
2004 ---help---
Philipp Zabele5dd3cb2008-07-04 09:59:52 -07002005 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 It can also drive the w3220 chip found on iPAQ hx4700.
2007
2008 This driver is also available as a module ( = code which can be
2009 inserted and removed from the running kernel whenever you want). The
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05002010 module will be called w100fb. If you want to compile it as a module,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011 say M here and read <file:Documentation/kbuild/modules.txt>.
2012
2013 If unsure, say N.
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07002014
2015config FB_SH_MOBILE_LCDC
Magnus Damm7278a222010-03-10 11:33:10 +00002016 tristate "SuperH Mobile LCDC framebuffer support"
Magnus Damm2540c112008-12-17 17:29:49 +09002017 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
2018 select FB_SYS_FILLRECT
2019 select FB_SYS_COPYAREA
2020 select FB_SYS_IMAGEBLIT
Magnus Damm85645572008-12-19 15:34:41 +09002021 select FB_SYS_FOPS
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07002022 select FB_DEFERRED_IO
Alexandre Courbot3b0fd9d2011-02-16 03:49:01 +00002023 select FB_BACKLIGHT
Guennadi Liakhovetski9fd04fe2010-05-23 14:00:43 +00002024 select SH_MIPI_DSI if SH_LCD_MIPI_DSI
Magnus Dammcfb4f5d2008-07-23 21:31:24 -07002025 ---help---
2026 Frame buffer driver for the on-chip SH-Mobile LCD controller.
2027
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00002028config FB_SH_MOBILE_HDMI
2029 tristate "SuperH Mobile HDMI controller support"
2030 depends on FB_SH_MOBILE_LCDC
2031 select FB_MODE_HELPERS
Guennadi Liakhovetski630f2d42010-10-15 08:58:00 +02002032 select SOUND
2033 select SND
Kuninori Morimoto3056c702010-09-09 16:30:18 +09002034 select SND_SOC
Guennadi Liakhovetski6011bde2010-07-21 10:13:21 +00002035 ---help---
2036 Driver for the on-chip SH-Mobile HDMI controller.
2037
Dmitry Baryshkovb53cde32008-10-15 22:03:55 -07002038config FB_TMIO
2039 tristate "Toshiba Mobile IO FrameBuffer support"
2040 depends on FB && MFD_CORE
2041 select FB_CFB_FILLRECT
2042 select FB_CFB_COPYAREA
2043 select FB_CFB_IMAGEBLIT
2044 ---help---
2045 Frame buffer driver for the Toshiba Mobile IO integrated as found
2046 on the Sharp SL-6000 series
2047
2048 This driver is also available as a module ( = code which can be
2049 inserted and removed from the running kernel whenever you want). The
2050 module will be called tmiofb. If you want to compile it as a module,
2051 say M here and read <file:Documentation/kbuild/modules.txt>.
2052
2053 If unsure, say N.
2054
2055config FB_TMIO_ACCELL
2056 bool "tmiofb acceleration"
2057 depends on FB_TMIO
2058 default y
2059
Ben Dooksec549a02009-03-31 15:25:39 -07002060config FB_S3C
2061 tristate "Samsung S3C framebuffer support"
Jingoo Han4e45a762013-02-21 16:42:30 -08002062 depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \
2063 ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS)
Ben Dooksec549a02009-03-31 15:25:39 -07002064 select FB_CFB_FILLRECT
2065 select FB_CFB_COPYAREA
2066 select FB_CFB_IMAGEBLIT
2067 ---help---
2068 Frame buffer driver for the built-in FB controller in the Samsung
2069 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
2070 and the S3C64XX series such as the S3C6400 and S3C6410.
2071
2072 These chips all have the same basic framebuffer design with the
2073 actual capabilities depending on the chip. For instance the S3C6400
2074 and S3C6410 support 4 hardware windows whereas the S3C24XX series
2075 currently only have two.
2076
2077 Currently the support is only for the S3C6400 and S3C6410 SoCs.
2078
2079config FB_S3C_DEBUG_REGWRITE
2080 bool "Debug register writes"
2081 depends on FB_S3C
2082 ---help---
Jingoo Han975d3522012-09-27 16:46:19 +09002083 Show all register writes via pr_debug()
Ben Dooksec549a02009-03-31 15:25:39 -07002084
Arnaud Patard20fd5762005-09-09 13:10:07 -07002085config FB_S3C2410
2086 tristate "S3C2410 LCD framebuffer support"
Kukjin Kimb130d5c2012-02-03 14:29:23 +09002087 depends on FB && ARCH_S3C24XX
Arnaud Patard20fd5762005-09-09 13:10:07 -07002088 select FB_CFB_FILLRECT
2089 select FB_CFB_COPYAREA
2090 select FB_CFB_IMAGEBLIT
Arnaud Patard20fd5762005-09-09 13:10:07 -07002091 ---help---
2092 Frame buffer driver for the built-in LCD controller in the Samsung
2093 S3C2410 processor.
2094
2095 This driver is also available as a module ( = code which can be
2096 inserted and removed from the running kernel whenever you want). The
2097 module will be called s3c2410fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05002098 say M here and read <file:Documentation/kbuild/modules.txt>.
Arnaud Patard20fd5762005-09-09 13:10:07 -07002099
2100 If unsure, say N.
2101config FB_S3C2410_DEBUG
2102 bool "S3C2410 lcd debug messages"
2103 depends on FB_S3C2410
2104 help
2105 Turn on debugging messages. Note that you can set/unset at run time
2106 through sysfs
2107
Wang Qiang86619702010-03-10 15:21:47 -08002108config FB_NUC900
2109 bool "NUC900 LCD framebuffer support"
2110 depends on FB && ARCH_W90X900
2111 select FB_CFB_FILLRECT
2112 select FB_CFB_COPYAREA
2113 select FB_CFB_IMAGEBLIT
2114 ---help---
2115 Frame buffer driver for the built-in LCD controller in the Nuvoton
2116 NUC900 processor
2117
2118config GPM1040A0_320X240
2119 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD"
2120 depends on FB_NUC900
2121
Ben Dooks5fc404e2007-02-20 13:58:21 -08002122config FB_SM501
2123 tristate "Silicon Motion SM501 framebuffer support"
2124 depends on FB && MFD_SM501
2125 select FB_CFB_FILLRECT
2126 select FB_CFB_COPYAREA
2127 select FB_CFB_IMAGEBLIT
2128 ---help---
2129 Frame buffer driver for the CRT and LCD controllers in the Silicon
2130 Motion SM501.
2131
2132 This driver is also available as a module ( = code which can be
2133 inserted and removed from the running kernel whenever you want). The
2134 module will be called sm501fb. If you want to compile it as a module,
Dirk Hohndele4031492007-10-30 13:37:19 -07002135 say M here and read <file:Documentation/kbuild/modules.txt>.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002136
2137 If unsure, say N.
2138
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01002139config FB_SMSCUFX
2140 tristate "SMSC UFX6000/7000 USB Framebuffer support"
2141 depends on FB && USB
2142 select FB_MODE_HELPERS
2143 select FB_SYS_FILLRECT
2144 select FB_SYS_COPYAREA
2145 select FB_SYS_IMAGEBLIT
2146 select FB_SYS_FOPS
2147 select FB_DEFERRED_IO
2148 ---help---
2149 This is a kernel framebuffer driver for SMSC UFX USB devices.
2150 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2151 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2152 (USB 3.0) devices.
2153 To compile as a module, choose M here: the module name is smscufx.
2154
Paul Mundt96f8d8642010-11-16 14:00:24 +09002155config FB_UDL
2156 tristate "Displaylink USB Framebuffer support"
2157 depends on FB && USB
2158 select FB_MODE_HELPERS
2159 select FB_SYS_FILLRECT
2160 select FB_SYS_COPYAREA
2161 select FB_SYS_IMAGEBLIT
2162 select FB_SYS_FOPS
2163 select FB_DEFERRED_IO
2164 ---help---
2165 This is a kernel framebuffer driver for DisplayLink USB devices.
2166 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2167 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
2168 To compile as a module, choose M here: the module name is udlfb.
Ben Dooks5fc404e2007-02-20 13:58:21 -08002169
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002170config FB_IBM_GXT4500
Dan Horák6c39dcc2012-09-12 06:06:44 +00002171 tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"
Randy Dunlap0058f472007-10-16 01:29:35 -07002172 depends on FB && PPC
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002173 select FB_CFB_FILLRECT
2174 select FB_CFB_COPYAREA
2175 select FB_CFB_IMAGEBLIT
2176 ---help---
Dan Horák6c39dcc2012-09-12 06:06:44 +00002177 Say Y here to enable support for the IBM GXT4000P/6000P and
2178 GXT4500P/6500P display adaptor based on Raster Engine RC1000,
2179 found on some IBM System P (pSeries) machines. This driver
2180 doesn't use Geometry Engine GT1000.
Paul Mackerrasa3d89982006-12-10 02:20:42 -08002181
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002182config FB_PS3
Geert Uytterhoeven9e6b99b2007-06-16 08:05:38 +10002183 tristate "PS3 GPU framebuffer driver"
2184 depends on FB && PS3_PS3AV
Geert Uytterhoeven92c45792007-05-23 13:57:50 -07002185 select FB_SYS_FILLRECT
2186 select FB_SYS_COPYAREA
2187 select FB_SYS_IMAGEBLIT
2188 select FB_SYS_FOPS
Geert Uytterhoeven23e9c942007-07-21 04:37:49 -07002189 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002190 ---help---
2191 Include support for the virtual frame buffer in the PS3 platform.
2192
2193config FB_PS3_DEFAULT_SIZE_M
2194 int "PS3 default frame buffer size (in MiB)"
2195 depends on FB_PS3
Geert Uytterhoeven50b25292007-07-21 04:37:50 -07002196 default 9
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08002197 ---help---
2198 This is the default size (in MiB) of the virtual frame buffer in
2199 the PS3.
2200 The default value can be overridden on the kernel command line
2201 using the "ps3fb" option (e.g. "ps3fb=9M");
2202
Andrei Konovalov147394c2007-05-08 00:40:18 -07002203config FB_XILINX
2204 tristate "Xilinx frame buffer support"
Michal Simek196bf9f2013-06-03 12:13:22 +02002205 depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ)
Andrei Konovalov147394c2007-05-08 00:40:18 -07002206 select FB_CFB_FILLRECT
2207 select FB_CFB_COPYAREA
2208 select FB_CFB_IMAGEBLIT
2209 ---help---
2210 Include support for the Xilinx ML300/ML403 reference design
2211 framebuffer. ML300 carries a 640*480 LCD display on the board,
2212 ML403 uses a standard DB15 VGA connector.
2213
Arve Hjønnevågc289ba22013-02-21 16:42:09 -08002214config FB_GOLDFISH
2215 tristate "Goldfish Framebuffer"
Geert Uytterhoevene5ee7302013-05-24 15:55:27 -07002216 depends on FB && HAS_DMA
Arve Hjønnevågc289ba22013-02-21 16:42:09 -08002217 select FB_CFB_FILLRECT
2218 select FB_CFB_COPYAREA
2219 select FB_CFB_IMAGEBLIT
2220 ---help---
2221 Framebuffer driver for Goldfish Virtual Platform
2222
Yoichi Yuasa5abe3b42008-07-23 21:31:40 -07002223config FB_COBALT
2224 tristate "Cobalt server LCD frame buffer support"
Steven J. Hill13f36e92012-04-18 09:13:51 -05002225 depends on FB && (MIPS_COBALT || MIPS_SEAD3)
Yoichi Yuasa5abe3b42008-07-23 21:31:40 -07002226
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002227config FB_SH7760
Nobuhiro Iwamatsu5c72f302008-11-21 14:35:29 +09002228 bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
2229 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
2230 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
2231 select FB_CFB_FILLRECT
2232 select FB_CFB_COPYAREA
2233 select FB_CFB_IMAGEBLIT
2234 ---help---
2235 Support for the SH7760/SH7763/SH7720/SH7721 integrated
2236 (D)STN/TFT LCD Controller.
2237 Supports display resolutions up to 1024x1024 pixel, grayscale and
2238 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2239 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2240 panels <= 320 pixel horizontal resolution.
Nobuhiro Iwamatsu4a25e412008-07-23 21:31:46 -07002241
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002242config FB_DA8XX
Darren Etheridge979778f2013-08-05 17:02:39 -05002243 tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
2244 depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX)
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002245 select FB_CFB_FILLRECT
2246 select FB_CFB_COPYAREA
2247 select FB_CFB_IMAGEBLIT
Anatolij Gustschinf4130702012-03-13 14:13:57 +01002248 select FB_CFB_REV_PIXELS_IN_BYTE
Darren Etheridge979778f2013-08-05 17:02:39 -05002249 select FB_MODE_HELPERS
2250 select VIDEOMODE_HELPERS
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002251 ---help---
2252 This is the frame buffer device driver for the TI LCD controller
Darren Etheridge979778f2013-08-05 17:02:39 -05002253 found on DA8xx/OMAP-L1xx/AM335x SoCs.
Sudhakar Rajashekhara4ed824d2009-09-22 16:47:06 -07002254 If unsure, say N.
2255
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256config FB_VIRTUAL
2257 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
2258 depends on FB
Antonino A. Daplas87b48842007-05-08 00:39:01 -07002259 select FB_SYS_FILLRECT
2260 select FB_SYS_COPYAREA
2261 select FB_SYS_IMAGEBLIT
Antonino A. Daplas52102c02007-05-08 00:39:07 -07002262 select FB_SYS_FOPS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263 ---help---
2264 This is a `virtual' frame buffer device. It operates on a chunk of
2265 unswappable kernel memory instead of on the memory of a graphics
2266 board. This means you cannot see any output sent to this frame
2267 buffer device, while it does consume precious memory. The main use
2268 of this frame buffer device is testing and debugging the frame
2269 buffer subsystem. Do NOT enable it for normal systems! To protect
2270 the innocent, it has to be enabled explicitly at boot time using the
2271 kernel option `video=vfb:'.
2272
2273 To compile this driver as a module, choose M here: the
Mike Frysinger66cf7512006-10-03 01:14:41 -07002274 module will be called vfb. In order to load it, you must use
2275 the vfb_enable=1 option.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276
2277 If unsure, say N.
James Simmonse0e34ef72007-02-10 14:15:43 +00002278
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002279config XEN_FBDEV_FRONTEND
2280 tristate "Xen virtual frame buffer support"
2281 depends on FB && XEN
2282 select FB_SYS_FILLRECT
2283 select FB_SYS_COPYAREA
2284 select FB_SYS_IMAGEBLIT
2285 select FB_SYS_FOPS
2286 select FB_DEFERRED_IO
Andrew Jones36c11322013-01-09 13:53:24 +01002287 select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC
Konrad Rzeszutek Wilkba69ea42009-10-08 13:23:08 -04002288 select XEN_XENBUS_FRONTEND
Markus Armbruster4ee36dc2008-04-02 10:54:07 -07002289 default y
2290 help
2291 This driver implements the front-end of the Xen virtual
2292 frame buffer driver. It communicates with a back-end
2293 in another domain.
2294
Jaya Kumare9355082008-08-19 11:17:55 +01002295config FB_METRONOME
2296 tristate "E-Ink Metronome/8track controller support"
2297 depends on FB
2298 select FB_SYS_FILLRECT
2299 select FB_SYS_COPYAREA
2300 select FB_SYS_IMAGEBLIT
2301 select FB_SYS_FOPS
2302 select FB_DEFERRED_IO
2303 help
2304 This driver implements support for the E-Ink Metronome
2305 controller. The pre-release name for this device was 8track
2306 and could also have been called by some vendors as PVI-nnnn.
2307
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002308config FB_MB862XX
2309 tristate "Fujitsu MB862xx GDC support"
2310 depends on FB
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002311 depends on PCI || (OF && PPC)
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002312 select FB_CFB_FILLRECT
2313 select FB_CFB_COPYAREA
2314 select FB_CFB_IMAGEBLIT
2315 ---help---
2316 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.
2317
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002318choice
2319 prompt "GDC variant"
2320 depends on FB_MB862XX
2321
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002322config FB_MB862XX_PCI_GDC
2323 bool "Carmine/Coral-P(A) GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002324 depends on PCI
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002325 ---help---
2326 This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
2327 PCI graphics controller devices.
2328
2329config FB_MB862XX_LIME
2330 bool "Lime GDC"
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002331 depends on OF && PPC
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002332 select FB_FOREIGN_ENDIAN
2333 select FB_LITTLE_ENDIAN
2334 ---help---
2335 Framebuffer support for Fujitsu Lime GDC on host CPU bus.
2336
Ben Hutchingsb9b52cf2011-05-12 12:42:17 +00002337endchoice
2338
Anatolij Gustschinf8a6b1f2011-05-24 15:19:48 +02002339config FB_MB862XX_I2C
2340 bool "Support I2C bus on MB862XX GDC"
2341 depends on FB_MB862XX && I2C
2342 default y
2343 help
2344 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
2345 driver to support accessing I2C devices on controller's I2C bus.
2346 These are usually some video decoder chips.
2347
Ryan Mallon88017bda2009-09-22 16:47:09 -07002348config FB_EP93XX
2349 tristate "EP93XX frame buffer support"
2350 depends on FB && ARCH_EP93XX
2351 select FB_CFB_FILLRECT
2352 select FB_CFB_COPYAREA
2353 select FB_CFB_IMAGEBLIT
2354 ---help---
2355 Framebuffer driver for the Cirrus Logic EP93XX series of processors.
2356 This driver is also available as a module. The module will be called
2357 ep93xx-fb.
2358
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002359config FB_PRE_INIT_FB
2360 bool "Don't reinitialize, use bootloader's GDC/Display configuration"
Guennadi Liakhovetski93f40e62009-11-11 14:26:47 -08002361 depends on FB && FB_MB862XX_LIME
Anatolij Gustschin17a12172008-11-06 12:53:29 -08002362 ---help---
2363 Select this option if display contents should be inherited as set by
2364 the bootloader.
2365
Pavel Machekd480ace2009-09-22 16:47:03 -07002366config FB_MSM
Pavel Machek4e00dc72009-12-08 11:10:28 -08002367 tristate "MSM Framebuffer support"
Pavel Machekd480ace2009-09-22 16:47:03 -07002368 depends on FB && ARCH_MSM
2369 select FB_CFB_FILLRECT
2370 select FB_CFB_COPYAREA
2371 select FB_CFB_IMAGEBLIT
Pavel Machekd480ace2009-09-22 16:47:03 -07002372
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002373config FB_MX3
Guennadi Liakhovetski6e1588cb2009-02-26 21:34:28 +01002374 tristate "MX3 Framebuffer support"
2375 depends on FB && MX3_IPU
2376 select FB_CFB_FILLRECT
2377 select FB_CFB_COPYAREA
2378 select FB_CFB_IMAGEBLIT
2379 default y
2380 help
2381 This is a framebuffer device for the i.MX31 LCD Controller. So
2382 far only synchronous displays are supported. If you plan to use
2383 an LCD display with your i.MX31 system, say Y here.
Guennadi Liakhovetski86528da2009-01-21 10:32:34 -07002384
Jaya Kumar0d4ff4d2009-01-01 17:49:19 +01002385config FB_BROADSHEET
2386 tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
2387 depends on FB
2388 select FB_SYS_FILLRECT
2389 select FB_SYS_COPYAREA
2390 select FB_SYS_IMAGEBLIT
2391 select FB_SYS_FOPS
2392 select FB_DEFERRED_IO
2393 help
2394 This driver implements support for the E-Ink Broadsheet
2395 controller. The release name for this device was Epson S1D13521
2396 and could also have been called by other names when coupled with
2397 a bridge adapter.
2398
Heiko Stübner2c8304d2012-04-28 12:20:00 +02002399config FB_AUO_K190X
2400 tristate "AUO-K190X EPD controller support"
2401 depends on FB
2402 select FB_SYS_FILLRECT
2403 select FB_SYS_COPYAREA
2404 select FB_SYS_IMAGEBLIT
2405 select FB_SYS_FOPS
2406 select FB_DEFERRED_IO
2407 help
2408 Provides support for epaper controllers from the K190X series
2409 of AUO. These controllers can be used to drive epaper displays
2410 from Sipix.
2411
2412 This option enables the common support, shared by the individual
2413 controller drivers. You will also have to enable the driver
2414 for the controller type used in your device.
2415
Heiko Stübner96b1d502012-04-28 12:21:12 +02002416config FB_AUO_K1900
2417 tristate "AUO-K1900 EPD controller support"
2418 depends on FB && FB_AUO_K190X
2419 help
2420 This driver implements support for the AUO K1900 epd-controller.
2421 This controller can drive Sipix epaper displays but can only do
2422 serial updates, reducing the number of possible frames per second.
2423
Heiko Stübner53027cd2012-04-28 12:22:08 +02002424config FB_AUO_K1901
2425 tristate "AUO-K1901 EPD controller support"
2426 depends on FB && FB_AUO_K190X
2427 help
2428 This driver implements support for the AUO K1901 epd-controller.
2429 This controller can drive Sipix epaper displays and supports
2430 concurrent updates, making higher frames per second possible.
2431
Lars-Peter Clausen7a92d542010-07-17 11:14:34 +00002432config FB_JZ4740
2433 tristate "JZ4740 LCD framebuffer support"
2434 depends on FB && MACH_JZ4740
2435 select FB_SYS_FILLRECT
2436 select FB_SYS_COPYAREA
2437 select FB_SYS_IMAGEBLIT
2438 help
2439 Framebuffer support for the JZ4740 SoC.
2440
Sascha Hauerf0a523b2011-01-14 15:22:31 +01002441config FB_MXS
2442 tristate "MXS LCD framebuffer support"
2443 depends on FB && ARCH_MXS
2444 select FB_CFB_FILLRECT
2445 select FB_CFB_COPYAREA
2446 select FB_CFB_IMAGEBLIT
Shawn Guo66940652013-03-14 10:57:34 +08002447 select FB_MODE_HELPERS
Fabio Estevamd7321df2013-05-08 21:05:55 +08002448 select VIDEOMODE_HELPERS
Sascha Hauerf0a523b2011-01-14 15:22:31 +01002449 help
2450 Framebuffer support for the MXS SoC.
2451
GuanXuetaoce443ab2011-02-26 21:39:10 +08002452config FB_PUV3_UNIGFX
2453 tristate "PKUnity v3 Unigfx framebuffer support"
2454 depends on FB && UNICORE32 && ARCH_PUV3
2455 select FB_SYS_FILLRECT
2456 select FB_SYS_COPYAREA
2457 select FB_SYS_IMAGEBLIT
2458 select FB_SYS_FOPS
2459 help
2460 Choose this option if you want to use the Unigfx device as a
2461 framebuffer device. Without the support of PCI & AGP.
2462
Haiyang Zhang68a2d20b2013-04-29 15:05:42 -07002463config FB_HYPERV
2464 tristate "Microsoft Hyper-V Synthetic Video support"
2465 depends on FB && HYPERV
2466 select FB_CFB_FILLRECT
2467 select FB_CFB_COPYAREA
2468 select FB_CFB_IMAGEBLIT
2469 help
2470 This framebuffer driver supports Microsoft Hyper-V Synthetic Video.
2471
Stephen Warren26549c82013-05-24 15:55:13 -07002472config FB_SIMPLE
2473 bool "Simple framebuffer support"
David Herrmann5ef76da2013-08-02 14:05:20 +02002474 depends on (FB = y)
Stephen Warren26549c82013-05-24 15:55:13 -07002475 select FB_CFB_FILLRECT
2476 select FB_CFB_COPYAREA
2477 select FB_CFB_IMAGEBLIT
2478 help
2479 Say Y if you want support for a simple frame-buffer.
2480
2481 This driver assumes that the display hardware has been initialized
2482 before the kernel boots, and the kernel will simply render to the
2483 pre-allocated frame buffer surface.
2484
2485 Configuration re: surface address, size, and format must be provided
David Herrmann5ef76da2013-08-02 14:05:20 +02002486 through device tree, or plain old platform data.
Stephen Warren26549c82013-05-24 15:55:13 -07002487
Randy Dunlapf08f3892007-10-29 14:37:16 -07002488source "drivers/video/omap/Kconfig"
Tomi Valkeinenafedec12009-08-07 12:01:55 +03002489source "drivers/video/omap2/Kconfig"
Donghwa Lee7258cc12012-02-08 12:47:39 -08002490source "drivers/video/exynos/Kconfig"
Zhou Zhu59393bb2013-02-21 16:42:11 -08002491source "drivers/video/mmp/Kconfig"
Randy Dunlap179b0252007-10-16 01:29:39 -07002492source "drivers/video/backlight/Kconfig"
Randy Dunlap179b0252007-10-16 01:29:39 -07002493
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494if VT
2495 source "drivers/video/console/Kconfig"
2496endif
2497
2498if FB || SGI_NEWPORT_CONSOLE
2499 source "drivers/video/logo/Kconfig"
2500endif
2501
Kuninori Morimotof363afc2012-03-20 18:27:08 -07002502config FB_SH_MOBILE_MERAM
2503 tristate "SuperH Mobile MERAM read ahead support"
2504 depends on (SUPERH || ARCH_SHMOBILE)
2505 select GENERIC_ALLOCATOR
2506 ---help---
2507 Enable MERAM support for the SuperH controller.
2508
2509 This will allow for caching of the framebuffer to provide more
2510 reliable access under heavy main memory bus traffic situations.
2511 Up to 4 memory channels can be configured, allowing 4 RGB or
2512 2 YCbCr framebuffers to be configured.
2513
Maxime Riparda2ed00d2012-12-07 12:30:38 -08002514config FB_SSD1307
2515 tristate "Solomon SSD1307 framebuffer support"
2516 depends on FB && I2C
2517 depends on OF
Alexandre Courbot76ec9d12013-03-28 04:34:56 -07002518 depends on GPIOLIB
Maxime Riparda2ed00d2012-12-07 12:30:38 -08002519 select FB_SYS_FOPS
2520 select FB_SYS_FILLRECT
2521 select FB_SYS_COPYAREA
2522 select FB_SYS_IMAGEBLIT
2523 select FB_DEFERRED_IO
2524 select PWM
2525 help
2526 This driver implements support for the Solomon SSD1307
2527 OLED controller over I2C.
2528
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529endmenu