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