kernel.org linux-2.6.10
[linux-2.6.git] / drivers / video / Kconfig
1 #
2 # Video configuration
3 #
4
5 menu "Graphics support"
6
7 config FB
8         bool "Support for frame buffer devices"
9         ---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.tahallah.demon.co.uk/programming/prog.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
41 config FB_MODE_HELPERS
42         bool "Enable Video Mode Handling Helpers"
43         depends on FB
44         default n
45         ---help---
46           This enables functions for handling video modes using the
47           Generalized Timing Formula and the EDID parser. A few drivers rely
48           on this feature such as the radeonfb, rivafb, and the i810fb. If
49           your driver does not take advantage of this feature, choosing Y will
50           just increase the kernel size by about 5K.
51
52 config FB_TILEBLITTING
53        bool "Enable Tile Blitting Support"
54        depends on FB
55        default n
56        ---help---
57          This enables tile blitting.  Tile blitting is a drawing technique
58          where the screen is divided into rectangular sections (tiles), whereas
59          the standard blitting divides the screen into pixels. Because the
60          default drawing element is a tile, drawing functions will be passed
61          parameters in terms of number of tiles instead of number of pixels.
62          For example, to draw a single character, instead of using bitmaps,
63          an index to an array of bitmaps will be used.  To clear or move a
64          rectangular section of a screen, the rectangle will be described in
65          terms of number of tiles in the x- and y-axis.
66
67          This is particularly important to one driver, matroxfb.  If
68          unsure, say N.
69
70 config FB_CIRRUS
71         tristate "Cirrus Logic support"
72         depends on FB && (ZORRO || PCI)
73         ---help---
74           This enables support for Cirrus Logic GD542x/543x based boards on
75           Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
76
77           If you have a PCI-based system, this enables support for these
78           chips: GD-543x, GD-544x, GD-5480.
79
80           Please read the file <file:Documentation/fb/cirrusfb.txt>.
81
82           Say N unless you have such a graphics board or plan to get one
83           before you next recompile the kernel.
84
85 config FB_PM2
86         tristate "Permedia2 support"
87         depends on FB && ((AMIGA && BROKEN) || PCI)
88         help
89           This is the frame buffer device driver for the Permedia2 AGP frame
90           buffer card from ASK, aka `Graphic Blaster Exxtreme'.  There is a
91           product page at
92           <http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.
93
94 config FB_PM2_FIFO_DISCONNECT
95         bool "enable FIFO disconnect feature"
96         depends on FB_PM2 && PCI
97         help
98           Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).
99
100 config FB_ARMCLCD
101         tristate "ARM PrimeCell PL110 support"
102         depends on FB && ARM && ARM_AMBA
103         help
104           This framebuffer device driver is for the ARM PrimeCell PL110
105           Colour LCD controller.  ARM PrimeCells provide the building
106           blocks for System on a Chip devices.
107
108           If you want to compile this as a module (=code which can be
109           inserted into and removed from the running kernel), say M
110           here and read <file:Documentation/modules.txt>.  The module
111           will be called amba-clcd.
112
113 config FB_ACORN
114         bool "Acorn VIDC support"
115         depends on FB && ARM && ARCH_ACORN
116         help
117           This is the frame buffer device driver for the Acorn VIDC graphics
118           hardware found in Acorn RISC PCs and other ARM-based machines.  If
119           unsure, say N.
120
121 config FB_CLPS711X
122         bool "CLPS711X LCD support"
123         depends on FB && ARM && ARCH_CLPS711X
124
125 config FB_SA1100
126         bool "SA-1100 LCD support"
127         depends on FB && ARM && ARCH_SA1100
128         help
129           This is a framebuffer device for the SA-1100 LCD Controller.
130           See <http://www.linux-fbdev.org/> for information on framebuffer
131           devices.
132
133           If you plan to use the LCD display with your SA-1100 system, say
134           Y here.
135
136 config FB_CYBER2000
137         tristate "CyberPro 2000/2010/5000 support"
138         depends on FB && PCI && (BROKEN || !SPARC64)
139         help
140           This enables support for the Integraphics CyberPro 20x0 and 5000
141           VGA chips used in the Rebel.com Netwinder and other machines.
142           Say Y if you have a NetWinder or a graphics card containing this
143           device, otherwise say N.
144
145 config FB_APOLLO
146         bool
147         depends on FB && APOLLO
148         default y
149
150 config FB_Q40
151         bool
152         depends on FB && Q40
153         default y
154
155 config FB_AMIGA
156         tristate "Amiga native chipset support"
157         depends on FB && AMIGA
158         help
159           This is the frame buffer device driver for the builtin graphics
160           chipset found in Amigas.
161
162           To compile this driver as a module, choose M here: the
163           module will be called amifb.
164
165 config FB_AMIGA_OCS
166         bool "Amiga OCS chipset support"
167         depends on FB_AMIGA
168         help
169           This enables support for the original Agnus and Denise video chips,
170           found in the Amiga 1000 and most A500's and A2000's. If you intend
171           to run Linux on any of these systems, say Y; otherwise say N.
172
173 config FB_AMIGA_ECS
174         bool "Amiga ECS chipset support"
175         depends on FB_AMIGA
176         help
177           This enables support for the Enhanced Chip Set, found in later
178           A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
179           you intend to run Linux on any of these systems, say Y; otherwise
180           say N.
181
182 config FB_AMIGA_AGA
183         bool "Amiga AGA chipset support"
184         depends on FB_AMIGA
185         help
186           This enables support for the Advanced Graphics Architecture (also
187           known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
188           and CD32. If you intend to run Linux on any of these systems, say Y;
189           otherwise say N.
190
191 config FB_CYBER
192         tristate "Amiga CyberVision 64 support"
193         depends on FB && ZORRO && BROKEN
194         help
195           This enables support for the Cybervision 64 graphics card from
196           Phase5. Please note that its use is not all that intuitive (i.e. if
197           you have any questions, be sure to ask!). Say N unless you have a
198           Cybervision 64 or plan to get one before you next recompile the
199           kernel. Please note that this driver DOES NOT support the
200           Cybervision 64/3D card, as they use incompatible video chips.
201
202 config FB_VIRGE
203         bool "Amiga CyberVision 64/3D support "
204         depends on FB && ZORRO && BROKEN
205         help
206           This enables support for the Cybervision 64/3D graphics card from
207           Phase5. Please note that its use is not all that intuitive (i.e. if
208           you have any questions, be sure to ask!). Say N unless you have a
209           Cybervision 64/3D or plan to get one before you next recompile the
210           kernel. Please note that this driver DOES NOT support the older
211           Cybervision 64 card, as they use incompatible video chips.
212
213 config FB_RETINAZ3
214         tristate "Amiga Retina Z3 support"
215         depends on FB && ZORRO && BROKEN
216         help
217           This enables support for the Retina Z3 graphics card. Say N unless
218           you have a Retina Z3 or plan to get one before you next recompile
219           the kernel.
220
221 config FB_FM2
222         bool "Amiga FrameMaster II/Rainbow II support"
223         depends on FB && ZORRO
224         help
225           This is the frame buffer device driver for the Amiga FrameMaster
226           card from BSC (exhibited 1992 but not shipped as a CBM product).
227
228 config FB_ATARI
229         bool "Atari native chipset support"
230         depends on FB && ATARI && BROKEN
231         help
232           This is the frame buffer device driver for the builtin graphics
233           chipset found in Ataris.
234
235 config FB_OF
236         bool "Open Firmware frame buffer device support"
237         depends on FB && (PPC64 || PPC_OF)
238         help
239           Say Y if you want support with Open Firmware for your graphics
240           board.
241
242 config FB_CONTROL
243         bool "Apple \"control\" display support"
244         depends on FB && PPC_PMAC
245         help
246           This driver supports a frame buffer for the graphics adapter in the
247           Power Macintosh 7300 and others.
248
249 config FB_PLATINUM
250         bool "Apple \"platinum\" display support"
251         depends on FB && PPC_PMAC
252         help
253           This driver supports a frame buffer for the "platinum" graphics
254           adapter in some Power Macintoshes.
255
256 config FB_VALKYRIE
257         bool "Apple \"valkyrie\" display support"
258         depends on FB && (MAC || PPC_PMAC)
259         help
260           This driver supports a frame buffer for the "valkyrie" graphics
261           adapter in some Power Macintoshes.
262
263 config FB_CT65550
264         bool "Chips 65550 display support"
265         depends on FB && PPC
266         help
267           This is the frame buffer device driver for the Chips & Technologies
268           65550 graphics chip in PowerBooks.
269
270 config FB_ASILIANT
271         bool "Chips 69000 display support"
272         depends on FB && PCI
273
274 config FB_IMSTT
275         bool "IMS Twin Turbo display support"
276         depends on FB && PCI
277         help
278           The IMS Twin Turbo is a PCI-based frame buffer card bundled with
279           many Macintosh and compatible computers.
280
281 config FB_S3TRIO
282         bool "S3 Trio display support"
283         depends on FB && PPC && BROKEN
284         help
285           If you have a S3 Trio say Y. Say N for S3 Virge.
286
287 config FB_VGA16
288         tristate "VGA 16-color graphics support"
289         depends on FB && (X86 || PPC)
290         help
291           This is the frame buffer device driver for VGA 16 color graphic
292           cards. Say Y if you have such a card.
293
294           To compile this driver as a module, choose M here: the
295           module will be called vga16fb.
296
297 config FB_STI
298         tristate "HP STI frame buffer device support"
299         depends on FB && PARISC
300         default y
301         ---help---
302           STI refers to the HP "Standard Text Interface" which is a set of
303           BIOS routines contained in a ROM chip in HP PA-RISC based machines.
304           Enabling this option will implement the linux framebuffer device
305           using calls to the STI BIOS routines for initialisation.
306         
307           If you enable this option, you will get a planar framebuffer device
308           /dev/fb which will work on the most common HP graphic cards of the
309           NGLE family, including the artist chips (in the 7xx and Bxxx series),
310           HCRX, HCRX24, CRX, CRX24 and VisEG series.
311
312           It is safe to enable this option, so you should probably say "Y".
313
314 config FB_MAC
315         bool "Generic Macintosh display support"
316         depends on FB && MAC
317
318 #      bool '  Apple DAFB display support' CONFIG_FB_DAFB
319 config FB_HP300
320         bool
321         depends on FB && HP300
322         default y
323
324 config FB_TGA
325         tristate "TGA framebuffer support"
326         depends on FB && ALPHA
327         help
328           This is the frame buffer device driver for generic TGA graphic
329           cards. Say Y if you have one of those.
330
331 config FB_VESA
332         bool "VESA VGA graphics support"
333         depends on FB && (X86 || X86_64)
334         help
335           This is the frame buffer device driver for generic VESA 2.0
336           compliant graphic cards. The older VESA 1.2 cards are not supported.
337           You will get a boot time penguin logo at no additional cost. Please
338           read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
339
340 config VIDEO_SELECT
341         bool
342         depends on FB_VESA
343         default y
344
345 config FB_HGA
346         tristate "Hercules mono graphics support"
347         depends on FB && X86
348         help
349           Say Y here if you have a Hercules mono graphics card.
350
351           To compile this driver as a module, choose M here: the
352           module will be called hgafb.
353
354           As this card technology is 15 years old, most people will answer N
355           here.
356
357 config FB_HGA_ACCEL
358         bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
359         depends on FB_HGA && EXPERIMENTAL
360         ---help---
361         This will compile the Hercules mono graphics with
362         acceleration functions.
363
364
365 config VIDEO_SELECT
366         bool
367         depends on FB && X86
368         default y
369
370 config FB_SGIVW
371         tristate "SGI Visual Workstation framebuffer support"
372         depends on FB && X86_VISWS
373         help
374           SGI Visual Workstation support for framebuffer graphics.
375
376 config FB_GBE
377         bool "SGI Graphics Backend frame buffer support"
378         depends on FB && (SGI_IP32 || X86_VISWS)
379         help
380           This is the frame buffer device driver for SGI Graphics Backend.
381           This chip is used in SGI O2 and Visual Workstation 320/540.
382
383 config FB_GBE_MEM
384         int "Video memory size in MB"
385         depends on FB_GBE
386         default 8
387         help
388           This is the amount of memory reserved for the framebuffer,
389           which can be any value between 1MB and 8MB.
390
391 config BUS_I2C
392         bool
393         depends on FB && VISWS
394         default y
395
396 config FB_SUN3
397         bool "Sun3 framebuffer support"
398         depends on FB && (SUN3 || SUN3X) && BROKEN
399
400 config FB_BW2
401         bool "BWtwo support"
402         depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
403         help
404           This is the frame buffer device driver for the BWtwo frame buffer.
405
406 config FB_CG3
407         bool "CGthree support"
408         depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
409         help
410           This is the frame buffer device driver for the CGthree frame buffer.
411
412 config FB_CG6
413         bool "CGsix (GX,TurboGX) support"
414         depends on FB && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
415         help
416           This is the frame buffer device driver for the CGsix (GX, TurboGX)
417           frame buffer.
418
419 config FB_PVR2
420         tristate "NEC PowerVR 2 display support"
421         depends on FB && SH_DREAMCAST
422         ---help---
423           Say Y here if you have a PowerVR 2 card in your box.  If you plan to
424           run linux on your Dreamcast, you will have to say Y here.
425           This driver may or may not work on other PowerVR 2 cards, but is
426           totally untested.  Use at your own risk.  If unsure, say N.
427
428           To compile this driver as a module, choose M here: the
429           module will be called pvr2fb.
430
431           You can pass several parameters to the driver at boot time or at
432           module load time.  The parameters look like "video=pvr2:XXX", where
433           the meaning of XXX can be found at the end of the main source file
434           (<file:drivers/video/pvr2fb.c>). Please see the file
435           <file:Documentation/fb/pvr2fb.txt>.
436
437 config FB_EPSON1355
438         bool "Epson 1355 framebuffer support"
439         depends on FB && (SUPERH || ARCH_CEIVA)
440         help
441           Build in support for the SED1355 Epson Research Embedded RAMDAC
442           LCD/CRT Controller (since redesignated as the S1D13505) as a
443           framebuffer.  Product specs at
444           <http://www.erd.epson.com/vdc/html/products.htm>.
445
446 config FB_RIVA
447         tristate "nVidia Riva support"
448         depends on FB && PCI
449         select I2C_ALGOBIT if FB_RIVA_I2C
450         select I2C if FB_RIVA_I2C
451         select FB_MODE_HELPERS
452         help
453           This driver supports graphics boards with the nVidia Riva/Geforce
454           chips.
455           Say Y if you have such a graphics board.
456
457           To compile this driver as a module, choose M here: the
458           module will be called rivafb.
459
460 config FB_RIVA_I2C
461        bool "Enable DDC Support"
462        depends on FB_RIVA
463        help
464           This enables I2C support for nVidia Chipsets.  This is used
465           only for getting EDID information from the attached display
466           allowing for robust video mode handling and switching.
467
468           Because fbdev-2.6 requires that drivers must be able to
469           independently validate video mode parameters, you should say Y
470           here.
471
472 config FB_RIVA_DEBUG
473         bool "Lots of debug output from Riva(nVidia) driver"
474         depends on FB_RIVA
475         default n
476         help
477           Say Y here if you want the Riva driver to output all sorts
478           of debugging informations to provide to the maintainer when
479           something goes wrong.
480
481 config FB_I810
482         tristate "Intel 810/815 support (EXPERIMENTAL)"
483         depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
484         select AGP
485         select AGP_INTEL
486         select FB_MODE_HELPERS
487         help
488           This driver supports the on-board graphics built in to the Intel 810 
489           and 815 chipsets.  Say Y if you have and plan to use such a board.
490
491           To compile this driver as a module, choose M here: the
492           module will be called i810fb.
493
494           For more information, please read 
495           <file:Documentation/fb/intel810.txt>
496
497 config FB_I810_GTF
498         bool "use VESA Generalized Timing Formula"
499         depends on FB_I810
500         help
501           If you say Y, then the VESA standard, Generalized Timing Formula 
502           or GTF, will be used to calculate the required video timing values
503           per video mode.  Since the GTF allows nondiscrete timings 
504           (nondiscrete being a range of values as opposed to discrete being a
505           set of values), you'll be able to use any combination of horizontal 
506           and vertical resolutions, and vertical refresh rates without having
507           to specify your own timing parameters.  This is especially useful
508           to maximize the performance of an aging display, or if you just 
509           have a display with nonstandard dimensions. A VESA compliant 
510           monitor is recommended, but can still work with non-compliant ones.
511           If you need or want this, then select this option. The timings may 
512           not be compliant with Intel's recommended values. Use at your own 
513           risk.
514
515           If you say N, the driver will revert to discrete video timings 
516           using a set recommended by Intel in their documentation.
517   
518           If unsure, say N.
519
520 config FB_INTEL
521         tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
522         depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
523         select AGP
524         select AGP_INTEL
525         help
526           This driver supports the on-board graphics built in to the Intel
527           830M/845G/852GM/855GM/865G chipsets.
528           Say Y if you have and plan to use such a board.
529
530           To compile this driver as a module, choose M here: the
531           module will be called intelfb.
532
533 config FB_INTEL_DEBUG
534         bool "Intel driver Debug Messages"
535         depends on FB_INTEL
536         ---help---
537           Say Y here if you want the Intel driver to output all sorts
538           of debugging informations to provide to the maintainer when
539           something goes wrong.
540
541 config FB_MATROX
542         tristate "Matrox acceleration"
543         depends on FB && PCI
544         ---help---
545           Say Y here if you have a Matrox Millennium, Matrox Millennium II,
546           Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
547           Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
548           Matrox G400, G450 or G550 card in your box.
549
550           To compile this driver as a module, choose M here: the
551           module will be called matroxfb.
552
553           You can pass several parameters to the driver at boot time or at
554           module load time. The parameters look like "video=matrox:XXX", and
555           are described in <file:Documentation/fb/matroxfb.txt>.
556
557 config FB_MATROX_MILLENIUM
558         bool "Millennium I/II support"
559         depends on FB_MATROX
560         help
561           Say Y here if you have a Matrox Millennium or Matrox Millennium II
562           video card. If you select "Advanced lowlevel driver options" below,
563           you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
564           packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
565           also use font widths different from 8.
566
567 config FB_MATROX_MYSTIQUE
568         bool "Mystique support"
569         depends on FB_MATROX
570         help
571           Say Y here if you have a Matrox Mystique or Matrox Mystique 220
572           video card. If you select "Advanced lowlevel driver options" below,
573           you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
574           packed pixel and 32 bpp packed pixel. You can also use font widths
575           different from 8.
576
577 config FB_MATROX_G450
578         bool "G100/G200/G400/G450/G550 support"
579         depends on FB_MATROX
580         ---help---
581           Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
582           video card. If you select "Advanced lowlevel driver options", you
583           should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
584           pixel and 32 bpp packed pixel. You can also use font widths
585           different from 8.
586
587           If you need support for G400 secondary head, you must first say Y to
588           "I2C support" and "I2C bit-banging support" in the character devices
589           section, and then to "Matrox I2C support" and "G400 second head
590           support" here in the framebuffer section. G450/G550 secondary head
591           and digital output are supported without additional modules.
592
593           The driver starts in monitor mode. You must use the matroxset tool 
594           (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to 
595           swap primary and secondary head outputs, or to change output mode.  
596           Secondary head driver always start in 640x480 resolution and you 
597           must use fbset to change it.
598
599           Do not forget that second head supports only 16 and 32 bpp
600           packed pixels, so it is a good idea to compile them into the kernel
601           too. You can use only some font widths, as the driver uses generic
602           painting procedures (the secondary head does not use acceleration
603           engine).
604
605           G450/G550 hardware can display TV picture only from secondary CRTC,
606           and it performs no scaling, so picture must have 525 or 625 lines.
607
608 config FB_MATROX_G100A
609         bool "G100/G200/G400 support"
610         depends on FB_MATROX && !FB_MATROX_G450
611         ---help---
612           Say Y here if you have a Matrox G100, G200 or G400 based
613           video card. If you select "Advanced lowlevel driver options", you
614           should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
615           pixel and 32 bpp packed pixel. You can also use font widths
616           different from 8.
617
618           If you need support for G400 secondary head, you must first say Y to
619           "I2C support" and "I2C bit-banging support" in the character devices
620           section, and then to "Matrox I2C support" and "G400 second head
621           support" here in the framebuffer section.
622
623 config FB_MATROX_G100
624         bool
625         depends on FB_MATROX && (FB_MATROX_G450 || FB_MATROX_G100A)
626         default y
627
628 config FB_MATROX_I2C
629         tristate "Matrox I2C support"
630         depends on FB_MATROX && I2C
631         select I2C_ALGOBIT
632         ---help---
633           This drivers creates I2C buses which are needed for accessing the
634           DDC (I2C) bus present on all Matroxes, an I2C bus which
635           interconnects Matrox optional devices, like MGA-TVO on G200 and
636           G400, and the secondary head DDC bus, present on G400 only.
637
638           You can say Y or M here if you want to experiment with monitor
639           detection code. You must say Y or M here if you want to use either
640           second head of G400 or MGA-TVO on G200 or G400.
641
642           If you compile it as module, it will create a module named
643           i2c-matroxfb.
644
645 config FB_MATROX_MAVEN
646         tristate "G400 second head support"
647         depends on FB_MATROX_G100 && FB_MATROX_I2C
648         ---help---
649           WARNING !!! This support does not work with G450 !!!
650
651           Say Y or M here if you want to use a secondary head (meaning two
652           monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
653           head is not compatible with accelerated XFree 3.3.x SVGA servers -
654           secondary head output is blanked while you are in X. With XFree
655           3.9.17 preview you can use both heads if you use SVGA over fbdev or
656           the fbdev driver on first head and the fbdev driver on second head.
657
658           If you compile it as module, two modules are created,
659           matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
660           both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
661           also load i2c-matroxfb to get it to run.
662
663           The driver starts in monitor mode and you must use the matroxset
664           tool (available at
665           <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
666           PAL or NTSC or to swap primary and secondary head outputs.
667           Secondary head driver also always start in 640x480 resolution, you
668           must use fbset to change it.
669
670           Also do not forget that second head supports only 16 and 32 bpp
671           packed pixels, so it is a good idea to compile them into the kernel
672           too.  You can use only some font widths, as the driver uses generic
673           painting procedures (the secondary head does not use acceleration
674           engine).
675
676 config FB_MATROX_MULTIHEAD
677         bool "Multihead support"
678         depends on FB_MATROX
679         ---help---
680           Say Y here if you have more than one (supported) Matrox device in
681           your computer and you want to use all of them for different monitors
682           ("multihead"). If you have only one device, you should say N because
683           the driver compiled with Y is larger and a bit slower, especially on
684           ia32 (ix86).
685
686           If you said M to "Matrox unified accelerated driver" and N here, you
687           will still be able to use several Matrox devices simultaneously:
688           insert several instances of the module matroxfb into the kernel
689           with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
690           for the different Matrox devices. This method is slightly faster but
691           uses 40 KB of kernel memory per Matrox card.
692
693           There is no need for enabling 'Matrox multihead support' if you have
694           only one Matrox card in the box.
695
696 config FB_RADEON_OLD
697         tristate "ATI Radeon display support (Old driver)"
698         depends on FB && PCI
699         help
700           Choose this option if you want to use an ATI Radeon graphics card as
701           a framebuffer device.  There are both PCI and AGP versions.  You
702           don't need to choose this to run the Radeon in plain VGA mode.
703           There is a product page at
704           <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
705
706 config FB_RADEON
707         tristate "ATI Radeon display support"
708         depends on FB && PCI
709         select I2C_ALGOBIT if FB_RADEON_I2C
710         select I2C if FB_RADEON_I2C
711         select FB_MODE_HELPERS
712         help
713           Choose this option if you want to use an ATI Radeon graphics card as
714           a framebuffer device.  There are both PCI and AGP versions.  You
715           don't need to choose this to run the Radeon in plain VGA mode.
716
717           If you say Y here and want DDC/I2C support you must first say Y to
718           "I2C support" and "I2C bit-banging support" in the character devices
719           section.
720
721           If you say M here then "I2C support" and "I2C bit-banging support" 
722           can be build either as modules or built-in.
723
724           There is a product page at
725           <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
726
727 config FB_RADEON_I2C
728         bool "DDC/I2C for ATI Radeon support"
729         depends on FB_RADEON
730         default y
731         help
732           Say Y here if you want DDC/I2C support for your Radeon board. 
733
734 config FB_RADEON_DEBUG
735         bool "Lots of debug output from Radeon driver"
736         depends on FB_RADEON
737         default n
738         help
739           Say Y here if you want the Radeon driver to output all sorts
740           of debugging informations to provide to the maintainer when
741           something goes wrong.
742
743 config FB_ATY128
744         tristate "ATI Rage128 display support"
745         depends on FB && PCI
746         help
747           This driver supports graphics boards with the ATI Rage128 chips.
748           Say Y if you have such a graphics board and read
749           <file:Documentation/fb/aty128fb.txt>.
750
751           To compile this driver as a module, choose M here: the
752           module will be called aty128fb.
753
754 config FB_ATY
755         tristate "ATI Mach64 display support" if PCI || ATARI
756         depends on FB
757         help
758           This driver supports graphics boards with the ATI Mach64 chips.
759           Say Y if you have such a graphics board.
760
761           To compile this driver as a module, choose M here: the
762           module will be called atyfb.
763
764 config FB_ATY_CT
765         bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
766         depends on PCI && FB_ATY
767         default y if SPARC64 && FB_PCI
768         help
769           Say Y here to support use of ATI's 64-bit Rage boards (or other
770           boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
771           framebuffer device.  The ATI product support page for these boards
772           is at <http://support.ati.com/products/pc/mach64/>.
773
774 config FB_ATY_GENERIC_LCD
775         bool "Mach64 generic LCD support (EXPERIMENTAL)"
776         depends on FB_ATY_CT
777         help
778           Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
779           Rage XC, or Rage XL chipset.
780
781 config FB_ATY_XL_INIT
782         bool "Rage XL No-BIOS Init support"
783         depends on FB_ATY_CT
784         help
785           Say Y here to support booting a Rage XL without BIOS support.
786
787 config FB_ATY_GX
788         bool "Mach64 GX support" if PCI
789         depends on FB_ATY
790         default y if ATARI
791         help
792           Say Y here to support use of the ATI Mach64 Graphics Expression
793           board (or other boards based on the Mach64 GX chipset) as a
794           framebuffer device.  The ATI product support page for these boards
795           is at
796           <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
797
798 config FB_SAVAGE
799         tristate "S3 Savage support"
800         depends on FB && PCI && EXPERIMENTAL
801         select I2C_ALGOBIT if FB_SAVAGE_I2C
802         select I2C if FB_SAVAGE_I2C
803         select FB_MODE_HELPERS
804         help
805           This driver supports notebooks and computers with S3 Savage PCI/AGP
806           chips.
807
808           Say Y if you have such a graphics card.
809
810           To compile this driver as a module, choose M here; the module
811           will be called savagefb.
812
813 config FB_SAVAGE_I2C
814        tristate "Enable DDC2 Support"
815        depends on FB_SAVAGE
816        help
817           This enables I2C support for S3 Savage Chipsets.  This is used
818           only for getting EDID information from the attached display
819           allowing for robust video mode handling and switching.
820
821           Because fbdev-2.6 requires that drivers must be able to
822           independently validate video mode parameters, you should say Y
823           here.
824
825 config FB_SAVAGE_ACCEL
826        tristate "Enable Console Acceleration"
827        depends on FB_SAVAGE
828        default n
829        help
830           This option will compile in console acceleration support. If
831           the resulting framebuffer console has bothersome glitches, then
832           choose N here.
833
834 config FB_SIS
835         tristate "SiS acceleration"
836         depends on FB && PCI
837         help
838           This is the frame buffer device driver for the SiS 300, 315 and
839           330 series VGA chipsets. Specs available at http://www.sis.com
840
841           To compile this driver as a module, choose M here; the module
842           will be called sisfb.
843
844 config FB_SIS_300
845         bool "SiS 300 series support"
846         depends on FB_SIS
847         help
848           Say Y here to support use of the SiS 300/305, 540, 630 and 730.
849
850 config FB_SIS_315
851         bool "SiS 315/330 series support"
852         depends on FB_SIS
853         help
854           Say Y here to support use of the SiS 315 and 330 series
855           (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760).
856
857 config FB_NEOMAGIC
858         tristate "NeoMagic display support"
859         depends on FB && PCI
860         select FB_MODE_HELPERS
861         help
862           This driver supports notebooks with NeoMagic PCI chips.
863           Say Y if you have such a graphics card. 
864
865           To compile this driver as a module, choose M here: the
866           module will be called neofb.
867
868 config FB_KYRO
869         tristate "IMG Kyro support"
870         depends on FB && PCI
871         help
872           Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
873           graphics board.
874
875           To compile this driver as a module, choose M here: the
876           module will be called kyrofb.
877
878 config FB_3DFX
879         tristate "3Dfx Banshee/Voodoo3 display support"
880         depends on FB && PCI
881         help
882           This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
883           chips. Say Y if you have such a graphics board.
884
885           To compile this driver as a module, choose M here: the
886           module will be called tdfxfb.
887
888 config FB_3DFX_ACCEL
889         bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
890         depends on FB_3DFX && EXPERIMENTAL
891         ---help---
892         This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
893         with acceleration functions.
894
895
896 config FB_VOODOO1
897         tristate "3Dfx Voodoo Graphics (sst1) support"
898         depends on FB && PCI
899         ---help---
900           Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or 
901           Voodoo2 (cvg) based graphics card.
902
903           To compile this driver as a module, choose M here: the
904           module will be called sstfb.
905
906           WARNING: Do not use any application that uses the 3D engine
907           (namely glide) while using this driver.
908           Please read the file Documentation/fb/README-sstfb.txt for supported
909           options and other important info  support.
910
911 config FB_TRIDENT
912         tristate "Trident support"
913         depends on FB && PCI
914         ---help---
915           This driver is supposed to support graphics boards with the
916           Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
917           but also on some motherboards. For more information, read
918           <file:Documentation/fb/tridentfb.txt>
919
920           Say Y if you have such a graphics board.
921
922           To compile this driver as a module, choose M here: the
923           module will be called tridentfb.
924
925 config FB_TRIDENT_ACCEL
926         bool "Trident Acceleration functions (EXPERIMENTAL)"
927         depends on FB_TRIDENT && EXPERIMENTAL
928         ---help---
929         This will compile the Trident frame buffer device with
930         acceleration functions.
931
932
933 config FB_PM3
934         tristate "Permedia3 support"
935         depends on FB && PCI && BROKEN
936         help
937           This is the frame buffer device driver for the 3DLabs Permedia3
938           chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
939           similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
940           and maybe other boards.
941
942 config FB_SBUS
943         bool "SBUS and UPA framebuffers"
944         depends on FB && (SPARC32 || SPARC64)
945         help
946           Say Y if you want support for SBUS or UPA based frame buffer device.
947
948 config FB_FFB
949         bool "Creator/Creator3D/Elite3D support"
950         depends on FB_SBUS && SPARC64
951         help
952           This is the frame buffer device driver for the Creator, Creator3D,
953           and Elite3D graphics boards.
954
955 config FB_TCX
956         bool "TCX (SS4/SS5 only) support"
957         depends on FB_SBUS
958         help
959           This is the frame buffer device driver for the TCX 24/8bit frame
960           buffer.
961
962 config FB_CG14
963         bool "CGfourteen (SX) support"
964         depends on FB_SBUS
965         help
966           This is the frame buffer device driver for the CGfourteen frame
967           buffer on Desktop SPARCsystems with the SX graphics option.
968
969 config FB_P9100
970         bool "P9100 (Sparcbook 3 only) support"
971         depends on FB_SBUS
972         help
973           This is the frame buffer device driver for the P9100 card
974           supported on Sparcbook 3 machines.
975
976 config FB_LEO
977         bool "Leo (ZX) support"
978         depends on FB_SBUS
979         help
980           This is the frame buffer device driver for the SBUS-based Sun ZX
981           (leo) frame buffer cards.
982
983 config FB_PCI
984         bool "PCI framebuffers"
985         depends on FB && PCI && (SPARC64 || SPARC32)
986
987 config FB_IGA
988         bool "IGA 168x display support"
989         depends on SPARC32 && FB_PCI
990         help
991           This is the framebuffer device for the INTERGRAPHICS 1680 and
992           successor frame buffer cards.
993
994 config FB_HIT
995         tristate "HD64461 Frame Buffer support"
996         depends on FB && HD64461
997         help
998           This is the frame buffer device driver for the Hitachi HD64461 LCD
999           frame buffer card.
1000
1001 config FB_PMAG_BA
1002         bool "PMAG-BA TURBOchannel framebuffer support"
1003         depends on FB && DECSTATION && TC
1004         help
1005           Say Y here to directly support the on-board PMAG-BA framebuffer in
1006           the 5000/1xx versions of the DECstation.  There is a page dedicated
1007           to Linux on DECstations at <http://decstation.unix-ag.org/>.
1008
1009 config FB_PMAGB_B
1010         bool "PMAGB-B TURBOchannel framebuffer spport"
1011         depends on FB && DECSTATION && TC
1012         help
1013           Say Y here to directly support the on-board PMAGB-B framebuffer in
1014           the 5000/1xx versions of the DECstation.  There is a page dedicated
1015           to Linux on DECstations at <http://decstation.unix-ag.org/>.
1016
1017 config FB_MAXINE
1018         bool "Maxine (Personal DECstation) onboard framebuffer spport"
1019         depends on FB && DECSTATION && TC
1020         help
1021           Say Y here to directly support the on-board framebuffer in the
1022           Maxine (5000/20, /25, /33) version of the DECstation.  There is a
1023           page dedicated to Linux on DECstations at <http://decstation.unix-ag.org/>.
1024
1025 config FB_TX3912
1026         bool "TMPTX3912/PR31700 frame buffer support"
1027         depends on FB && NINO
1028         help
1029           The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1030           see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
1031
1032           Say Y here to enable kernel support for the on-board framebuffer.
1033
1034 config FB_68328
1035         bool "Motorola 68328 native frame buffer support"
1036         depends on (M68328 || M68EZ328 || M68VZ328)
1037         help
1038           Say Y here if you want to support the built-in frame buffer of
1039           the Motorola 68328 CPU family.
1040
1041 config FB_PXA
1042         tristate "PXA LCD framebuffer support"
1043         depends on FB && ARCH_PXA
1044         ---help---
1045           Frame buffer driver for the built-in LCD controller in the Intel
1046           PXA2x0 processor.
1047
1048           This driver is also available as a module ( = code which can be
1049           inserted and removed from the running kernel whenever you want). The
1050           module will be called vfb. If you want to compile it as a module,
1051           say M here and read <file:Documentation/modules.txt>.
1052
1053           If unsure, say N.
1054
1055 config FB_PXA_PARAMETERS
1056         bool "PXA LCD command line parameters"
1057         default n
1058         depends on FB_PXA
1059         ---help---
1060           Enable the use of kernel command line or module parameters
1061           to configure the physical properties of the LCD panel when
1062           using the PXA LCD driver.
1063
1064           This option allows you to override the panel parameters
1065           supplied by the platform in order to support multiple
1066           different models of flatpanel. If you will only be using a
1067           single model of flatpanel then you can safely leave this
1068           option disabled.
1069
1070           Documentation/fb/pxafb.txt describes the available parameters.
1071
1072 config FB_VIRTUAL
1073         tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1074         depends on FB
1075         ---help---
1076           This is a `virtual' frame buffer device. It operates on a chunk of
1077           unswappable kernel memory instead of on the memory of a graphics
1078           board. This means you cannot see any output sent to this frame
1079           buffer device, while it does consume precious memory. The main use
1080           of this frame buffer device is testing and debugging the frame
1081           buffer subsystem. Do NOT enable it for normal systems! To protect
1082           the innocent, it has to be enabled explicitly at boot time using the
1083           kernel option `video=vfb:'.
1084
1085           To compile this driver as a module, choose M here: the
1086           module will be called vfb.
1087
1088           If unsure, say N.
1089 if VT
1090         source "drivers/video/console/Kconfig"
1091 endif
1092
1093 if FB || SGI_NEWPORT_CONSOLE
1094         source "drivers/video/logo/Kconfig"
1095 endif
1096
1097 endmenu
1098