blob: f1458c95a688781c1e2b2492e5dd228afd3a69a6 [file] [log] [blame]
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02001#
2# fbdev configuration
3#
4
5menuconfig FB
6 tristate "Support for frame buffer devices"
Daniel Vetterea6763c12014-08-06 11:36:38 +02007 select FB_CMDLINE
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02008 ---help---
9 The frame buffer device provides an abstraction for the graphics
10 hardware. It represents the frame buffer of some video hardware and
11 allows application software to access the graphics hardware through
12 a well-defined interface, so the software doesn't need to know
13 anything about the low-level (hardware register) stuff.
14
15 Frame buffer devices work identically across the different
16 architectures supported by Linux and make the implementation of
17 application programs easier and more portable; at this point, an X
18 server exists which uses the frame buffer device exclusively.
19 On several non-X86 architectures, the frame buffer device is the
20 only way to use the graphics hardware.
21
22 The device is accessed through special device nodes, usually located
23 in the /dev directory, i.e. /dev/fb*.
24
25 You need an utility program called fbset to make full use of frame
26 buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
27 and the Framebuffer-HOWTO at
28 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
29 information.
30
31 Say Y here and to the driver for your graphics board below if you
32 are compiling a kernel for a non-x86 architecture.
33
34 If you are compiling for the x86 architecture, you can say Y if you
35 want to play with it, but it is not essential. Please note that
36 running graphical applications that directly touch the hardware
37 (e.g. an accelerated X server) and that are not frame buffer
38 device-aware may cause unexpected results. If unsure, say N.
39
40config FIRMWARE_EDID
41 bool "Enable firmware EDID"
42 depends on FB
43 default n
44 ---help---
45 This enables access to the EDID transferred from the firmware.
46 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
47 transfers do not work for your driver and if you are using
48 nvidiafb, i810fb or savagefb.
49
50 In general, choosing Y for this option is safe. If you
51 experience extremely long delays while booting before you get
52 something on your display, try setting this to N. Matrox cards in
53 combination with certain motherboards and monitors are known to
54 suffer from this problem.
55
Daniel Vetterea6763c12014-08-06 11:36:38 +020056config FB_CMDLINE
57 bool
58
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020059config FB_DDC
60 tristate
61 depends on FB
62 select I2C_ALGOBIT
63 select I2C
64 default n
65
66config FB_BOOT_VESA_SUPPORT
67 bool
68 depends on FB
69 default n
70 ---help---
71 If true, at least one selected framebuffer driver can take advantage
72 of VESA video modes set at an early boot stage via the vga= parameter.
73
74config FB_CFB_FILLRECT
75 tristate
76 depends on FB
77 default n
78 ---help---
79 Include the cfb_fillrect function for generic software rectangle
80 filling. This is used by drivers that don't provide their own
81 (accelerated) version.
82
83config FB_CFB_COPYAREA
84 tristate
85 depends on FB
86 default n
87 ---help---
88 Include the cfb_copyarea function for generic software area copying.
89 This is used by drivers that don't provide their own (accelerated)
90 version.
91
92config FB_CFB_IMAGEBLIT
93 tristate
94 depends on FB
95 default n
96 ---help---
97 Include the cfb_imageblit function for generic software image
98 blitting. This is used by drivers that don't provide their own
99 (accelerated) version.
100
101config FB_CFB_REV_PIXELS_IN_BYTE
102 bool
103 depends on FB
104 default n
105 ---help---
106 Allow generic frame-buffer functions to work on displays with 1, 2
107 and 4 bits per pixel depths which has opposite order of pixels in
108 byte order to bytes in long order.
109
110config FB_SYS_FILLRECT
111 tristate
112 depends on FB
113 default n
114 ---help---
115 Include the sys_fillrect function for generic software rectangle
116 filling. This is used by drivers that don't provide their own
117 (accelerated) version and the framebuffer is in system RAM.
118
119config FB_SYS_COPYAREA
120 tristate
121 depends on FB
122 default n
123 ---help---
124 Include the sys_copyarea function for generic software area copying.
125 This is used by drivers that don't provide their own (accelerated)
126 version and the framebuffer is in system RAM.
127
128config FB_SYS_IMAGEBLIT
129 tristate
130 depends on FB
131 default n
132 ---help---
133 Include the sys_imageblit function for generic software image
134 blitting. This is used by drivers that don't provide their own
135 (accelerated) version and the framebuffer is in system RAM.
136
137menuconfig FB_FOREIGN_ENDIAN
138 bool "Framebuffer foreign endianness support"
139 depends on FB
140 ---help---
141 This menu will let you enable support for the framebuffers with
142 non-native endianness (e.g. Little-Endian framebuffer on a
143 Big-Endian machine). Most probably you don't have such hardware,
144 so it's safe to say "n" here.
145
146choice
147 prompt "Choice endianness support"
148 depends on FB_FOREIGN_ENDIAN
149
150config FB_BOTH_ENDIAN
151 bool "Support for Big- and Little-Endian framebuffers"
152
153config FB_BIG_ENDIAN
154 bool "Support for Big-Endian framebuffers only"
155
156config FB_LITTLE_ENDIAN
157 bool "Support for Little-Endian framebuffers only"
158
159endchoice
160
161config FB_SYS_FOPS
162 tristate
163 depends on FB
164 default n
165
166config FB_DEFERRED_IO
167 bool
168 depends on FB
169
170config FB_HECUBA
171 tristate
172 depends on FB
173 depends on FB_DEFERRED_IO
174
175config FB_SVGALIB
176 tristate
177 depends on FB
178 default n
179 ---help---
180 Common utility functions useful to fbdev drivers of VGA-based
181 cards.
182
183config FB_MACMODES
184 tristate
185 depends on FB
186 default n
187
188config FB_BACKLIGHT
189 bool
190 depends on FB
191 select BACKLIGHT_LCD_SUPPORT
192 select BACKLIGHT_CLASS_DEVICE
193 default n
194
195config FB_MODE_HELPERS
196 bool "Enable Video Mode Handling Helpers"
197 depends on FB
198 default n
199 ---help---
200 This enables functions for handling video modes using the
201 Generalized Timing Formula and the EDID parser. A few drivers rely
202 on this feature such as the radeonfb, rivafb, and the i810fb. If
203 your driver does not take advantage of this feature, choosing Y will
204 just increase the kernel size by about 5K.
205
206config FB_TILEBLITTING
207 bool "Enable Tile Blitting Support"
208 depends on FB
209 default n
210 ---help---
211 This enables tile blitting. Tile blitting is a drawing technique
212 where the screen is divided into rectangular sections (tiles), whereas
213 the standard blitting divides the screen into pixels. Because the
214 default drawing element is a tile, drawing functions will be passed
215 parameters in terms of number of tiles instead of number of pixels.
216 For example, to draw a single character, instead of using bitmaps,
217 an index to an array of bitmaps will be used. To clear or move a
218 rectangular section of a screen, the rectangle will be described in
219 terms of number of tiles in the x- and y-axis.
220
221 This is particularly important to one driver, matroxfb. If
222 unsure, say N.
223
224comment "Frame buffer hardware drivers"
225 depends on FB
226
227config FB_GRVGA
228 tristate "Aeroflex Gaisler framebuffer support"
229 depends on FB && SPARC
230 select FB_CFB_FILLRECT
231 select FB_CFB_COPYAREA
232 select FB_CFB_IMAGEBLIT
233 ---help---
234 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
235
236config FB_CIRRUS
237 tristate "Cirrus Logic support"
238 depends on FB && (ZORRO || PCI)
239 select FB_CFB_FILLRECT
240 select FB_CFB_COPYAREA
241 select FB_CFB_IMAGEBLIT
242 ---help---
243 This enables support for Cirrus Logic GD542x/543x based boards on
244 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
245
246 If you have a PCI-based system, this enables support for these
247 chips: GD-543x, GD-544x, GD-5480.
248
249 Please read the file <file:Documentation/fb/cirrusfb.txt>.
250
251 Say N unless you have such a graphics board or plan to get one
252 before you next recompile the kernel.
253
254config FB_PM2
255 tristate "Permedia2 support"
256 depends on FB && ((AMIGA && BROKEN) || PCI)
257 select FB_CFB_FILLRECT
258 select FB_CFB_COPYAREA
259 select FB_CFB_IMAGEBLIT
260 help
261 This is the frame buffer device driver for cards based on
262 the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
263 The driver was tested on the following cards:
264 Diamond FireGL 1000 PRO AGP
265 ELSA Gloria Synergy PCI
266 Appian Jeronimo PRO (both heads) PCI
267 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI
268 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC
269 ASK Graphic Blaster Exxtreme AGP
270
271 To compile this driver as a module, choose M here: the
272 module will be called pm2fb.
273
274config FB_PM2_FIFO_DISCONNECT
275 bool "enable FIFO disconnect feature"
276 depends on FB_PM2 && PCI
277 help
278 Support the Permedia2 FIFO disconnect feature.
279
280config FB_ARMCLCD
281 tristate "ARM PrimeCell PL110 support"
282 depends on ARM || ARM64 || COMPILE_TEST
283 depends on FB && ARM_AMBA
284 select FB_CFB_FILLRECT
285 select FB_CFB_COPYAREA
286 select FB_CFB_IMAGEBLIT
287 help
288 This framebuffer device driver is for the ARM PrimeCell PL110
289 Colour LCD controller. ARM PrimeCells provide the building
290 blocks for System on a Chip devices.
291
292 If you want to compile this as a module (=code which can be
293 inserted into and removed from the running kernel), say M
294 here and read <file:Documentation/kbuild/modules.txt>. The module
295 will be called amba-clcd.
296
297config FB_ACORN
298 bool "Acorn VIDC support"
299 depends on (FB = y) && ARM && ARCH_ACORN
300 select FB_CFB_FILLRECT
301 select FB_CFB_COPYAREA
302 select FB_CFB_IMAGEBLIT
303 help
304 This is the frame buffer device driver for the Acorn VIDC graphics
305 hardware found in Acorn RISC PCs and other ARM-based machines. If
306 unsure, say N.
307
308config FB_CLPS711X
309 bool "CLPS711X LCD support"
310 depends on (FB = y) && ARM && ARCH_CLPS711X
311 select FB_CFB_FILLRECT
312 select FB_CFB_COPYAREA
313 select FB_CFB_IMAGEBLIT
314 help
315 Say Y to enable the Framebuffer driver for the CLPS7111 and
316 EP7212 processors.
317
318config FB_SA1100
319 bool "SA-1100 LCD support"
320 depends on (FB = y) && ARM && ARCH_SA1100
321 select FB_CFB_FILLRECT
322 select FB_CFB_COPYAREA
323 select FB_CFB_IMAGEBLIT
324 help
325 This is a framebuffer device for the SA-1100 LCD Controller.
326 See <http://www.linux-fbdev.org/> for information on framebuffer
327 devices.
328
329 If you plan to use the LCD display with your SA-1100 system, say
330 Y here.
331
332config FB_IMX
333 tristate "Freescale i.MX1/21/25/27 LCD support"
334 depends on FB && ARCH_MXC
335 select BACKLIGHT_LCD_SUPPORT
336 select LCD_CLASS_DEVICE
337 select FB_CFB_FILLRECT
338 select FB_CFB_COPYAREA
339 select FB_CFB_IMAGEBLIT
340 select FB_MODE_HELPERS
341 select VIDEOMODE_HELPERS
342
343config FB_CYBER2000
344 tristate "CyberPro 2000/2010/5000 support"
345 depends on FB && PCI && (BROKEN || !SPARC64)
346 select FB_CFB_FILLRECT
347 select FB_CFB_COPYAREA
348 select FB_CFB_IMAGEBLIT
349 help
350 This enables support for the Integraphics CyberPro 20x0 and 5000
351 VGA chips used in the Rebel.com Netwinder and other machines.
352 Say Y if you have a NetWinder or a graphics card containing this
353 device, otherwise say N.
354
355config FB_CYBER2000_DDC
356 bool "DDC for CyberPro support"
357 depends on FB_CYBER2000
358 select FB_DDC
359 default y
360 help
361 Say Y here if you want DDC support for your CyberPro graphics
362 card. This is only I2C bus support, driver does not use EDID.
363
364config FB_CYBER2000_I2C
365 bool "CyberPro 2000/2010/5000 I2C support"
366 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
Arnd Bergmannf7200b62014-04-24 13:28:19 +0100367 depends on I2C=y || FB_CYBER2000=m
Tomi Valkeinenf7018c22014-02-13 15:31:38 +0200368 select I2C_ALGOBIT
369 help
370 Enable support for the I2C video decoder interface on the
371 Integraphics CyberPro 20x0 and 5000 VGA chips. This is used
372 on the Netwinder machines for the SAA7111 video capture.
373
374config FB_APOLLO
375 bool
376 depends on (FB = y) && APOLLO
377 default y
378 select FB_CFB_FILLRECT
379 select FB_CFB_IMAGEBLIT
380
381config FB_Q40
382 bool
383 depends on (FB = y) && Q40
384 default y
385 select FB_CFB_FILLRECT
386 select FB_CFB_COPYAREA
387 select FB_CFB_IMAGEBLIT
388
389config FB_AMIGA
390 tristate "Amiga native chipset support"
391 depends on FB && AMIGA
392 help
393 This is the frame buffer device driver for the builtin graphics
394 chipset found in Amigas.
395
396 To compile this driver as a module, choose M here: the
397 module will be called amifb.
398
399config FB_AMIGA_OCS
400 bool "Amiga OCS chipset support"
401 depends on FB_AMIGA
402 help
403 This enables support for the original Agnus and Denise video chips,
404 found in the Amiga 1000 and most A500's and A2000's. If you intend
405 to run Linux on any of these systems, say Y; otherwise say N.
406
407config FB_AMIGA_ECS
408 bool "Amiga ECS chipset support"
409 depends on FB_AMIGA
410 help
411 This enables support for the Enhanced Chip Set, found in later
412 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
413 you intend to run Linux on any of these systems, say Y; otherwise
414 say N.
415
416config FB_AMIGA_AGA
417 bool "Amiga AGA chipset support"
418 depends on FB_AMIGA
419 help
420 This enables support for the Advanced Graphics Architecture (also
421 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
422 and CD32. If you intend to run Linux on any of these systems, say Y;
423 otherwise say N.
424
425config FB_FM2
426 bool "Amiga FrameMaster II/Rainbow II support"
427 depends on (FB = y) && ZORRO
428 select FB_CFB_FILLRECT
429 select FB_CFB_COPYAREA
430 select FB_CFB_IMAGEBLIT
431 help
432 This is the frame buffer device driver for the Amiga FrameMaster
433 card from BSC (exhibited 1992 but not shipped as a CBM product).
434
435config FB_ARC
436 tristate "Arc Monochrome LCD board support"
437 depends on FB && X86
438 select FB_SYS_FILLRECT
439 select FB_SYS_COPYAREA
440 select FB_SYS_IMAGEBLIT
441 select FB_SYS_FOPS
442 help
443 This enables support for the Arc Monochrome LCD board. The board
444 is based on the KS-108 lcd controller and is typically a matrix
445 of 2*n chips. This driver was tested with a 128x64 panel. This
446 driver supports it for use with x86 SBCs through a 16 bit GPIO
447 interface (8 bit data, 8 bit control). If you anticipate using
448 this driver, say Y or M; otherwise say N. You must specify the
449 GPIO IO address to be used for setting control and data.
450
451config FB_ATARI
452 bool "Atari native chipset support"
453 depends on (FB = y) && ATARI
454 select FB_CFB_FILLRECT
455 select FB_CFB_COPYAREA
456 select FB_CFB_IMAGEBLIT
457 help
458 This is the frame buffer device driver for the builtin graphics
459 chipset found in Ataris.
460
461config FB_OF
462 bool "Open Firmware frame buffer device support"
463 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
464 select FB_CFB_FILLRECT
465 select FB_CFB_COPYAREA
466 select FB_CFB_IMAGEBLIT
467 select FB_MACMODES
468 help
469 Say Y if you want support with Open Firmware for your graphics
470 board.
471
472config FB_CONTROL
473 bool "Apple \"control\" display support"
474 depends on (FB = y) && PPC_PMAC && PPC32
475 select FB_CFB_FILLRECT
476 select FB_CFB_COPYAREA
477 select FB_CFB_IMAGEBLIT
478 select FB_MACMODES
479 help
480 This driver supports a frame buffer for the graphics adapter in the
481 Power Macintosh 7300 and others.
482
483config FB_PLATINUM
484 bool "Apple \"platinum\" display support"
485 depends on (FB = y) && PPC_PMAC && PPC32
486 select FB_CFB_FILLRECT
487 select FB_CFB_COPYAREA
488 select FB_CFB_IMAGEBLIT
489 select FB_MACMODES
490 help
491 This driver supports a frame buffer for the "platinum" graphics
492 adapter in some Power Macintoshes.
493
494config FB_VALKYRIE
495 bool "Apple \"valkyrie\" display support"
496 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
497 select FB_CFB_FILLRECT
498 select FB_CFB_COPYAREA
499 select FB_CFB_IMAGEBLIT
500 select FB_MACMODES
501 help
502 This driver supports a frame buffer for the "valkyrie" graphics
503 adapter in some Power Macintoshes.
504
505config FB_CT65550
506 bool "Chips 65550 display support"
507 depends on (FB = y) && PPC32 && PCI
508 select FB_CFB_FILLRECT
509 select FB_CFB_COPYAREA
510 select FB_CFB_IMAGEBLIT
511 help
512 This is the frame buffer device driver for the Chips & Technologies
513 65550 graphics chip in PowerBooks.
514
515config FB_ASILIANT
516 bool "Asiliant (Chips) 69000 display support"
517 depends on (FB = y) && PCI
518 select FB_CFB_FILLRECT
519 select FB_CFB_COPYAREA
520 select FB_CFB_IMAGEBLIT
521 help
522 This is the frame buffer device driver for the Asiliant 69030 chipset
523
524config FB_IMSTT
525 bool "IMS Twin Turbo display support"
526 depends on (FB = y) && PCI
527 select FB_CFB_IMAGEBLIT
528 select FB_MACMODES if PPC
529 help
530 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
531 many Macintosh and compatible computers.
532
533config FB_VGA16
534 tristate "VGA 16-color graphics support"
535 depends on FB && (X86 || PPC)
536 select FB_CFB_FILLRECT
537 select FB_CFB_COPYAREA
538 select FB_CFB_IMAGEBLIT
539 select VGASTATE
540 select FONT_8x16 if FRAMEBUFFER_CONSOLE
541 help
542 This is the frame buffer device driver for VGA 16 color graphic
543 cards. Say Y if you have such a card.
544
545 To compile this driver as a module, choose M here: the
546 module will be called vga16fb.
547
548config FB_BF54X_LQ043
549 tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)"
550 depends on FB && (BF54x) && !BF542
551 select FB_CFB_FILLRECT
552 select FB_CFB_COPYAREA
553 select FB_CFB_IMAGEBLIT
554 help
555 This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD
556
557config FB_BFIN_T350MCQB
558 tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)"
559 depends on FB && BLACKFIN
560 select BFIN_GPTIMERS
561 select FB_CFB_FILLRECT
562 select FB_CFB_COPYAREA
563 select FB_CFB_IMAGEBLIT
564 help
565 This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD
566 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI
567 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK.
568
569config FB_BFIN_LQ035Q1
570 tristate "SHARP LQ035Q1DH02 TFT LCD"
571 depends on FB && BLACKFIN && SPI
572 select FB_CFB_FILLRECT
573 select FB_CFB_COPYAREA
574 select FB_CFB_IMAGEBLIT
575 select BFIN_GPTIMERS
576 help
577 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
578 the Blackfin Landscape LCD EZ-Extender Card.
579 This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
580 It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
581
582 To compile this driver as a module, choose M here: the
583 module will be called bfin-lq035q1-fb.
584
585config FB_BF537_LQ035
586 tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
587 depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
588 select FB_CFB_FILLRECT
589 select FB_CFB_COPYAREA
590 select FB_CFB_IMAGEBLIT
591 select BFIN_GPTIMERS
592 help
593 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
594 attached to a BF537.
595
596 To compile this driver as a module, choose M here: the
597 module will be called bf537-lq035.
598
599config FB_BFIN_7393
600 tristate "Blackfin ADV7393 Video encoder"
601 depends on FB && BLACKFIN
602 select I2C
603 select FB_CFB_FILLRECT
604 select FB_CFB_COPYAREA
605 select FB_CFB_IMAGEBLIT
606 help
607 This is the framebuffer device for a ADV7393 video encoder
608 attached to a Blackfin on the PPI port.
609 If your Blackfin board has a ADV7393 select Y.
610
611 To compile this driver as a module, choose M here: the
612 module will be called bfin_adv7393fb.
613
614choice
615 prompt "Video mode support"
616 depends on FB_BFIN_7393
617 default NTSC
618
619config NTSC
620 bool 'NTSC 720x480'
621
622config PAL
623 bool 'PAL 720x576'
624
625config NTSC_640x480
626 bool 'NTSC 640x480 (Experimental)'
627
628config PAL_640x480
629 bool 'PAL 640x480 (Experimental)'
630
631config NTSC_YCBCR
632 bool 'NTSC 720x480 YCbCR input'
633
634config PAL_YCBCR
635 bool 'PAL 720x576 YCbCR input'
636
637endchoice
638
639choice
640 prompt "Size of ADV7393 frame buffer memory Single/Double Size"
641 depends on (FB_BFIN_7393)
642 default ADV7393_1XMEM
643
644config ADV7393_1XMEM
645 bool 'Single'
646
647config ADV7393_2XMEM
648 bool 'Double'
649endchoice
650
651config FB_STI
652 tristate "HP STI frame buffer device support"
653 depends on FB && PARISC
654 select FB_CFB_FILLRECT
655 select FB_CFB_COPYAREA
656 select FB_CFB_IMAGEBLIT
657 select STI_CONSOLE
658 select VT
659 default y
660 ---help---
661 STI refers to the HP "Standard Text Interface" which is a set of
662 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
663 Enabling this option will implement the linux framebuffer device
664 using calls to the STI BIOS routines for initialisation.
665
666 If you enable this option, you will get a planar framebuffer device
667 /dev/fb which will work on the most common HP graphic cards of the
668 NGLE family, including the artist chips (in the 7xx and Bxxx series),
669 HCRX, HCRX24, CRX, CRX24 and VisEG series.
670
671 It is safe to enable this option, so you should probably say "Y".
672
673config FB_MAC
674 bool "Generic Macintosh display support"
675 depends on (FB = y) && MAC
676 select FB_CFB_FILLRECT
677 select FB_CFB_COPYAREA
678 select FB_CFB_IMAGEBLIT
679 select FB_MACMODES
680
681config FB_HP300
682 bool
683 depends on (FB = y) && DIO
684 select FB_CFB_IMAGEBLIT
685 default y
686
687config FB_TGA
688 tristate "TGA/SFB+ framebuffer support"
689 depends on FB && (ALPHA || TC)
690 select FB_CFB_FILLRECT
691 select FB_CFB_COPYAREA
692 select FB_CFB_IMAGEBLIT
693 select BITREVERSE
694 ---help---
695 This is the frame buffer device driver for generic TGA and SFB+
696 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
697 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
698 TURBOchannel cards, also known as PMAGD-A, -B and -C.
699
700 Due to hardware limitations ZLX-E2 and E3 cards are not supported
701 for DECstation 5000/200 systems. Additionally due to firmware
702 limitations these cards may cause troubles with booting DECstation
703 5000/240 and /260 systems, but are fully supported under Linux if
704 you manage to get it going. ;-)
705
706 Say Y if you have one of those.
707
708config FB_UVESA
709 tristate "Userspace VESA VGA graphics support"
710 depends on FB && CONNECTOR
711 select FB_CFB_FILLRECT
712 select FB_CFB_COPYAREA
713 select FB_CFB_IMAGEBLIT
714 select FB_MODE_HELPERS
715 help
716 This is the frame buffer driver for generic VBE 2.0 compliant
717 graphic cards. It can also take advantage of VBE 3.0 features,
718 such as refresh rate adjustment.
719
720 This driver generally provides more features than vesafb but
721 requires a userspace helper application called 'v86d'. See
722 <file:Documentation/fb/uvesafb.txt> for more information.
723
724 If unsure, say N.
725
726config FB_VESA
727 bool "VESA VGA graphics support"
728 depends on (FB = y) && X86
729 select FB_CFB_FILLRECT
730 select FB_CFB_COPYAREA
731 select FB_CFB_IMAGEBLIT
732 select FB_BOOT_VESA_SUPPORT
733 help
734 This is the frame buffer device driver for generic VESA 2.0
735 compliant graphic cards. The older VESA 1.2 cards are not supported.
736 You will get a boot time penguin logo at no additional cost. Please
737 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
738
739config FB_EFI
740 bool "EFI-based Framebuffer Support"
741 depends on (FB = y) && X86 && EFI
742 select FB_CFB_FILLRECT
743 select FB_CFB_COPYAREA
744 select FB_CFB_IMAGEBLIT
745 help
746 This is the EFI frame buffer device driver. If the firmware on
747 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for
748 using the EFI framebuffer as your console.
749
750config FB_N411
751 tristate "N411 Apollo/Hecuba devkit support"
752 depends on FB && X86 && MMU
753 select FB_SYS_FILLRECT
754 select FB_SYS_COPYAREA
755 select FB_SYS_IMAGEBLIT
756 select FB_SYS_FOPS
757 select FB_DEFERRED_IO
758 select FB_HECUBA
759 help
760 This enables support for the Apollo display controller in its
761 Hecuba form using the n411 devkit.
762
763config FB_HGA
764 tristate "Hercules mono graphics support"
765 depends on FB && X86
766 help
767 Say Y here if you have a Hercules mono graphics card.
768
769 To compile this driver as a module, choose M here: the
770 module will be called hgafb.
771
772 As this card technology is at least 25 years old,
773 most people will answer N here.
774
775config FB_GBE
776 bool "SGI Graphics Backend frame buffer support"
777 depends on (FB = y) && SGI_IP32
778 select FB_CFB_FILLRECT
779 select FB_CFB_COPYAREA
780 select FB_CFB_IMAGEBLIT
781 help
782 This is the frame buffer device driver for SGI Graphics Backend.
783 This chip is used in SGI O2 and Visual Workstation 320/540.
784
785config FB_GBE_MEM
786 int "Video memory size in MB"
787 depends on FB_GBE
788 default 4
789 help
790 This is the amount of memory reserved for the framebuffer,
791 which can be any value between 1MB and 8MB.
792
793config FB_SBUS
794 bool "SBUS and UPA framebuffers"
795 depends on (FB = y) && SPARC
796 help
797 Say Y if you want support for SBUS or UPA based frame buffer device.
798
799config FB_BW2
800 bool "BWtwo support"
801 depends on (FB = y) && (SPARC && FB_SBUS)
802 select FB_CFB_FILLRECT
803 select FB_CFB_COPYAREA
804 select FB_CFB_IMAGEBLIT
805 help
806 This is the frame buffer device driver for the BWtwo frame buffer.
807
808config FB_CG3
809 bool "CGthree support"
810 depends on (FB = y) && (SPARC && FB_SBUS)
811 select FB_CFB_FILLRECT
812 select FB_CFB_COPYAREA
813 select FB_CFB_IMAGEBLIT
814 help
815 This is the frame buffer device driver for the CGthree frame buffer.
816
817config FB_CG6
818 bool "CGsix (GX,TurboGX) support"
819 depends on (FB = y) && (SPARC && FB_SBUS)
820 select FB_CFB_COPYAREA
821 select FB_CFB_IMAGEBLIT
822 help
823 This is the frame buffer device driver for the CGsix (GX, TurboGX)
824 frame buffer.
825
826config FB_FFB
827 bool "Creator/Creator3D/Elite3D support"
828 depends on FB_SBUS && SPARC64
829 select FB_CFB_COPYAREA
830 select FB_CFB_IMAGEBLIT
831 help
832 This is the frame buffer device driver for the Creator, Creator3D,
833 and Elite3D graphics boards.
834
835config FB_TCX
836 bool "TCX (SS4/SS5 only) support"
837 depends on FB_SBUS
838 select FB_CFB_FILLRECT
839 select FB_CFB_COPYAREA
840 select FB_CFB_IMAGEBLIT
841 help
842 This is the frame buffer device driver for the TCX 24/8bit frame
843 buffer.
844
845config FB_CG14
846 bool "CGfourteen (SX) support"
847 depends on FB_SBUS
848 select FB_CFB_FILLRECT
849 select FB_CFB_COPYAREA
850 select FB_CFB_IMAGEBLIT
851 help
852 This is the frame buffer device driver for the CGfourteen frame
853 buffer on Desktop SPARCsystems with the SX graphics option.
854
855config FB_P9100
856 bool "P9100 (Sparcbook 3 only) support"
857 depends on FB_SBUS
858 select FB_CFB_FILLRECT
859 select FB_CFB_COPYAREA
860 select FB_CFB_IMAGEBLIT
861 help
862 This is the frame buffer device driver for the P9100 card
863 supported on Sparcbook 3 machines.
864
865config FB_LEO
866 bool "Leo (ZX) support"
867 depends on FB_SBUS
868 select FB_CFB_FILLRECT
869 select FB_CFB_COPYAREA
870 select FB_CFB_IMAGEBLIT
871 help
872 This is the frame buffer device driver for the SBUS-based Sun ZX
873 (leo) frame buffer cards.
874
875config FB_IGA
876 bool "IGA 168x display support"
877 depends on (FB = y) && SPARC32
878 select FB_CFB_FILLRECT
879 select FB_CFB_COPYAREA
880 select FB_CFB_IMAGEBLIT
881 help
882 This is the framebuffer device for the INTERGRAPHICS 1680 and
883 successor frame buffer cards.
884
885config FB_XVR500
886 bool "Sun XVR-500 3DLABS Wildcat support"
887 depends on (FB = y) && PCI && SPARC64
888 select FB_CFB_FILLRECT
889 select FB_CFB_COPYAREA
890 select FB_CFB_IMAGEBLIT
891 help
892 This is the framebuffer device for the Sun XVR-500 and similar
893 graphics cards based upon the 3DLABS Wildcat chipset. The driver
894 only works on sparc64 systems where the system firmware has
895 mostly initialized the card already. It is treated as a
896 completely dumb framebuffer device.
897
898config FB_XVR2500
899 bool "Sun XVR-2500 3DLABS Wildcat support"
900 depends on (FB = y) && PCI && SPARC64
901 select FB_CFB_FILLRECT
902 select FB_CFB_COPYAREA
903 select FB_CFB_IMAGEBLIT
904 help
905 This is the framebuffer device for the Sun XVR-2500 and similar
906 graphics cards based upon the 3DLABS Wildcat chipset. The driver
907 only works on sparc64 systems where the system firmware has
908 mostly initialized the card already. It is treated as a
909 completely dumb framebuffer device.
910
911config FB_XVR1000
912 bool "Sun XVR-1000 support"
913 depends on (FB = y) && SPARC64
914 select FB_CFB_FILLRECT
915 select FB_CFB_COPYAREA
916 select FB_CFB_IMAGEBLIT
917 help
918 This is the framebuffer device for the Sun XVR-1000 and similar
919 graphics cards. The driver only works on sparc64 systems where
920 the system firmware has mostly initialized the card already. It
921 is treated as a completely dumb framebuffer device.
922
923config FB_PVR2
924 tristate "NEC PowerVR 2 display support"
925 depends on FB && SH_DREAMCAST
926 select FB_CFB_FILLRECT
927 select FB_CFB_COPYAREA
928 select FB_CFB_IMAGEBLIT
929 ---help---
930 Say Y here if you have a PowerVR 2 card in your box. If you plan to
931 run linux on your Dreamcast, you will have to say Y here.
932 This driver may or may not work on other PowerVR 2 cards, but is
933 totally untested. Use at your own risk. If unsure, say N.
934
935 To compile this driver as a module, choose M here: the
936 module will be called pvr2fb.
937
938 You can pass several parameters to the driver at boot time or at
939 module load time. The parameters look like "video=pvr2:XXX", where
940 the meaning of XXX can be found at the end of the main source file
941 (<file:drivers/video/pvr2fb.c>). Please see the file
942 <file:Documentation/fb/pvr2fb.txt>.
943
944config FB_OPENCORES
945 tristate "OpenCores VGA/LCD core 2.0 framebuffer support"
946 depends on FB && HAS_DMA
947 select FB_CFB_FILLRECT
948 select FB_CFB_COPYAREA
949 select FB_CFB_IMAGEBLIT
950 help
951 This enables support for the OpenCores VGA/LCD core.
952
953 The OpenCores VGA/LCD core is typically used together with
954 softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor
955 systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs.
956
957 The source code and specification for the core is available at
958 <http://opencores.org/project,vga_lcd>
959
960config FB_S1D13XXX
961 tristate "Epson S1D13XXX framebuffer support"
962 depends on FB
963 select FB_CFB_FILLRECT
964 select FB_CFB_COPYAREA
965 select FB_CFB_IMAGEBLIT
966 help
967 Support for S1D13XXX framebuffer device family (currently only
968 working with S1D13806). Product specs at
969 <http://vdc.epson.com/>
970
971config FB_ATMEL
972 tristate "AT91/AT32 LCD Controller support"
973 depends on FB && HAVE_FB_ATMEL
Arnd Bergmann3cdd1532014-04-24 13:28:23 +0100974 select FB_BACKLIGHT
Tomi Valkeinenf7018c22014-02-13 15:31:38 +0200975 select FB_CFB_FILLRECT
976 select FB_CFB_COPYAREA
977 select FB_CFB_IMAGEBLIT
978 select FB_MODE_HELPERS
979 select VIDEOMODE_HELPERS
980 help
981 This enables support for the AT91/AT32 LCD Controller.
982
983config FB_INTSRAM
984 bool "Frame Buffer in internal SRAM"
985 depends on FB_ATMEL && ARCH_AT91SAM9261
986 help
987 Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want
988 to let frame buffer in external SDRAM.
989
990config FB_ATMEL_STN
991 bool "Use a STN display with AT91/AT32 LCD Controller"
992 depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK)
993 default n
994 help
995 Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD
996 Controller. Say N if you want to connect a TFT.
997
998 If unsure, say N.
999
1000config FB_NVIDIA
1001 tristate "nVidia Framebuffer Support"
1002 depends on FB && PCI
1003 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
1004 select FB_MODE_HELPERS
1005 select FB_CFB_FILLRECT
1006 select FB_CFB_COPYAREA
1007 select FB_CFB_IMAGEBLIT
1008 select BITREVERSE
1009 select VGASTATE
1010 help
1011 This driver supports graphics boards with the nVidia chips, TNT
1012 and newer. For very old chipsets, such as the RIVA128, then use
1013 the rivafb.
1014 Say Y if you have such a graphics board.
1015
1016 To compile this driver as a module, choose M here: the
1017 module will be called nvidiafb.
1018
1019config FB_NVIDIA_I2C
1020 bool "Enable DDC Support"
1021 depends on FB_NVIDIA
1022 select FB_DDC
1023 help
1024 This enables I2C support for nVidia Chipsets. This is used
1025 only for getting EDID information from the attached display
1026 allowing for robust video mode handling and switching.
1027
1028 Because fbdev-2.6 requires that drivers must be able to
1029 independently validate video mode parameters, you should say Y
1030 here.
1031
1032config FB_NVIDIA_DEBUG
1033 bool "Lots of debug output"
1034 depends on FB_NVIDIA
1035 default n
1036 help
1037 Say Y here if you want the nVidia driver to output all sorts
1038 of debugging information to provide to the maintainer when
1039 something goes wrong.
1040
1041config FB_NVIDIA_BACKLIGHT
1042 bool "Support for backlight control"
1043 depends on FB_NVIDIA
1044 default y
1045 help
1046 Say Y here if you want to control the backlight of your display.
1047
1048config FB_RIVA
1049 tristate "nVidia Riva support"
1050 depends on FB && PCI
1051 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
1052 select FB_MODE_HELPERS
1053 select FB_CFB_FILLRECT
1054 select FB_CFB_COPYAREA
1055 select FB_CFB_IMAGEBLIT
1056 select BITREVERSE
1057 select VGASTATE
1058 help
1059 This driver supports graphics boards with the nVidia Riva/Geforce
1060 chips.
1061 Say Y if you have such a graphics board.
1062
1063 To compile this driver as a module, choose M here: the
1064 module will be called rivafb.
1065
1066config FB_RIVA_I2C
1067 bool "Enable DDC Support"
1068 depends on FB_RIVA
1069 select FB_DDC
1070 help
1071 This enables I2C support for nVidia Chipsets. This is used
1072 only for getting EDID information from the attached display
1073 allowing for robust video mode handling and switching.
1074
1075 Because fbdev-2.6 requires that drivers must be able to
1076 independently validate video mode parameters, you should say Y
1077 here.
1078
1079config FB_RIVA_DEBUG
1080 bool "Lots of debug output"
1081 depends on FB_RIVA
1082 default n
1083 help
1084 Say Y here if you want the Riva driver to output all sorts
1085 of debugging information to provide to the maintainer when
1086 something goes wrong.
1087
1088config FB_RIVA_BACKLIGHT
1089 bool "Support for backlight control"
1090 depends on FB_RIVA
1091 default y
1092 help
1093 Say Y here if you want to control the backlight of your display.
1094
1095config FB_I740
1096 tristate "Intel740 support"
1097 depends on FB && PCI
1098 select FB_MODE_HELPERS
1099 select FB_CFB_FILLRECT
1100 select FB_CFB_COPYAREA
1101 select FB_CFB_IMAGEBLIT
1102 select VGASTATE
1103 select FB_DDC
1104 help
1105 This driver supports graphics cards based on Intel740 chip.
1106
1107config FB_I810
1108 tristate "Intel 810/815 support"
1109 depends on FB && PCI && X86_32 && AGP_INTEL
1110 select FB_MODE_HELPERS
1111 select FB_CFB_FILLRECT
1112 select FB_CFB_COPYAREA
1113 select FB_CFB_IMAGEBLIT
1114 select VGASTATE
1115 help
1116 This driver supports the on-board graphics built in to the Intel 810
1117 and 815 chipsets. Say Y if you have and plan to use such a board.
1118
1119 To compile this driver as a module, choose M here: the
1120 module will be called i810fb.
1121
1122 For more information, please read
1123 <file:Documentation/fb/intel810.txt>
1124
1125config FB_I810_GTF
1126 bool "use VESA Generalized Timing Formula"
1127 depends on FB_I810
1128 help
1129 If you say Y, then the VESA standard, Generalized Timing Formula
1130 or GTF, will be used to calculate the required video timing values
1131 per video mode. Since the GTF allows nondiscrete timings
1132 (nondiscrete being a range of values as opposed to discrete being a
1133 set of values), you'll be able to use any combination of horizontal
1134 and vertical resolutions, and vertical refresh rates without having
1135 to specify your own timing parameters. This is especially useful
1136 to maximize the performance of an aging display, or if you just
1137 have a display with nonstandard dimensions. A VESA compliant
1138 monitor is recommended, but can still work with non-compliant ones.
1139 If you need or want this, then select this option. The timings may
1140 not be compliant with Intel's recommended values. Use at your own
1141 risk.
1142
1143 If you say N, the driver will revert to discrete video timings
1144 using a set recommended by Intel in their documentation.
1145
1146 If unsure, say N.
1147
1148config FB_I810_I2C
1149 bool "Enable DDC Support"
1150 depends on FB_I810 && FB_I810_GTF
1151 select FB_DDC
1152 help
1153
1154config FB_LE80578
1155 tristate "Intel LE80578 (Vermilion) support"
1156 depends on FB && PCI && X86
1157 select FB_MODE_HELPERS
1158 select FB_CFB_FILLRECT
1159 select FB_CFB_COPYAREA
1160 select FB_CFB_IMAGEBLIT
1161 help
1162 This driver supports the LE80578 (Vermilion Range) chipset
1163
1164config FB_CARILLO_RANCH
1165 tristate "Intel Carillo Ranch support"
1166 depends on FB_LE80578 && FB && PCI && X86
1167 help
1168 This driver supports the LE80578 (Carillo Ranch) board
1169
1170config FB_INTEL
1171 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support"
1172 depends on FB && PCI && X86 && AGP_INTEL && EXPERT
1173 select FB_MODE_HELPERS
1174 select FB_CFB_FILLRECT
1175 select FB_CFB_COPYAREA
1176 select FB_CFB_IMAGEBLIT
1177 select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
1178 depends on !DRM_I915
1179 help
1180 This driver supports the on-board graphics built in to the Intel
1181 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
1182 Say Y if you have and plan to use such a board.
1183
1184 To make FB_INTELFB=Y work you need to say AGP_INTEL=y too.
1185
1186 To compile this driver as a module, choose M here: the
1187 module will be called intelfb.
1188
1189 For more information, please read <file:Documentation/fb/intelfb.txt>
1190
1191config FB_INTEL_DEBUG
1192 bool "Intel driver Debug Messages"
1193 depends on FB_INTEL
1194 ---help---
1195 Say Y here if you want the Intel driver to output all sorts
1196 of debugging information to provide to the maintainer when
1197 something goes wrong.
1198
1199config FB_INTEL_I2C
1200 bool "DDC/I2C for Intel framebuffer support"
1201 depends on FB_INTEL
1202 select FB_DDC
1203 default y
1204 help
1205 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
1206
1207config FB_MATROX
1208 tristate "Matrox acceleration"
1209 depends on FB && PCI
1210 select FB_CFB_FILLRECT
1211 select FB_CFB_COPYAREA
1212 select FB_CFB_IMAGEBLIT
1213 select FB_TILEBLITTING
1214 select FB_MACMODES if PPC_PMAC
1215 ---help---
1216 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
1217 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
1218 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
1219 Matrox G400, G450 or G550 card in your box.
1220
1221 To compile this driver as a module, choose M here: the
1222 module will be called matroxfb.
1223
1224 You can pass several parameters to the driver at boot time or at
1225 module load time. The parameters look like "video=matroxfb:XXX", and
1226 are described in <file:Documentation/fb/matroxfb.txt>.
1227
1228config FB_MATROX_MILLENIUM
1229 bool "Millennium I/II support"
1230 depends on FB_MATROX
1231 help
1232 Say Y here if you have a Matrox Millennium or Matrox Millennium II
1233 video card. If you select "Advanced lowlevel driver options" below,
1234 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
1235 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
1236 also use font widths different from 8.
1237
1238config FB_MATROX_MYSTIQUE
1239 bool "Mystique support"
1240 depends on FB_MATROX
1241 help
1242 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
1243 video card. If you select "Advanced lowlevel driver options" below,
1244 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
1245 packed pixel and 32 bpp packed pixel. You can also use font widths
1246 different from 8.
1247
1248config FB_MATROX_G
1249 bool "G100/G200/G400/G450/G550 support"
1250 depends on FB_MATROX
1251 ---help---
1252 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
1253 video card. If you select "Advanced lowlevel driver options", you
1254 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
1255 pixel and 32 bpp packed pixel. You can also use font widths
1256 different from 8.
1257
1258 If you need support for G400 secondary head, you must say Y to
1259 "Matrox I2C support" and "G400 second head support" right below.
1260 G450/G550 secondary head and digital output are supported without
1261 additional modules.
1262
1263 The driver starts in monitor mode. You must use the matroxset tool
1264 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1265 swap primary and secondary head outputs, or to change output mode.
1266 Secondary head driver always start in 640x480 resolution and you
1267 must use fbset to change it.
1268
1269 Do not forget that second head supports only 16 and 32 bpp
1270 packed pixels, so it is a good idea to compile them into the kernel
1271 too. You can use only some font widths, as the driver uses generic
1272 painting procedures (the secondary head does not use acceleration
1273 engine).
1274
1275 G450/G550 hardware can display TV picture only from secondary CRTC,
1276 and it performs no scaling, so picture must have 525 or 625 lines.
1277
1278config FB_MATROX_I2C
1279 tristate "Matrox I2C support"
1280 depends on FB_MATROX
1281 select FB_DDC
1282 ---help---
1283 This drivers creates I2C buses which are needed for accessing the
1284 DDC (I2C) bus present on all Matroxes, an I2C bus which
1285 interconnects Matrox optional devices, like MGA-TVO on G200 and
1286 G400, and the secondary head DDC bus, present on G400 only.
1287
1288 You can say Y or M here if you want to experiment with monitor
1289 detection code. You must say Y or M here if you want to use either
1290 second head of G400 or MGA-TVO on G200 or G400.
1291
1292 If you compile it as module, it will create a module named
1293 i2c-matroxfb.
1294
1295config FB_MATROX_MAVEN
1296 tristate "G400 second head support"
1297 depends on FB_MATROX_G && FB_MATROX_I2C
1298 ---help---
1299 WARNING !!! This support does not work with G450 !!!
1300
1301 Say Y or M here if you want to use a secondary head (meaning two
1302 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1303 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1304 secondary head output is blanked while you are in X. With XFree
1305 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1306 the fbdev driver on first head and the fbdev driver on second head.
1307
1308 If you compile it as module, two modules are created,
1309 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1310 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1311 also load i2c-matroxfb to get it to run.
1312
1313 The driver starts in monitor mode and you must use the matroxset
1314 tool (available at
1315 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1316 PAL or NTSC or to swap primary and secondary head outputs.
1317 Secondary head driver also always start in 640x480 resolution, you
1318 must use fbset to change it.
1319
1320 Also do not forget that second head supports only 16 and 32 bpp
1321 packed pixels, so it is a good idea to compile them into the kernel
1322 too. You can use only some font widths, as the driver uses generic
1323 painting procedures (the secondary head does not use acceleration
1324 engine).
1325
1326config FB_RADEON
1327 tristate "ATI Radeon display support"
1328 depends on FB && PCI
1329 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
1330 select FB_MODE_HELPERS
1331 select FB_CFB_FILLRECT
1332 select FB_CFB_COPYAREA
1333 select FB_CFB_IMAGEBLIT
1334 select FB_MACMODES if PPC_OF
1335 help
1336 Choose this option if you want to use an ATI Radeon graphics card as
1337 a framebuffer device. There are both PCI and AGP versions. You
1338 don't need to choose this to run the Radeon in plain VGA mode.
1339
1340 There is a product page at
1341 http://products.amd.com/en-us/GraphicCardResult.aspx
1342
1343config FB_RADEON_I2C
1344 bool "DDC/I2C for ATI Radeon support"
1345 depends on FB_RADEON
1346 select FB_DDC
1347 default y
1348 help
1349 Say Y here if you want DDC/I2C support for your Radeon board.
1350
1351config FB_RADEON_BACKLIGHT
1352 bool "Support for backlight control"
1353 depends on FB_RADEON
1354 default y
1355 help
1356 Say Y here if you want to control the backlight of your display.
1357
1358config FB_RADEON_DEBUG
1359 bool "Lots of debug output from Radeon driver"
1360 depends on FB_RADEON
1361 default n
1362 help
1363 Say Y here if you want the Radeon driver to output all sorts
1364 of debugging information to provide to the maintainer when
1365 something goes wrong.
1366
1367config FB_ATY128
1368 tristate "ATI Rage128 display support"
1369 depends on FB && PCI
1370 select FB_CFB_FILLRECT
1371 select FB_CFB_COPYAREA
1372 select FB_CFB_IMAGEBLIT
1373 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
1374 select FB_MACMODES if PPC_PMAC
1375 help
1376 This driver supports graphics boards with the ATI Rage128 chips.
1377 Say Y if you have such a graphics board and read
1378 <file:Documentation/fb/aty128fb.txt>.
1379
1380 To compile this driver as a module, choose M here: the
1381 module will be called aty128fb.
1382
1383config FB_ATY128_BACKLIGHT
1384 bool "Support for backlight control"
1385 depends on FB_ATY128
1386 default y
1387 help
1388 Say Y here if you want to control the backlight of your display.
1389
1390config FB_ATY
1391 tristate "ATI Mach64 display support" if PCI || ATARI
1392 depends on FB && !SPARC32
1393 select FB_CFB_FILLRECT
1394 select FB_CFB_COPYAREA
1395 select FB_CFB_IMAGEBLIT
1396 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
1397 select FB_MACMODES if PPC
1398 help
1399 This driver supports graphics boards with the ATI Mach64 chips.
1400 Say Y if you have such a graphics board.
1401
1402 To compile this driver as a module, choose M here: the
1403 module will be called atyfb.
1404
1405config FB_ATY_CT
1406 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1407 depends on PCI && FB_ATY
1408 default y if SPARC64 && PCI
1409 help
1410 Say Y here to support use of ATI's 64-bit Rage boards (or other
1411 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1412 framebuffer device. The ATI product support page for these boards
1413 is at <http://support.ati.com/products/pc/mach64/mach64.html>.
1414
1415config FB_ATY_GENERIC_LCD
1416 bool "Mach64 generic LCD support"
1417 depends on FB_ATY_CT
1418 help
1419 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1420 Rage XC, or Rage XL chipset.
1421
1422config FB_ATY_GX
1423 bool "Mach64 GX support" if PCI
1424 depends on FB_ATY
1425 default y if ATARI
1426 help
1427 Say Y here to support use of the ATI Mach64 Graphics Expression
1428 board (or other boards based on the Mach64 GX chipset) as a
1429 framebuffer device. The ATI product support page for these boards
1430 is at
1431 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1432
1433config FB_ATY_BACKLIGHT
1434 bool "Support for backlight control"
1435 depends on FB_ATY
1436 default y
1437 help
1438 Say Y here if you want to control the backlight of your display.
1439
1440config FB_S3
1441 tristate "S3 Trio/Virge support"
1442 depends on FB && PCI
1443 select FB_CFB_FILLRECT
1444 select FB_CFB_COPYAREA
1445 select FB_CFB_IMAGEBLIT
1446 select FB_TILEBLITTING
1447 select FB_SVGALIB
1448 select VGASTATE
1449 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1450 ---help---
1451 Driver for graphics boards with S3 Trio / S3 Virge chip.
1452
1453config FB_S3_DDC
1454 bool "DDC for S3 support"
1455 depends on FB_S3
1456 select FB_DDC
1457 default y
1458 help
1459 Say Y here if you want DDC support for your S3 graphics card.
1460
1461config FB_SAVAGE
1462 tristate "S3 Savage support"
1463 depends on FB && PCI
1464 select FB_MODE_HELPERS
1465 select FB_CFB_FILLRECT
1466 select FB_CFB_COPYAREA
1467 select FB_CFB_IMAGEBLIT
1468 select VGASTATE
1469 help
1470 This driver supports notebooks and computers with S3 Savage PCI/AGP
1471 chips.
1472
1473 Say Y if you have such a graphics card.
1474
1475 To compile this driver as a module, choose M here; the module
1476 will be called savagefb.
1477
1478config FB_SAVAGE_I2C
1479 bool "Enable DDC2 Support"
1480 depends on FB_SAVAGE
1481 select FB_DDC
1482 help
1483 This enables I2C support for S3 Savage Chipsets. This is used
1484 only for getting EDID information from the attached display
1485 allowing for robust video mode handling and switching.
1486
1487 Because fbdev-2.6 requires that drivers must be able to
1488 independently validate video mode parameters, you should say Y
1489 here.
1490
1491config FB_SAVAGE_ACCEL
1492 bool "Enable Console Acceleration"
1493 depends on FB_SAVAGE
1494 default n
1495 help
1496 This option will compile in console acceleration support. If
1497 the resulting framebuffer console has bothersome glitches, then
1498 choose N here.
1499
1500config FB_SIS
1501 tristate "SiS/XGI display support"
1502 depends on FB && PCI
1503 select FB_CFB_FILLRECT
1504 select FB_CFB_COPYAREA
1505 select FB_CFB_IMAGEBLIT
1506 select FB_BOOT_VESA_SUPPORT if FB_SIS = y
1507 help
1508 This is the frame buffer device driver for the SiS 300, 315, 330
1509 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1510 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
1511
1512 To compile this driver as a module, choose M here; the module
1513 will be called sisfb.
1514
1515config FB_SIS_300
1516 bool "SiS 300 series support"
1517 depends on FB_SIS
1518 help
1519 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1520
1521config FB_SIS_315
1522 bool "SiS 315/330/340 series and XGI support"
1523 depends on FB_SIS
1524 help
1525 Say Y here to support use of the SiS 315, 330 and 340 series
1526 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1527 as XGI V3XT, V5, V8 and Z7.
1528
1529config FB_VIA
1530 tristate "VIA UniChrome (Pro) and Chrome9 display support"
1531 depends on FB && PCI && X86
1532 select FB_CFB_FILLRECT
1533 select FB_CFB_COPYAREA
1534 select FB_CFB_IMAGEBLIT
1535 select I2C_ALGOBIT
1536 select I2C
1537 select GPIOLIB
1538 help
1539 This is the frame buffer device driver for Graphics chips of VIA
1540 UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/
1541 CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896
1542 /P4M900,VX800)
1543 Say Y if you have a VIA UniChrome graphics board.
1544
1545 To compile this driver as a module, choose M here: the
1546 module will be called viafb.
1547
1548if FB_VIA
1549
1550config FB_VIA_DIRECT_PROCFS
1551 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
1552 depends on FB_VIA
1553 default n
1554 help
1555 Allow direct hardware access to some output registers via procfs.
1556 This is dangerous but may provide the only chance to get the
1557 correct output device configuration.
1558 Its use is strongly discouraged.
1559
1560config FB_VIA_X_COMPATIBILITY
1561 bool "X server compatibility"
1562 depends on FB_VIA
1563 default n
1564 help
1565 This option reduces the functionality (power saving, ...) of the
1566 framebuffer to avoid negative impact on the OpenChrome X server.
1567 If you use any X server other than fbdev you should enable this
1568 otherwise it should be safe to disable it and allow using all
1569 features.
1570
1571endif
1572
1573config FB_NEOMAGIC
1574 tristate "NeoMagic display support"
1575 depends on FB && PCI
1576 select FB_MODE_HELPERS
1577 select FB_CFB_FILLRECT
1578 select FB_CFB_COPYAREA
1579 select FB_CFB_IMAGEBLIT
1580 select VGASTATE
1581 help
1582 This driver supports notebooks with NeoMagic PCI chips.
1583 Say Y if you have such a graphics card.
1584
1585 To compile this driver as a module, choose M here: the
1586 module will be called neofb.
1587
1588config FB_KYRO
1589 tristate "IMG Kyro support"
1590 depends on FB && PCI
1591 select FB_CFB_FILLRECT
1592 select FB_CFB_COPYAREA
1593 select FB_CFB_IMAGEBLIT
1594 help
1595 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1596 graphics board.
1597
1598 To compile this driver as a module, choose M here: the
1599 module will be called kyrofb.
1600
1601config FB_3DFX
1602 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
1603 depends on FB && PCI
1604 select FB_CFB_IMAGEBLIT
1605 select FB_CFB_FILLRECT
1606 select FB_CFB_COPYAREA
1607 select FB_MODE_HELPERS
1608 help
1609 This driver supports graphics boards with the 3Dfx Banshee,
1610 Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
1611 such a graphics board.
1612
1613 To compile this driver as a module, choose M here: the
1614 module will be called tdfxfb.
1615
1616config FB_3DFX_ACCEL
1617 bool "3Dfx Acceleration functions"
1618 depends on FB_3DFX
1619 ---help---
1620 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
1621 device driver with acceleration functions.
1622
1623config FB_3DFX_I2C
1624 bool "Enable DDC/I2C support"
1625 depends on FB_3DFX
1626 select FB_DDC
1627 default y
1628 help
1629 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3.
1630
1631config FB_VOODOO1
1632 tristate "3Dfx Voodoo Graphics (sst1) support"
1633 depends on FB && PCI
1634 select FB_CFB_FILLRECT
1635 select FB_CFB_COPYAREA
1636 select FB_CFB_IMAGEBLIT
1637 ---help---
1638 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1639 Voodoo2 (cvg) based graphics card.
1640
1641 To compile this driver as a module, choose M here: the
1642 module will be called sstfb.
1643
1644 WARNING: Do not use any application that uses the 3D engine
1645 (namely glide) while using this driver.
1646 Please read the <file:Documentation/fb/sstfb.txt> for supported
1647 options and other important info support.
1648
1649config FB_VT8623
1650 tristate "VIA VT8623 support"
1651 depends on FB && PCI
1652 select FB_CFB_FILLRECT
1653 select FB_CFB_COPYAREA
1654 select FB_CFB_IMAGEBLIT
1655 select FB_TILEBLITTING
1656 select FB_SVGALIB
1657 select VGASTATE
1658 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1659 ---help---
1660 Driver for CastleRock integrated graphics core in the
1661 VIA VT8623 [Apollo CLE266] chipset.
1662
1663config FB_TRIDENT
1664 tristate "Trident/CyberXXX/CyberBlade support"
1665 depends on FB && PCI
1666 select FB_CFB_FILLRECT
1667 select FB_CFB_COPYAREA
1668 select FB_CFB_IMAGEBLIT
1669 ---help---
1670 This is the frame buffer device driver for Trident PCI/AGP chipsets.
1671 Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
1672 and Blade XP.
1673 There are also integrated versions of these chips called CyberXXXX,
1674 CyberImage or CyberBlade. These chips are mostly found in laptops
1675 but also on some motherboards including early VIA EPIA motherboards.
1676 For more information, read <file:Documentation/fb/tridentfb.txt>
1677
1678 Say Y if you have such a graphics board.
1679
1680 To compile this driver as a module, choose M here: the
1681 module will be called tridentfb.
1682
1683config FB_ARK
1684 tristate "ARK 2000PV support"
1685 depends on FB && PCI
1686 select FB_CFB_FILLRECT
1687 select FB_CFB_COPYAREA
1688 select FB_CFB_IMAGEBLIT
1689 select FB_TILEBLITTING
1690 select FB_SVGALIB
1691 select VGASTATE
1692 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1693 ---help---
1694 Driver for PCI graphics boards with ARK 2000PV chip
1695 and ICS 5342 RAMDAC.
1696
1697config FB_PM3
1698 tristate "Permedia3 support"
1699 depends on FB && PCI
1700 select FB_CFB_FILLRECT
1701 select FB_CFB_COPYAREA
1702 select FB_CFB_IMAGEBLIT
1703 help
1704 This is the frame buffer device driver for the 3DLabs Permedia3
1705 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1706 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1707 and maybe other boards.
1708
1709config FB_CARMINE
1710 tristate "Fujitsu carmine frame buffer support"
1711 depends on FB && PCI
1712 select FB_CFB_FILLRECT
1713 select FB_CFB_COPYAREA
1714 select FB_CFB_IMAGEBLIT
1715 help
1716 This is the frame buffer device driver for the Fujitsu Carmine chip.
1717 The driver provides two independent frame buffer devices.
1718
1719choice
1720 depends on FB_CARMINE
1721 prompt "DRAM timing"
1722 default FB_CARMINE_DRAM_EVAL
1723
1724config FB_CARMINE_DRAM_EVAL
1725 bool "Eval board timings"
1726 help
1727 Use timings which work on the eval card.
1728
1729config CARMINE_DRAM_CUSTOM
1730 bool "Custom board timings"
1731 help
1732 Use custom board timings.
1733endchoice
1734
1735config FB_AU1100
1736 bool "Au1100 LCD Driver"
1737 depends on (FB = y) && MIPS_ALCHEMY
1738 select FB_CFB_FILLRECT
1739 select FB_CFB_COPYAREA
1740 select FB_CFB_IMAGEBLIT
1741 help
1742 This is the framebuffer driver for the AMD Au1100 SOC. It can drive
1743 various panels and CRTs by passing in kernel cmd line option
1744 au1100fb:panel=<name>.
1745
1746config FB_AU1200
1747 bool "Au1200/Au1300 LCD Driver"
1748 depends on (FB = y) && MIPS_ALCHEMY
1749 select FB_SYS_FILLRECT
1750 select FB_SYS_COPYAREA
1751 select FB_SYS_IMAGEBLIT
1752 select FB_SYS_FOPS
1753 help
1754 This is the framebuffer driver for the Au1200/Au1300 SOCs.
1755 It can drive various panels and CRTs by passing in kernel cmd line
1756 option au1200fb:panel=<name>.
1757
1758config FB_VT8500
1759 bool "VIA VT8500 framebuffer support"
1760 depends on (FB = y) && ARM && ARCH_VT8500
1761 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS)
1762 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS)
1763 select FB_SYS_IMAGEBLIT
1764 select FB_MODE_HELPERS
1765 select VIDEOMODE_HELPERS
1766 help
1767 This is the framebuffer driver for VIA VT8500 integrated LCD
1768 controller.
1769
1770config FB_WM8505
1771 bool "Wondermedia WM8xxx-series frame buffer support"
1772 depends on (FB = y) && ARM && ARCH_VT8500
1773 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS)
1774 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS)
1775 select FB_SYS_IMAGEBLIT
1776 select FB_MODE_HELPERS
1777 select VIDEOMODE_HELPERS
1778 help
1779 This is the framebuffer driver for WonderMedia WM8xxx-series
1780 integrated LCD controller. This driver covers the WM8505, WM8650
1781 and WM8850 SoCs.
1782
1783config FB_WMT_GE_ROPS
1784 bool "VT8500/WM8xxx accelerated raster ops support"
1785 depends on (FB = y) && (FB_VT8500 || FB_WM8505)
1786 default n
1787 help
1788 This adds support for accelerated raster operations on the
1789 VIA VT8500 and Wondermedia 85xx series SoCs.
1790
1791source "drivers/video/fbdev/geode/Kconfig"
1792
1793config FB_HIT
1794 tristate "HD64461 Frame Buffer support"
1795 depends on FB && HD64461
1796 select FB_CFB_FILLRECT
1797 select FB_CFB_COPYAREA
1798 select FB_CFB_IMAGEBLIT
1799 help
1800 This is the frame buffer device driver for the Hitachi HD64461 LCD
1801 frame buffer card.
1802
1803config FB_PMAG_AA
1804 bool "PMAG-AA TURBOchannel framebuffer support"
1805 depends on (FB = y) && TC
1806 select FB_CFB_FILLRECT
1807 select FB_CFB_COPYAREA
1808 select FB_CFB_IMAGEBLIT
1809 help
1810 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1811 used mainly in the MIPS-based DECstation series.
1812
1813config FB_PMAG_BA
1814 tristate "PMAG-BA TURBOchannel framebuffer support"
1815 depends on FB && TC
1816 select FB_CFB_FILLRECT
1817 select FB_CFB_COPYAREA
1818 select FB_CFB_IMAGEBLIT
1819 help
1820 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1821 used mainly in the MIPS-based DECstation series.
1822
1823config FB_PMAGB_B
1824 tristate "PMAGB-B TURBOchannel framebuffer support"
1825 depends on FB && TC
1826 select FB_CFB_FILLRECT
1827 select FB_CFB_COPYAREA
1828 select FB_CFB_IMAGEBLIT
1829 help
1830 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1831 in the MIPS-based DECstation series. The card is currently only
1832 supported in 1280x1024x8 mode.
1833
1834config FB_MAXINE
1835 bool "Maxine (Personal DECstation) onboard framebuffer support"
1836 depends on (FB = y) && MACH_DECSTATION
1837 select FB_CFB_FILLRECT
1838 select FB_CFB_COPYAREA
1839 select FB_CFB_IMAGEBLIT
1840 help
1841 Support for the onboard framebuffer (1024x768x8) in the Personal
1842 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1843 Codename "Maxine").
1844
1845config FB_G364
1846 bool "G364 frame buffer support"
1847 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
1848 select FB_CFB_FILLRECT
1849 select FB_CFB_COPYAREA
1850 select FB_CFB_IMAGEBLIT
1851 help
1852 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1853 Olivetti M700-10 systems.
1854
1855config FB_68328
1856 bool "Motorola 68328 native frame buffer support"
1857 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
1858 select FB_CFB_FILLRECT
1859 select FB_CFB_COPYAREA
1860 select FB_CFB_IMAGEBLIT
1861 help
1862 Say Y here if you want to support the built-in frame buffer of
1863 the Motorola 68328 CPU family.
1864
1865config FB_PXA168
1866 tristate "PXA168/910 LCD framebuffer support"
1867 depends on FB && (CPU_PXA168 || CPU_PXA910)
1868 select FB_CFB_FILLRECT
1869 select FB_CFB_COPYAREA
1870 select FB_CFB_IMAGEBLIT
1871 ---help---
1872 Frame buffer driver for the built-in LCD controller in the Marvell
1873 MMP processor.
1874
1875config FB_PXA
1876 tristate "PXA LCD framebuffer support"
1877 depends on FB && ARCH_PXA
1878 select FB_CFB_FILLRECT
1879 select FB_CFB_COPYAREA
1880 select FB_CFB_IMAGEBLIT
1881 ---help---
1882 Frame buffer driver for the built-in LCD controller in the Intel
1883 PXA2x0 processor.
1884
1885 This driver is also available as a module ( = code which can be
1886 inserted and removed from the running kernel whenever you want). The
1887 module will be called pxafb. If you want to compile it as a module,
1888 say M here and read <file:Documentation/kbuild/modules.txt>.
1889
1890 If unsure, say N.
1891
1892config FB_PXA_OVERLAY
1893 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
1894 default n
1895 depends on FB_PXA && (PXA27x || PXA3xx)
1896
1897config FB_PXA_SMARTPANEL
1898 bool "PXA Smartpanel LCD support"
1899 default n
1900 depends on FB_PXA
1901
1902config FB_PXA_PARAMETERS
1903 bool "PXA LCD command line parameters"
1904 default n
1905 depends on FB_PXA
1906 ---help---
1907 Enable the use of kernel command line or module parameters
1908 to configure the physical properties of the LCD panel when
1909 using the PXA LCD driver.
1910
1911 This option allows you to override the panel parameters
1912 supplied by the platform in order to support multiple
1913 different models of flatpanel. If you will only be using a
1914 single model of flatpanel then you can safely leave this
1915 option disabled.
1916
1917 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1918
1919config PXA3XX_GCU
1920 tristate "PXA3xx 2D graphics accelerator driver"
1921 depends on FB_PXA
1922 help
1923 Kernelspace driver for the 2D graphics controller unit (GCU)
1924 found on PXA3xx processors. There is a counterpart driver in the
1925 DirectFB suite, see http://www.directfb.org/
1926
1927 If you compile this as a module, it will be called pxa3xx_gcu.
1928
1929config FB_MBX
1930 tristate "2700G LCD framebuffer support"
1931 depends on FB && ARCH_PXA
1932 select FB_CFB_FILLRECT
1933 select FB_CFB_COPYAREA
1934 select FB_CFB_IMAGEBLIT
1935 ---help---
1936 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1937 Accelerator
1938
1939config FB_MBX_DEBUG
1940 bool "Enable debugging info via debugfs"
1941 depends on FB_MBX && DEBUG_FS
1942 default n
1943 ---help---
1944 Enable this if you want debugging information using the debug
1945 filesystem (debugfs)
1946
1947 If unsure, say N.
1948
1949config FB_FSL_DIU
1950 tristate "Freescale DIU framebuffer support"
1951 depends on FB && FSL_SOC
1952 select FB_MODE_HELPERS
1953 select FB_CFB_FILLRECT
1954 select FB_CFB_COPYAREA
1955 select FB_CFB_IMAGEBLIT
1956 select PPC_LIB_RHEAP
1957 ---help---
1958 Framebuffer driver for the Freescale SoC DIU
1959
1960config FB_W100
1961 tristate "W100 frame buffer support"
1962 depends on FB && ARCH_PXA
1963 select FB_CFB_FILLRECT
1964 select FB_CFB_COPYAREA
1965 select FB_CFB_IMAGEBLIT
1966 ---help---
1967 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1968 It can also drive the w3220 chip found on iPAQ hx4700.
1969
1970 This driver is also available as a module ( = code which can be
1971 inserted and removed from the running kernel whenever you want). The
1972 module will be called w100fb. If you want to compile it as a module,
1973 say M here and read <file:Documentation/kbuild/modules.txt>.
1974
1975 If unsure, say N.
1976
1977config FB_SH_MOBILE_LCDC
1978 tristate "SuperH Mobile LCDC framebuffer support"
1979 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
Arnd Bergmann423431a2014-04-24 13:28:17 +01001980 depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02001981 select FB_SYS_FILLRECT
1982 select FB_SYS_COPYAREA
1983 select FB_SYS_IMAGEBLIT
1984 select FB_SYS_FOPS
1985 select FB_DEFERRED_IO
1986 select FB_BACKLIGHT
1987 select SH_MIPI_DSI if SH_LCD_MIPI_DSI
1988 ---help---
1989 Frame buffer driver for the on-chip SH-Mobile LCD controller.
1990
1991config FB_SH_MOBILE_HDMI
1992 tristate "SuperH Mobile HDMI controller support"
1993 depends on FB_SH_MOBILE_LCDC
1994 select FB_MODE_HELPERS
1995 select SOUND
1996 select SND
1997 select SND_SOC
1998 ---help---
1999 Driver for the on-chip SH-Mobile HDMI controller.
2000
2001config FB_TMIO
2002 tristate "Toshiba Mobile IO FrameBuffer support"
Jean Delvare81fe17b2014-04-24 10:32:58 +02002003 depends on FB && (MFD_TMIO || COMPILE_TEST)
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02002004 select FB_CFB_FILLRECT
2005 select FB_CFB_COPYAREA
2006 select FB_CFB_IMAGEBLIT
2007 ---help---
2008 Frame buffer driver for the Toshiba Mobile IO integrated as found
2009 on the Sharp SL-6000 series
2010
2011 This driver is also available as a module ( = code which can be
2012 inserted and removed from the running kernel whenever you want). The
2013 module will be called tmiofb. If you want to compile it as a module,
2014 say M here and read <file:Documentation/kbuild/modules.txt>.
2015
2016 If unsure, say N.
2017
2018config FB_TMIO_ACCELL
2019 bool "tmiofb acceleration"
2020 depends on FB_TMIO
2021 default y
2022
2023config FB_S3C
2024 tristate "Samsung S3C framebuffer support"
2025 depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \
2026 ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS)
2027 select FB_CFB_FILLRECT
2028 select FB_CFB_COPYAREA
2029 select FB_CFB_IMAGEBLIT
2030 ---help---
2031 Frame buffer driver for the built-in FB controller in the Samsung
2032 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
2033 and the S3C64XX series such as the S3C6400 and S3C6410.
2034
2035 These chips all have the same basic framebuffer design with the
2036 actual capabilities depending on the chip. For instance the S3C6400
2037 and S3C6410 support 4 hardware windows whereas the S3C24XX series
2038 currently only have two.
2039
2040 Currently the support is only for the S3C6400 and S3C6410 SoCs.
2041
2042config FB_S3C_DEBUG_REGWRITE
2043 bool "Debug register writes"
2044 depends on FB_S3C
2045 ---help---
2046 Show all register writes via pr_debug()
2047
2048config FB_S3C2410
2049 tristate "S3C2410 LCD framebuffer support"
2050 depends on FB && ARCH_S3C24XX
2051 select FB_CFB_FILLRECT
2052 select FB_CFB_COPYAREA
2053 select FB_CFB_IMAGEBLIT
2054 ---help---
2055 Frame buffer driver for the built-in LCD controller in the Samsung
2056 S3C2410 processor.
2057
2058 This driver is also available as a module ( = code which can be
2059 inserted and removed from the running kernel whenever you want). The
2060 module will be called s3c2410fb. If you want to compile it as a module,
2061 say M here and read <file:Documentation/kbuild/modules.txt>.
2062
2063 If unsure, say N.
2064config FB_S3C2410_DEBUG
2065 bool "S3C2410 lcd debug messages"
2066 depends on FB_S3C2410
2067 help
2068 Turn on debugging messages. Note that you can set/unset at run time
2069 through sysfs
2070
2071config FB_NUC900
Arnd Bergmanne3e11f52014-04-24 13:28:27 +01002072 tristate "NUC900 LCD framebuffer support"
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02002073 depends on FB && ARCH_W90X900
2074 select FB_CFB_FILLRECT
2075 select FB_CFB_COPYAREA
2076 select FB_CFB_IMAGEBLIT
2077 ---help---
2078 Frame buffer driver for the built-in LCD controller in the Nuvoton
2079 NUC900 processor
2080
2081config GPM1040A0_320X240
2082 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD"
2083 depends on FB_NUC900
2084
2085config FB_SM501
2086 tristate "Silicon Motion SM501 framebuffer support"
2087 depends on FB && MFD_SM501
2088 select FB_CFB_FILLRECT
2089 select FB_CFB_COPYAREA
2090 select FB_CFB_IMAGEBLIT
2091 ---help---
2092 Frame buffer driver for the CRT and LCD controllers in the Silicon
2093 Motion SM501.
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 sm501fb. If you want to compile it as a module,
2098 say M here and read <file:Documentation/kbuild/modules.txt>.
2099
2100 If unsure, say N.
2101
2102config FB_SMSCUFX
2103 tristate "SMSC UFX6000/7000 USB Framebuffer support"
2104 depends on FB && USB
2105 select FB_MODE_HELPERS
2106 select FB_SYS_FILLRECT
2107 select FB_SYS_COPYAREA
2108 select FB_SYS_IMAGEBLIT
2109 select FB_SYS_FOPS
2110 select FB_DEFERRED_IO
2111 ---help---
2112 This is a kernel framebuffer driver for SMSC UFX USB devices.
2113 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2114 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2115 (USB 3.0) devices.
2116 To compile as a module, choose M here: the module name is smscufx.
2117
2118config FB_UDL
2119 tristate "Displaylink USB Framebuffer support"
2120 depends on FB && USB
2121 select FB_MODE_HELPERS
2122 select FB_SYS_FILLRECT
2123 select FB_SYS_COPYAREA
2124 select FB_SYS_IMAGEBLIT
2125 select FB_SYS_FOPS
2126 select FB_DEFERRED_IO
2127 ---help---
2128 This is a kernel framebuffer driver for DisplayLink USB devices.
2129 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2130 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
2131 To compile as a module, choose M here: the module name is udlfb.
2132
2133config FB_IBM_GXT4500
2134 tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"
2135 depends on FB && PPC
2136 select FB_CFB_FILLRECT
2137 select FB_CFB_COPYAREA
2138 select FB_CFB_IMAGEBLIT
2139 ---help---
2140 Say Y here to enable support for the IBM GXT4000P/6000P and
2141 GXT4500P/6500P display adaptor based on Raster Engine RC1000,
2142 found on some IBM System P (pSeries) machines. This driver
2143 doesn't use Geometry Engine GT1000.
2144
2145config FB_PS3
2146 tristate "PS3 GPU framebuffer driver"
2147 depends on FB && PS3_PS3AV
2148 select FB_SYS_FILLRECT
2149 select FB_SYS_COPYAREA
2150 select FB_SYS_IMAGEBLIT
2151 select FB_SYS_FOPS
2152 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
2153 ---help---
2154 Include support for the virtual frame buffer in the PS3 platform.
2155
2156config FB_PS3_DEFAULT_SIZE_M
2157 int "PS3 default frame buffer size (in MiB)"
2158 depends on FB_PS3
2159 default 9
2160 ---help---
2161 This is the default size (in MiB) of the virtual frame buffer in
2162 the PS3.
2163 The default value can be overridden on the kernel command line
2164 using the "ps3fb" option (e.g. "ps3fb=9M");
2165
2166config FB_XILINX
2167 tristate "Xilinx frame buffer support"
2168 depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ)
2169 select FB_CFB_FILLRECT
2170 select FB_CFB_COPYAREA
2171 select FB_CFB_IMAGEBLIT
2172 ---help---
2173 Include support for the Xilinx ML300/ML403 reference design
2174 framebuffer. ML300 carries a 640*480 LCD display on the board,
2175 ML403 uses a standard DB15 VGA connector.
2176
2177config FB_GOLDFISH
2178 tristate "Goldfish Framebuffer"
Jean Delvare632de702014-04-23 12:42:10 +02002179 depends on FB && HAS_DMA && (GOLDFISH || COMPILE_TEST)
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02002180 select FB_CFB_FILLRECT
2181 select FB_CFB_COPYAREA
2182 select FB_CFB_IMAGEBLIT
2183 ---help---
2184 Framebuffer driver for Goldfish Virtual Platform
2185
2186config FB_COBALT
2187 tristate "Cobalt server LCD frame buffer support"
2188 depends on FB && (MIPS_COBALT || MIPS_SEAD3)
2189
2190config FB_SH7760
2191 bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
2192 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \
2193 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721)
2194 select FB_CFB_FILLRECT
2195 select FB_CFB_COPYAREA
2196 select FB_CFB_IMAGEBLIT
2197 ---help---
2198 Support for the SH7760/SH7763/SH7720/SH7721 integrated
2199 (D)STN/TFT LCD Controller.
2200 Supports display resolutions up to 1024x1024 pixel, grayscale and
2201 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2202 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2203 panels <= 320 pixel horizontal resolution.
2204
2205config FB_DA8XX
2206 tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
2207 depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX)
2208 select FB_CFB_FILLRECT
2209 select FB_CFB_COPYAREA
2210 select FB_CFB_IMAGEBLIT
2211 select FB_CFB_REV_PIXELS_IN_BYTE
2212 select FB_MODE_HELPERS
2213 select VIDEOMODE_HELPERS
2214 ---help---
2215 This is the frame buffer device driver for the TI LCD controller
2216 found on DA8xx/OMAP-L1xx/AM335x SoCs.
2217 If unsure, say N.
2218
2219config FB_VIRTUAL
2220 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
2221 depends on FB
2222 select FB_SYS_FILLRECT
2223 select FB_SYS_COPYAREA
2224 select FB_SYS_IMAGEBLIT
2225 select FB_SYS_FOPS
2226 ---help---
2227 This is a `virtual' frame buffer device. It operates on a chunk of
2228 unswappable kernel memory instead of on the memory of a graphics
2229 board. This means you cannot see any output sent to this frame
2230 buffer device, while it does consume precious memory. The main use
2231 of this frame buffer device is testing and debugging the frame
2232 buffer subsystem. Do NOT enable it for normal systems! To protect
2233 the innocent, it has to be enabled explicitly at boot time using the
2234 kernel option `video=vfb:'.
2235
2236 To compile this driver as a module, choose M here: the
2237 module will be called vfb. In order to load it, you must use
2238 the vfb_enable=1 option.
2239
2240 If unsure, say N.
2241
2242config XEN_FBDEV_FRONTEND
2243 tristate "Xen virtual frame buffer support"
2244 depends on FB && XEN
2245 select FB_SYS_FILLRECT
2246 select FB_SYS_COPYAREA
2247 select FB_SYS_IMAGEBLIT
2248 select FB_SYS_FOPS
2249 select FB_DEFERRED_IO
2250 select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC
2251 select XEN_XENBUS_FRONTEND
2252 default y
2253 help
2254 This driver implements the front-end of the Xen virtual
2255 frame buffer driver. It communicates with a back-end
2256 in another domain.
2257
2258config FB_METRONOME
2259 tristate "E-Ink Metronome/8track controller support"
2260 depends on FB
2261 select FB_SYS_FILLRECT
2262 select FB_SYS_COPYAREA
2263 select FB_SYS_IMAGEBLIT
2264 select FB_SYS_FOPS
2265 select FB_DEFERRED_IO
2266 help
2267 This driver implements support for the E-Ink Metronome
2268 controller. The pre-release name for this device was 8track
2269 and could also have been called by some vendors as PVI-nnnn.
2270
2271config FB_MB862XX
2272 tristate "Fujitsu MB862xx GDC support"
2273 depends on FB
2274 depends on PCI || (OF && PPC)
2275 select FB_CFB_FILLRECT
2276 select FB_CFB_COPYAREA
2277 select FB_CFB_IMAGEBLIT
2278 ---help---
2279 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers.
2280
2281choice
2282 prompt "GDC variant"
2283 depends on FB_MB862XX
2284
2285config FB_MB862XX_PCI_GDC
2286 bool "Carmine/Coral-P(A) GDC"
2287 depends on PCI
2288 ---help---
2289 This enables framebuffer support for Fujitsu Carmine/Coral-P(A)
2290 PCI graphics controller devices.
2291
2292config FB_MB862XX_LIME
2293 bool "Lime GDC"
2294 depends on OF && PPC
2295 select FB_FOREIGN_ENDIAN
2296 select FB_LITTLE_ENDIAN
2297 ---help---
2298 Framebuffer support for Fujitsu Lime GDC on host CPU bus.
2299
2300endchoice
2301
2302config FB_MB862XX_I2C
2303 bool "Support I2C bus on MB862XX GDC"
2304 depends on FB_MB862XX && I2C
Arnd Bergmannf7200b62014-04-24 13:28:19 +01002305 depends on FB_MB862XX=m || I2C=y
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02002306 default y
2307 help
2308 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
2309 driver to support accessing I2C devices on controller's I2C bus.
2310 These are usually some video decoder chips.
2311
2312config FB_EP93XX
2313 tristate "EP93XX frame buffer support"
2314 depends on FB && ARCH_EP93XX
2315 select FB_CFB_FILLRECT
2316 select FB_CFB_COPYAREA
2317 select FB_CFB_IMAGEBLIT
2318 ---help---
2319 Framebuffer driver for the Cirrus Logic EP93XX series of processors.
2320 This driver is also available as a module. The module will be called
2321 ep93xx-fb.
2322
2323config FB_PRE_INIT_FB
2324 bool "Don't reinitialize, use bootloader's GDC/Display configuration"
2325 depends on FB && FB_MB862XX_LIME
2326 ---help---
2327 Select this option if display contents should be inherited as set by
2328 the bootloader.
2329
2330config FB_MSM
2331 tristate "MSM Framebuffer support"
2332 depends on FB && ARCH_MSM
2333 select FB_CFB_FILLRECT
2334 select FB_CFB_COPYAREA
2335 select FB_CFB_IMAGEBLIT
2336
2337config FB_MX3
2338 tristate "MX3 Framebuffer support"
2339 depends on FB && MX3_IPU
2340 select FB_CFB_FILLRECT
2341 select FB_CFB_COPYAREA
2342 select FB_CFB_IMAGEBLIT
Alexander Stein7edaa762014-05-12 08:34:14 +02002343 select BACKLIGHT_CLASS_DEVICE
Tomi Valkeinenf7018c22014-02-13 15:31:38 +02002344 default y
2345 help
2346 This is a framebuffer device for the i.MX31 LCD Controller. So
2347 far only synchronous displays are supported. If you plan to use
2348 an LCD display with your i.MX31 system, say Y here.
2349
2350config FB_BROADSHEET
2351 tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
2352 depends on FB
2353 select FB_SYS_FILLRECT
2354 select FB_SYS_COPYAREA
2355 select FB_SYS_IMAGEBLIT
2356 select FB_SYS_FOPS
2357 select FB_DEFERRED_IO
2358 help
2359 This driver implements support for the E-Ink Broadsheet
2360 controller. The release name for this device was Epson S1D13521
2361 and could also have been called by other names when coupled with
2362 a bridge adapter.
2363
2364config FB_AUO_K190X
2365 tristate "AUO-K190X EPD controller support"
2366 depends on FB
2367 select FB_SYS_FILLRECT
2368 select FB_SYS_COPYAREA
2369 select FB_SYS_IMAGEBLIT
2370 select FB_SYS_FOPS
2371 select FB_DEFERRED_IO
2372 help
2373 Provides support for epaper controllers from the K190X series
2374 of AUO. These controllers can be used to drive epaper displays
2375 from Sipix.
2376
2377 This option enables the common support, shared by the individual
2378 controller drivers. You will also have to enable the driver
2379 for the controller type used in your device.
2380
2381config FB_AUO_K1900
2382 tristate "AUO-K1900 EPD controller support"
2383 depends on FB && FB_AUO_K190X
2384 help
2385 This driver implements support for the AUO K1900 epd-controller.
2386 This controller can drive Sipix epaper displays but can only do
2387 serial updates, reducing the number of possible frames per second.
2388
2389config FB_AUO_K1901
2390 tristate "AUO-K1901 EPD controller support"
2391 depends on FB && FB_AUO_K190X
2392 help
2393 This driver implements support for the AUO K1901 epd-controller.
2394 This controller can drive Sipix epaper displays and supports
2395 concurrent updates, making higher frames per second possible.
2396
2397config FB_JZ4740
2398 tristate "JZ4740 LCD framebuffer support"
2399 depends on FB && MACH_JZ4740
2400 select FB_SYS_FILLRECT
2401 select FB_SYS_COPYAREA
2402 select FB_SYS_IMAGEBLIT
2403 help
2404 Framebuffer support for the JZ4740 SoC.
2405
2406config FB_MXS
2407 tristate "MXS LCD framebuffer support"
2408 depends on FB && ARCH_MXS
2409 select FB_CFB_FILLRECT
2410 select FB_CFB_COPYAREA
2411 select FB_CFB_IMAGEBLIT
2412 select FB_MODE_HELPERS
2413 select VIDEOMODE_HELPERS
2414 help
2415 Framebuffer support for the MXS SoC.
2416
2417config FB_PUV3_UNIGFX
2418 tristate "PKUnity v3 Unigfx framebuffer support"
2419 depends on FB && UNICORE32 && ARCH_PUV3
2420 select FB_SYS_FILLRECT
2421 select FB_SYS_COPYAREA
2422 select FB_SYS_IMAGEBLIT
2423 select FB_SYS_FOPS
2424 help
2425 Choose this option if you want to use the Unigfx device as a
2426 framebuffer device. Without the support of PCI & AGP.
2427
2428config FB_HYPERV
2429 tristate "Microsoft Hyper-V Synthetic Video support"
2430 depends on FB && HYPERV
2431 select FB_CFB_FILLRECT
2432 select FB_CFB_COPYAREA
2433 select FB_CFB_IMAGEBLIT
2434 help
2435 This framebuffer driver supports Microsoft Hyper-V Synthetic Video.
2436
2437config FB_SIMPLE
2438 bool "Simple framebuffer support"
2439 depends on (FB = y)
2440 select FB_CFB_FILLRECT
2441 select FB_CFB_COPYAREA
2442 select FB_CFB_IMAGEBLIT
2443 help
2444 Say Y if you want support for a simple frame-buffer.
2445
2446 This driver assumes that the display hardware has been initialized
2447 before the kernel boots, and the kernel will simply render to the
2448 pre-allocated frame buffer surface.
2449
2450 Configuration re: surface address, size, and format must be provided
2451 through device tree, or plain old platform data.
2452
2453source "drivers/video/fbdev/omap/Kconfig"
2454source "drivers/video/fbdev/omap2/Kconfig"
2455source "drivers/video/fbdev/exynos/Kconfig"
2456source "drivers/video/fbdev/mmp/Kconfig"
2457
2458config FB_SH_MOBILE_MERAM
2459 tristate "SuperH Mobile MERAM read ahead support"
2460 depends on (SUPERH || ARCH_SHMOBILE)
2461 select GENERIC_ALLOCATOR
2462 ---help---
2463 Enable MERAM support for the SuperH controller.
2464
2465 This will allow for caching of the framebuffer to provide more
2466 reliable access under heavy main memory bus traffic situations.
2467 Up to 4 memory channels can be configured, allowing 4 RGB or
2468 2 YCbCr framebuffers to be configured.
2469
2470config FB_SSD1307
2471 tristate "Solomon SSD1307 framebuffer support"
2472 depends on FB && I2C
2473 depends on OF
2474 depends on GPIOLIB
2475 select FB_SYS_FOPS
2476 select FB_SYS_FILLRECT
2477 select FB_SYS_COPYAREA
2478 select FB_SYS_IMAGEBLIT
2479 select FB_DEFERRED_IO
2480 select PWM
2481 help
2482 This driver implements support for the Solomon SSD1307
2483 OLED controller over I2C.