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