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