]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/video/Kconfig
[PATCH] savagefb: Whitespace cleanup
[net-next-2.6.git] / drivers / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Video configuration
3#
4
5menu "Graphics support"
6
7config FB
8 tristate "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
41config FB_CFB_FILLRECT
42 tristate
43 depends on FB
44 default n
45 ---help---
46 Include the cfb_fillrect function for generic software rectangle
47 filling. This is used by drivers that don't provide their own
48 (accelerated) version.
49
50config FB_CFB_COPYAREA
51 tristate
52 depends on FB
53 default n
54 ---help---
55 Include the cfb_copyarea function for generic software area copying.
56 This is used by drivers that don't provide their own (accelerated)
57 version.
58
59config FB_CFB_IMAGEBLIT
60 tristate
61 depends on FB
62 default n
63 ---help---
64 Include the cfb_imageblit function for generic software image
65 blitting. This is used by drivers that don't provide their own
66 (accelerated) version.
67
1da177e4
LT
68config FB_MACMODES
69 tristate
70 depends on FB
71 default n
72
59153f7d
AD
73config FB_FIRMWARE_EDID
74 bool "Enable firmware EDID"
75 depends on FB
76 default y
77 ---help---
78 This enables access to the EDID transferred from the firmware.
79 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
80 transfers do not work for your driver and if you are using
81 nvidiafb, i810fb or savagefb.
82
83 In general, choosing Y for this option is safe. If you
84 experience extremely long delays while booting before you get
85 something on your display, try setting this to N. Matrox cards in
86 combination with certain motherboards and monitors are known to
87 suffer from this problem.
88
5474c120
MH
89config FB_BACKLIGHT
90 bool
91 depends on FB
92 default n
93
1da177e4
LT
94config FB_MODE_HELPERS
95 bool "Enable Video Mode Handling Helpers"
96 depends on FB
97 default n
98 ---help---
99 This enables functions for handling video modes using the
100 Generalized Timing Formula and the EDID parser. A few drivers rely
101 on this feature such as the radeonfb, rivafb, and the i810fb. If
102 your driver does not take advantage of this feature, choosing Y will
103 just increase the kernel size by about 5K.
104
105config FB_TILEBLITTING
106 bool "Enable Tile Blitting Support"
107 depends on FB
108 default n
109 ---help---
110 This enables tile blitting. Tile blitting is a drawing technique
111 where the screen is divided into rectangular sections (tiles), whereas
112 the standard blitting divides the screen into pixels. Because the
113 default drawing element is a tile, drawing functions will be passed
114 parameters in terms of number of tiles instead of number of pixels.
115 For example, to draw a single character, instead of using bitmaps,
116 an index to an array of bitmaps will be used. To clear or move a
117 rectangular section of a screen, the rectangle will be described in
118 terms of number of tiles in the x- and y-axis.
119
120 This is particularly important to one driver, matroxfb. If
121 unsure, say N.
122
123config FB_CIRRUS
124 tristate "Cirrus Logic support"
125 depends on FB && (ZORRO || PCI)
126 select FB_CFB_FILLRECT
127 select FB_CFB_COPYAREA
128 select FB_CFB_IMAGEBLIT
1da177e4
LT
129 ---help---
130 This enables support for Cirrus Logic GD542x/543x based boards on
131 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
132
133 If you have a PCI-based system, this enables support for these
134 chips: GD-543x, GD-544x, GD-5480.
135
136 Please read the file <file:Documentation/fb/cirrusfb.txt>.
137
138 Say N unless you have such a graphics board or plan to get one
139 before you next recompile the kernel.
140
141config FB_PM2
142 tristate "Permedia2 support"
143 depends on FB && ((AMIGA && BROKEN) || PCI)
144 select FB_CFB_FILLRECT
145 select FB_CFB_COPYAREA
146 select FB_CFB_IMAGEBLIT
1da177e4
LT
147 help
148 This is the frame buffer device driver for the Permedia2 AGP frame
149 buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a
150 product page at
151 <http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.
152
153config FB_PM2_FIFO_DISCONNECT
154 bool "enable FIFO disconnect feature"
155 depends on FB_PM2 && PCI
156 help
157 Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).
158
159config FB_ARMCLCD
160 tristate "ARM PrimeCell PL110 support"
161 depends on FB && ARM && ARM_AMBA
162 select FB_CFB_FILLRECT
163 select FB_CFB_COPYAREA
164 select FB_CFB_IMAGEBLIT
1da177e4
LT
165 help
166 This framebuffer device driver is for the ARM PrimeCell PL110
167 Colour LCD controller. ARM PrimeCells provide the building
168 blocks for System on a Chip devices.
169
170 If you want to compile this as a module (=code which can be
171 inserted into and removed from the running kernel), say M
172 here and read <file:Documentation/modules.txt>. The module
173 will be called amba-clcd.
174
903e2bbd
MS
175choice
176
177 depends on FB_ARMCLCD && (ARCH_LH7A40X || ARCH_LH7952X)
178 prompt "LCD Panel"
179 default FB_ARMCLCD_SHARP_LQ035Q7DB02
180
181config FB_ARMCLCD_SHARP_LQ035Q7DB02_HRTFT
182 bool "LogicPD LCD 3.5\" QVGA w/HRTFT IC"
183 help
184 This is an implementation of the Sharp LQ035Q7DB02, a 3.5"
185 color QVGA, HRTFT panel. The LogicPD device includes an
186 an integrated HRTFT controller IC.
187 The native resolution is 240x320.
188
189config FB_ARMCLCD_SHARP_LQ057Q3DC02
190 bool "LogicPD LCD 5.7\" QVGA"
191 help
192 This is an implementation of the Sharp LQ057Q3DC02, a 5.7"
193 color QVGA, TFT panel. The LogicPD device includes an
194 The native resolution is 320x240.
195
196config FB_ARMCLCD_SHARP_LQ64D343
197 bool "LogicPD LCD 6.4\" VGA"
198 help
199 This is an implementation of the Sharp LQ64D343, a 6.4"
200 color VGA, TFT panel. The LogicPD device includes an
201 The native resolution is 640x480.
202
203config FB_ARMCLCD_SHARP_LQ10D368
204 bool "LogicPD LCD 10.4\" VGA"
205 help
206 This is an implementation of the Sharp LQ10D368, a 10.4"
207 color VGA, TFT panel. The LogicPD device includes an
208 The native resolution is 640x480.
209
210
211config FB_ARMCLCD_SHARP_LQ121S1DG41
212 bool "LogicPD LCD 12.1\" SVGA"
213 help
214 This is an implementation of the Sharp LQ121S1DG41, a 12.1"
215 color SVGA, TFT panel. The LogicPD device includes an
216 The native resolution is 800x600.
217
218 This panel requires a clock rate may be an integer fraction
219 of the base LCDCLK frequency. The driver will select the
220 highest frequency available that is lower than the maximum
221 allowed. The panel may flicker if the clock rate is
222 slower than the recommended minimum.
223
224config FB_ARMCLCD_AUO_A070VW01_WIDE
225 bool "AU Optronics A070VW01 LCD 7.0\" WIDE"
226 help
227 This is an implementation of the AU Optronics, a 7.0"
228 WIDE Color. The native resolution is 234x480.
229
230config FB_ARMCLCD_HITACHI
231 bool "Hitachi Wide Screen 800x480"
232 help
233 This is an implementation of the Hitachi 800x480.
234
235endchoice
236
237
1da177e4
LT
238config FB_ACORN
239 bool "Acorn VIDC support"
240 depends on (FB = y) && ARM && (ARCH_ACORN || ARCH_CLPS7500)
241 select FB_CFB_FILLRECT
242 select FB_CFB_COPYAREA
243 select FB_CFB_IMAGEBLIT
1da177e4
LT
244 help
245 This is the frame buffer device driver for the Acorn VIDC graphics
246 hardware found in Acorn RISC PCs and other ARM-based machines. If
247 unsure, say N.
248
249config FB_CLPS711X
250 bool "CLPS711X LCD support"
251 depends on (FB = y) && ARM && ARCH_CLPS711X
252 select FB_CFB_FILLRECT
253 select FB_CFB_COPYAREA
254 select FB_CFB_IMAGEBLIT
e65c0850
RD
255 help
256 Say Y to enable the Framebuffer driver for the CLPS7111 and
257 EP7212 processors.
1da177e4
LT
258
259config FB_SA1100
260 bool "SA-1100 LCD support"
261 depends on (FB = y) && ARM && ARCH_SA1100
262 select FB_CFB_FILLRECT
263 select FB_CFB_COPYAREA
264 select FB_CFB_IMAGEBLIT
1da177e4
LT
265 help
266 This is a framebuffer device for the SA-1100 LCD Controller.
267 See <http://www.linux-fbdev.org/> for information on framebuffer
268 devices.
269
270 If you plan to use the LCD display with your SA-1100 system, say
271 Y here.
272
7c2f891c
SH
273config FB_IMX
274 tristate "Motorola i.MX LCD support"
275 depends on FB && ARM && ARCH_IMX
276 select FB_CFB_FILLRECT
277 select FB_CFB_COPYAREA
278 select FB_CFB_IMAGEBLIT
7c2f891c 279
1da177e4
LT
280config FB_CYBER2000
281 tristate "CyberPro 2000/2010/5000 support"
282 depends on FB && PCI && (BROKEN || !SPARC64)
283 select FB_CFB_FILLRECT
284 select FB_CFB_COPYAREA
285 select FB_CFB_IMAGEBLIT
1da177e4
LT
286 help
287 This enables support for the Integraphics CyberPro 20x0 and 5000
288 VGA chips used in the Rebel.com Netwinder and other machines.
289 Say Y if you have a NetWinder or a graphics card containing this
290 device, otherwise say N.
291
292config FB_APOLLO
293 bool
294 depends on (FB = y) && APOLLO
295 default y
296 select FB_CFB_FILLRECT
297 select FB_CFB_IMAGEBLIT
1da177e4
LT
298
299config FB_Q40
300 bool
301 depends on (FB = y) && Q40
302 default y
303 select FB_CFB_FILLRECT
304 select FB_CFB_COPYAREA
305 select FB_CFB_IMAGEBLIT
1da177e4
LT
306
307config FB_AMIGA
308 tristate "Amiga native chipset support"
309 depends on FB && AMIGA
1da177e4
LT
310 help
311 This is the frame buffer device driver for the builtin graphics
312 chipset found in Amigas.
313
314 To compile this driver as a module, choose M here: the
315 module will be called amifb.
316
317config FB_AMIGA_OCS
318 bool "Amiga OCS chipset support"
319 depends on FB_AMIGA
320 help
321 This enables support for the original Agnus and Denise video chips,
322 found in the Amiga 1000 and most A500's and A2000's. If you intend
323 to run Linux on any of these systems, say Y; otherwise say N.
324
325config FB_AMIGA_ECS
326 bool "Amiga ECS chipset support"
327 depends on FB_AMIGA
328 help
329 This enables support for the Enhanced Chip Set, found in later
330 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
331 you intend to run Linux on any of these systems, say Y; otherwise
332 say N.
333
334config FB_AMIGA_AGA
335 bool "Amiga AGA chipset support"
336 depends on FB_AMIGA
337 help
338 This enables support for the Advanced Graphics Architecture (also
339 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
340 and CD32. If you intend to run Linux on any of these systems, say Y;
341 otherwise say N.
342
343config FB_CYBER
344 tristate "Amiga CyberVision 64 support"
345 depends on FB && ZORRO && BROKEN
346 select FB_CFB_FILLRECT
347 select FB_CFB_COPYAREA
348 select FB_CFB_IMAGEBLIT
1da177e4
LT
349 help
350 This enables support for the Cybervision 64 graphics card from
351 Phase5. Please note that its use is not all that intuitive (i.e. if
352 you have any questions, be sure to ask!). Say N unless you have a
353 Cybervision 64 or plan to get one before you next recompile the
354 kernel. Please note that this driver DOES NOT support the
355 Cybervision 64/3D card, as they use incompatible video chips.
356
357config FB_VIRGE
358 bool "Amiga CyberVision 64/3D support "
359 depends on (FB = y) && ZORRO && BROKEN
360 select FB_CFB_FILLRECT
361 select FB_CFB_COPYAREA
362 select FB_CFB_IMAGEBLIT
1da177e4
LT
363 help
364 This enables support for the Cybervision 64/3D graphics card from
365 Phase5. Please note that its use is not all that intuitive (i.e. if
366 you have any questions, be sure to ask!). Say N unless you have a
367 Cybervision 64/3D or plan to get one before you next recompile the
368 kernel. Please note that this driver DOES NOT support the older
369 Cybervision 64 card, as they use incompatible video chips.
370
371config FB_RETINAZ3
372 tristate "Amiga Retina Z3 support"
373 depends on (FB = y) && ZORRO && BROKEN
374 help
375 This enables support for the Retina Z3 graphics card. Say N unless
376 you have a Retina Z3 or plan to get one before you next recompile
377 the kernel.
378
379config FB_FM2
380 bool "Amiga FrameMaster II/Rainbow II support"
381 depends on (FB = y) && ZORRO
382 select FB_CFB_FILLRECT
383 select FB_CFB_COPYAREA
384 select FB_CFB_IMAGEBLIT
1da177e4
LT
385 help
386 This is the frame buffer device driver for the Amiga FrameMaster
387 card from BSC (exhibited 1992 but not shipped as a CBM product).
388
1154ea7d
JK
389config FB_ARC
390 tristate "Arc Monochrome LCD board support"
391 depends on FB && X86
392 select FB_CFB_FILLRECT
393 select FB_CFB_COPYAREA
394 select FB_CFB_IMAGEBLIT
1154ea7d
JK
395 help
396 This enables support for the Arc Monochrome LCD board. The board
397 is based on the KS-108 lcd controller and is typically a matrix
398 of 2*n chips. This driver was tested with a 128x64 panel. This
399 driver supports it for use with x86 SBCs through a 16 bit GPIO
400 interface (8 bit data, 8 bit control). If you anticpate using
401 this driver, say Y or M; otherwise say N. You must specify the
402 GPIO IO address to be used for setting control and data.
403
1da177e4
LT
404config FB_ATARI
405 bool "Atari native chipset support"
406 depends on (FB = y) && ATARI && BROKEN
407 help
408 This is the frame buffer device driver for the builtin graphics
409 chipset found in Ataris.
410
411config FB_OF
412 bool "Open Firmware frame buffer device support"
413 depends on (FB = y) && (PPC64 || PPC_OF)
414 select FB_CFB_FILLRECT
415 select FB_CFB_COPYAREA
416 select FB_CFB_IMAGEBLIT
1da177e4
LT
417 select FB_MACMODES
418 help
419 Say Y if you want support with Open Firmware for your graphics
420 board.
421
422config FB_CONTROL
423 bool "Apple \"control\" display support"
424 depends on (FB = y) && PPC_PMAC
425 select FB_CFB_FILLRECT
426 select FB_CFB_COPYAREA
427 select FB_CFB_IMAGEBLIT
1da177e4
LT
428 select FB_MACMODES
429 help
430 This driver supports a frame buffer for the graphics adapter in the
431 Power Macintosh 7300 and others.
432
433config FB_PLATINUM
434 bool "Apple \"platinum\" display support"
435 depends on (FB = y) && PPC_PMAC
436 select FB_CFB_FILLRECT
437 select FB_CFB_COPYAREA
438 select FB_CFB_IMAGEBLIT
1da177e4
LT
439 select FB_MACMODES
440 help
441 This driver supports a frame buffer for the "platinum" graphics
442 adapter in some Power Macintoshes.
443
444config FB_VALKYRIE
445 bool "Apple \"valkyrie\" display support"
446 depends on (FB = y) && (MAC || PPC_PMAC)
447 select FB_CFB_FILLRECT
448 select FB_CFB_COPYAREA
449 select FB_CFB_IMAGEBLIT
1da177e4
LT
450 select FB_MACMODES
451 help
452 This driver supports a frame buffer for the "valkyrie" graphics
453 adapter in some Power Macintoshes.
454
455config FB_CT65550
456 bool "Chips 65550 display support"
457 depends on (FB = y) && PPC
458 select FB_CFB_FILLRECT
459 select FB_CFB_COPYAREA
460 select FB_CFB_IMAGEBLIT
1da177e4
LT
461 help
462 This is the frame buffer device driver for the Chips & Technologies
463 65550 graphics chip in PowerBooks.
464
465config FB_ASILIANT
e65c0850 466 bool "Asiliant (Chips) 69000 display support"
1da177e4
LT
467 depends on (FB = y) && PCI
468 select FB_CFB_FILLRECT
469 select FB_CFB_COPYAREA
470 select FB_CFB_IMAGEBLIT
4de0b1ee
AD
471 help
472 This is the frame buffer device driver for the Asiliant 69030 chipset
1da177e4
LT
473
474config FB_IMSTT
475 bool "IMS Twin Turbo display support"
476 depends on (FB = y) && PCI
477 select FB_CFB_IMAGEBLIT
1da177e4
LT
478 select FB_MACMODES if PPC
479 help
480 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
481 many Macintosh and compatible computers.
482
1da177e4
LT
483config FB_VGA16
484 tristate "VGA 16-color graphics support"
485 depends on FB && (X86 || PPC)
486 select FB_CFB_FILLRECT
487 select FB_CFB_COPYAREA
488 select FB_CFB_IMAGEBLIT
1da177e4
LT
489 help
490 This is the frame buffer device driver for VGA 16 color graphic
491 cards. Say Y if you have such a card.
492
493 To compile this driver as a module, choose M here: the
494 module will be called vga16fb.
495
496config FB_STI
497 tristate "HP STI frame buffer device support"
498 depends on FB && PARISC
499 select FB_CFB_FILLRECT
500 select FB_CFB_COPYAREA
501 select FB_CFB_IMAGEBLIT
1da177e4
LT
502 default y
503 ---help---
504 STI refers to the HP "Standard Text Interface" which is a set of
505 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
506 Enabling this option will implement the linux framebuffer device
507 using calls to the STI BIOS routines for initialisation.
508
509 If you enable this option, you will get a planar framebuffer device
510 /dev/fb which will work on the most common HP graphic cards of the
511 NGLE family, including the artist chips (in the 7xx and Bxxx series),
512 HCRX, HCRX24, CRX, CRX24 and VisEG series.
513
514 It is safe to enable this option, so you should probably say "Y".
515
516config FB_MAC
517 bool "Generic Macintosh display support"
518 depends on (FB = y) && MAC
519 select FB_CFB_FILLRECT
520 select FB_CFB_COPYAREA
521 select FB_CFB_IMAGEBLIT
1da177e4
LT
522 select FB_MACMODES
523
524# bool ' Apple DAFB display support' CONFIG_FB_DAFB
525config FB_HP300
526 bool
527 depends on (FB = y) && HP300
528 select FB_CFB_FILLRECT
529 select FB_CFB_IMAGEBLIT
1da177e4
LT
530 default y
531
532config FB_TGA
533 tristate "TGA framebuffer support"
534 depends on FB && ALPHA
535 select FB_CFB_FILLRECT
536 select FB_CFB_COPYAREA
537 select FB_CFB_IMAGEBLIT
1da177e4
LT
538 help
539 This is the frame buffer device driver for generic TGA graphic
540 cards. Say Y if you have one of those.
541
542config FB_VESA
543 bool "VESA VGA graphics support"
0d078f6f 544 depends on (FB = y) && X86
1da177e4
LT
545 select FB_CFB_FILLRECT
546 select FB_CFB_COPYAREA
547 select FB_CFB_IMAGEBLIT
1da177e4
LT
548 help
549 This is the frame buffer device driver for generic VESA 2.0
550 compliant graphic cards. The older VESA 1.2 cards are not supported.
551 You will get a boot time penguin logo at no additional cost. Please
552 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
553
1da177e4
LT
554config FB_HGA
555 tristate "Hercules mono graphics support"
556 depends on FB && X86
557 select FB_CFB_FILLRECT
558 select FB_CFB_COPYAREA
559 select FB_CFB_IMAGEBLIT
1da177e4
LT
560 help
561 Say Y here if you have a Hercules mono graphics card.
562
563 To compile this driver as a module, choose M here: the
564 module will be called hgafb.
565
566 As this card technology is 15 years old, most people will answer N
567 here.
568
569config FB_HGA_ACCEL
570 bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
571 depends on FB_HGA && EXPERIMENTAL
572 ---help---
573 This will compile the Hercules mono graphics with
574 acceleration functions.
575
1da177e4
LT
576config FB_SGIVW
577 tristate "SGI Visual Workstation framebuffer support"
578 depends on FB && X86_VISWS
579 select FB_CFB_FILLRECT
580 select FB_CFB_COPYAREA
581 select FB_CFB_IMAGEBLIT
1da177e4
LT
582 help
583 SGI Visual Workstation support for framebuffer graphics.
584
585config FB_GBE
586 bool "SGI Graphics Backend frame buffer support"
587 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
588 select FB_CFB_FILLRECT
589 select FB_CFB_COPYAREA
590 select FB_CFB_IMAGEBLIT
1da177e4
LT
591 help
592 This is the frame buffer device driver for SGI Graphics Backend.
593 This chip is used in SGI O2 and Visual Workstation 320/540.
594
595config FB_GBE_MEM
596 int "Video memory size in MB"
597 depends on FB_GBE
80c410dc 598 default 4
1da177e4
LT
599 help
600 This is the amount of memory reserved for the framebuffer,
601 which can be any value between 1MB and 8MB.
602
1da177e4
LT
603config FB_SUN3
604 bool "Sun3 framebuffer support"
605 depends on (FB = y) && (SUN3 || SUN3X) && BROKEN
606
1a571986
MF
607config FB_SBUS
608 bool "SBUS and UPA framebuffers"
0b57ee9e 609 depends on (FB = y) && SPARC
1a571986
MF
610 help
611 Say Y if you want support for SBUS or UPA based frame buffer device.
612
1da177e4
LT
613config FB_BW2
614 bool "BWtwo support"
0b57ee9e 615 depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
1da177e4
LT
616 select FB_CFB_FILLRECT
617 select FB_CFB_COPYAREA
618 select FB_CFB_IMAGEBLIT
1da177e4
LT
619 help
620 This is the frame buffer device driver for the BWtwo frame buffer.
621
622config FB_CG3
623 bool "CGthree support"
0b57ee9e 624 depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
1a571986 625 select FB_CFB_FILLRECT
1da177e4
LT
626 select FB_CFB_COPYAREA
627 select FB_CFB_IMAGEBLIT
1da177e4
LT
628 help
629 This is the frame buffer device driver for the CGthree frame buffer.
630
631config FB_CG6
632 bool "CGsix (GX,TurboGX) support"
0b57ee9e 633 depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
1da177e4
LT
634 select FB_CFB_COPYAREA
635 select FB_CFB_IMAGEBLIT
1da177e4
LT
636 help
637 This is the frame buffer device driver for the CGsix (GX, TurboGX)
638 frame buffer.
639
640config FB_PVR2
641 tristate "NEC PowerVR 2 display support"
642 depends on FB && SH_DREAMCAST
643 select FB_CFB_FILLRECT
644 select FB_CFB_COPYAREA
645 select FB_CFB_IMAGEBLIT
1da177e4
LT
646 ---help---
647 Say Y here if you have a PowerVR 2 card in your box. If you plan to
648 run linux on your Dreamcast, you will have to say Y here.
649 This driver may or may not work on other PowerVR 2 cards, but is
650 totally untested. Use at your own risk. If unsure, say N.
651
652 To compile this driver as a module, choose M here: the
653 module will be called pvr2fb.
654
655 You can pass several parameters to the driver at boot time or at
656 module load time. The parameters look like "video=pvr2:XXX", where
657 the meaning of XXX can be found at the end of the main source file
658 (<file:drivers/video/pvr2fb.c>). Please see the file
659 <file:Documentation/fb/pvr2fb.txt>.
660
661config FB_EPSON1355
662 bool "Epson 1355 framebuffer support"
663 depends on (FB = y) && (SUPERH || ARCH_CEIVA)
664 select FB_CFB_FILLRECT
665 select FB_CFB_COPYAREA
666 select FB_CFB_IMAGEBLIT
1da177e4
LT
667 help
668 Build in support for the SED1355 Epson Research Embedded RAMDAC
669 LCD/CRT Controller (since redesignated as the S1D13505) as a
670 framebuffer. Product specs at
671 <http://www.erd.epson.com/vdc/html/products.htm>.
672
ecc41d5e
RD
673config FB_S1D13XXX
674 tristate "Epson S1D13XXX framebuffer support"
675 depends on FB
676 select FB_CFB_FILLRECT
677 select FB_CFB_COPYAREA
678 select FB_CFB_IMAGEBLIT
ecc41d5e
RD
679 help
680 Support for S1D13XXX framebuffer device family (currently only
681 working with S1D13806). Product specs at
682 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
683
1da177e4
LT
684config FB_NVIDIA
685 tristate "nVidia Framebuffer Support"
686 depends on FB && PCI
687 select I2C_ALGOBIT if FB_NVIDIA_I2C
688 select I2C if FB_NVIDIA_I2C
689 select FB_MODE_HELPERS
690 select FB_CFB_FILLRECT
691 select FB_CFB_COPYAREA
692 select FB_CFB_IMAGEBLIT
1da177e4
LT
693 help
694 This driver supports graphics boards with the nVidia chips, TNT
695 and newer. For very old chipsets, such as the RIVA128, then use
696 the rivafb.
697 Say Y if you have such a graphics board.
698
699 To compile this driver as a module, choose M here: the
700 module will be called nvidiafb.
701
702config FB_NVIDIA_I2C
703 bool "Enable DDC Support"
85f1503a 704 depends on FB_NVIDIA
1da177e4
LT
705 help
706 This enables I2C support for nVidia Chipsets. This is used
707 only for getting EDID information from the attached display
708 allowing for robust video mode handling and switching.
709
710 Because fbdev-2.6 requires that drivers must be able to
711 independently validate video mode parameters, you should say Y
712 here.
713
5474c120
MH
714config FB_NVIDIA_BACKLIGHT
715 bool "Support for backlight control"
716 depends on FB_NVIDIA && PPC_PMAC
717 select FB_BACKLIGHT
718 select BACKLIGHT_LCD_SUPPORT
719 select BACKLIGHT_CLASS_DEVICE
720 default y
721 help
722 Say Y here if you want to control the backlight of your display.
723
1da177e4
LT
724config FB_RIVA
725 tristate "nVidia Riva support"
726 depends on FB && PCI
727 select I2C_ALGOBIT if FB_RIVA_I2C
728 select I2C if FB_RIVA_I2C
729 select FB_MODE_HELPERS
730 select FB_CFB_FILLRECT
731 select FB_CFB_COPYAREA
732 select FB_CFB_IMAGEBLIT
1da177e4
LT
733 help
734 This driver supports graphics boards with the nVidia Riva/Geforce
735 chips.
736 Say Y if you have such a graphics board.
737
738 To compile this driver as a module, choose M here: the
739 module will be called rivafb.
740
741config FB_RIVA_I2C
742 bool "Enable DDC Support"
743 depends on FB_RIVA
744 help
745 This enables I2C support for nVidia Chipsets. This is used
746 only for getting EDID information from the attached display
747 allowing for robust video mode handling and switching.
748
749 Because fbdev-2.6 requires that drivers must be able to
750 independently validate video mode parameters, you should say Y
751 here.
752
753config FB_RIVA_DEBUG
754 bool "Lots of debug output from Riva(nVidia) driver"
755 depends on FB_RIVA
756 default n
757 help
758 Say Y here if you want the Riva driver to output all sorts
759 of debugging informations to provide to the maintainer when
760 something goes wrong.
761
5474c120
MH
762config FB_RIVA_BACKLIGHT
763 bool "Support for backlight control"
764 depends on FB_RIVA && PPC_PMAC
765 select FB_BACKLIGHT
766 select BACKLIGHT_LCD_SUPPORT
767 select BACKLIGHT_CLASS_DEVICE
768 default y
769 help
770 Say Y here if you want to control the backlight of your display.
771
1da177e4
LT
772config FB_I810
773 tristate "Intel 810/815 support (EXPERIMENTAL)"
0d078f6f 774 depends on FB && EXPERIMENTAL && PCI && X86_32
1da177e4
LT
775 select AGP
776 select AGP_INTEL
777 select FB_MODE_HELPERS
778 select FB_CFB_FILLRECT
779 select FB_CFB_COPYAREA
780 select FB_CFB_IMAGEBLIT
1da177e4
LT
781 help
782 This driver supports the on-board graphics built in to the Intel 810
783 and 815 chipsets. Say Y if you have and plan to use such a board.
784
785 To compile this driver as a module, choose M here: the
786 module will be called i810fb.
787
788 For more information, please read
789 <file:Documentation/fb/intel810.txt>
790
791config FB_I810_GTF
792 bool "use VESA Generalized Timing Formula"
793 depends on FB_I810
794 help
795 If you say Y, then the VESA standard, Generalized Timing Formula
796 or GTF, will be used to calculate the required video timing values
797 per video mode. Since the GTF allows nondiscrete timings
798 (nondiscrete being a range of values as opposed to discrete being a
799 set of values), you'll be able to use any combination of horizontal
800 and vertical resolutions, and vertical refresh rates without having
801 to specify your own timing parameters. This is especially useful
802 to maximize the performance of an aging display, or if you just
803 have a display with nonstandard dimensions. A VESA compliant
804 monitor is recommended, but can still work with non-compliant ones.
805 If you need or want this, then select this option. The timings may
806 not be compliant with Intel's recommended values. Use at your own
807 risk.
808
809 If you say N, the driver will revert to discrete video timings
810 using a set recommended by Intel in their documentation.
811
812 If unsure, say N.
813
74f6ae84
AD
814config FB_I810_I2C
815 bool "Enable DDC Support"
db84502b
AD
816 depends on FB_I810 && FB_I810_GTF
817 select I2C
74f6ae84
AD
818 select I2C_ALGOBIT
819 help
820
1da177e4
LT
821config FB_INTEL
822 tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
0c187add 823 depends on FB && EXPERIMENTAL && PCI && X86
1da177e4
LT
824 select AGP
825 select AGP_INTEL
826 select FB_MODE_HELPERS
827 select FB_CFB_FILLRECT
828 select FB_CFB_COPYAREA
829 select FB_CFB_IMAGEBLIT
1da177e4
LT
830 help
831 This driver supports the on-board graphics built in to the Intel
832 830M/845G/852GM/855GM/865G chipsets.
833 Say Y if you have and plan to use such a board.
834
835 To compile this driver as a module, choose M here: the
836 module will be called intelfb.
837
838config FB_INTEL_DEBUG
839 bool "Intel driver Debug Messages"
840 depends on FB_INTEL
841 ---help---
842 Say Y here if you want the Intel driver to output all sorts
843 of debugging informations to provide to the maintainer when
844 something goes wrong.
845
846config FB_MATROX
847 tristate "Matrox acceleration"
848 depends on FB && PCI
849 select FB_CFB_FILLRECT
850 select FB_CFB_COPYAREA
851 select FB_CFB_IMAGEBLIT
1da177e4
LT
852 select FB_TILEBLITTING
853 select FB_MACMODES if PPC_PMAC
854 ---help---
855 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
856 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
857 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
858 Matrox G400, G450 or G550 card in your box.
859
860 To compile this driver as a module, choose M here: the
861 module will be called matroxfb.
862
863 You can pass several parameters to the driver at boot time or at
864 module load time. The parameters look like "video=matrox:XXX", and
865 are described in <file:Documentation/fb/matroxfb.txt>.
866
867config FB_MATROX_MILLENIUM
868 bool "Millennium I/II support"
869 depends on FB_MATROX
870 help
871 Say Y here if you have a Matrox Millennium or Matrox Millennium II
872 video card. If you select "Advanced lowlevel driver options" below,
873 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
874 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
875 also use font widths different from 8.
876
877config FB_MATROX_MYSTIQUE
878 bool "Mystique support"
879 depends on FB_MATROX
880 help
881 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
882 video card. If you select "Advanced lowlevel driver options" below,
883 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
884 packed pixel and 32 bpp packed pixel. You can also use font widths
885 different from 8.
886
887config FB_MATROX_G
888 bool "G100/G200/G400/G450/G550 support"
889 depends on FB_MATROX
890 ---help---
891 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
892 video card. If you select "Advanced lowlevel driver options", you
893 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
894 pixel and 32 bpp packed pixel. You can also use font widths
895 different from 8.
896
897 If you need support for G400 secondary head, you must first say Y to
898 "I2C support" in the character devices section, and then to
899 "Matrox I2C support" and "G400 second head support" here in the
900 framebuffer section. G450/G550 secondary head and digital output
901 are supported without additional modules.
902
903 The driver starts in monitor mode. You must use the matroxset tool
904 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
905 swap primary and secondary head outputs, or to change output mode.
906 Secondary head driver always start in 640x480 resolution and you
907 must use fbset to change it.
908
909 Do not forget that second head supports only 16 and 32 bpp
910 packed pixels, so it is a good idea to compile them into the kernel
911 too. You can use only some font widths, as the driver uses generic
912 painting procedures (the secondary head does not use acceleration
913 engine).
914
915 G450/G550 hardware can display TV picture only from secondary CRTC,
916 and it performs no scaling, so picture must have 525 or 625 lines.
917
918config FB_MATROX_I2C
919 tristate "Matrox I2C support"
920 depends on FB_MATROX && I2C
921 select I2C_ALGOBIT
922 ---help---
923 This drivers creates I2C buses which are needed for accessing the
924 DDC (I2C) bus present on all Matroxes, an I2C bus which
925 interconnects Matrox optional devices, like MGA-TVO on G200 and
926 G400, and the secondary head DDC bus, present on G400 only.
927
928 You can say Y or M here if you want to experiment with monitor
929 detection code. You must say Y or M here if you want to use either
930 second head of G400 or MGA-TVO on G200 or G400.
931
932 If you compile it as module, it will create a module named
933 i2c-matroxfb.
934
935config FB_MATROX_MAVEN
936 tristate "G400 second head support"
937 depends on FB_MATROX_G && FB_MATROX_I2C
938 ---help---
939 WARNING !!! This support does not work with G450 !!!
940
941 Say Y or M here if you want to use a secondary head (meaning two
942 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
943 head is not compatible with accelerated XFree 3.3.x SVGA servers -
944 secondary head output is blanked while you are in X. With XFree
945 3.9.17 preview you can use both heads if you use SVGA over fbdev or
946 the fbdev driver on first head and the fbdev driver on second head.
947
948 If you compile it as module, two modules are created,
949 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
950 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
951 also load i2c-matroxfb to get it to run.
952
953 The driver starts in monitor mode and you must use the matroxset
954 tool (available at
955 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
956 PAL or NTSC or to swap primary and secondary head outputs.
957 Secondary head driver also always start in 640x480 resolution, you
958 must use fbset to change it.
959
960 Also do not forget that second head supports only 16 and 32 bpp
961 packed pixels, so it is a good idea to compile them into the kernel
962 too. You can use only some font widths, as the driver uses generic
963 painting procedures (the secondary head does not use acceleration
964 engine).
965
966config FB_MATROX_MULTIHEAD
967 bool "Multihead support"
968 depends on FB_MATROX
969 ---help---
970 Say Y here if you have more than one (supported) Matrox device in
971 your computer and you want to use all of them for different monitors
972 ("multihead"). If you have only one device, you should say N because
973 the driver compiled with Y is larger and a bit slower, especially on
974 ia32 (ix86).
975
976 If you said M to "Matrox unified accelerated driver" and N here, you
977 will still be able to use several Matrox devices simultaneously:
978 insert several instances of the module matroxfb into the kernel
979 with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
980 for the different Matrox devices. This method is slightly faster but
981 uses 40 KB of kernel memory per Matrox card.
982
983 There is no need for enabling 'Matrox multihead support' if you have
984 only one Matrox card in the box.
985
1da177e4
LT
986config FB_RADEON
987 tristate "ATI Radeon display support"
988 depends on FB && PCI
989 select I2C_ALGOBIT if FB_RADEON_I2C
990 select I2C if FB_RADEON_I2C
991 select FB_MODE_HELPERS
992 select FB_CFB_FILLRECT
993 select FB_CFB_COPYAREA
994 select FB_CFB_IMAGEBLIT
1da177e4
LT
995 select FB_MACMODES if PPC_OF
996 help
997 Choose this option if you want to use an ATI Radeon graphics card as
998 a framebuffer device. There are both PCI and AGP versions. You
999 don't need to choose this to run the Radeon in plain VGA mode.
1000
1001 If you say Y here and want DDC/I2C support you must first say Y to
1002 "I2C support" and "I2C bit-banging support" in the character devices
1003 section.
1004
1005 If you say M here then "I2C support" and "I2C bit-banging support"
1006 can be build either as modules or built-in.
1007
1008 There is a product page at
f510a3c3 1009 http://apps.ati.com/ATIcompare/
5474c120 1010
1da177e4
LT
1011config FB_RADEON_I2C
1012 bool "DDC/I2C for ATI Radeon support"
1013 depends on FB_RADEON
1014 default y
1015 help
1016 Say Y here if you want DDC/I2C support for your Radeon board.
1017
5474c120
MH
1018config FB_RADEON_BACKLIGHT
1019 bool "Support for backlight control"
1020 depends on FB_RADEON && PPC_PMAC
1021 select FB_BACKLIGHT
1022 select BACKLIGHT_LCD_SUPPORT
1023 select BACKLIGHT_CLASS_DEVICE
1024 default y
1025 help
1026 Say Y here if you want to control the backlight of your display.
1027
1da177e4
LT
1028config FB_RADEON_DEBUG
1029 bool "Lots of debug output from Radeon driver"
1030 depends on FB_RADEON
1031 default n
1032 help
1033 Say Y here if you want the Radeon driver to output all sorts
1034 of debugging informations to provide to the maintainer when
1035 something goes wrong.
1036
1037config FB_ATY128
1038 tristate "ATI Rage128 display support"
1039 depends on FB && PCI
1040 select FB_CFB_FILLRECT
1041 select FB_CFB_COPYAREA
1042 select FB_CFB_IMAGEBLIT
1da177e4
LT
1043 select FB_MACMODES if PPC_PMAC
1044 help
1045 This driver supports graphics boards with the ATI Rage128 chips.
1046 Say Y if you have such a graphics board and read
1047 <file:Documentation/fb/aty128fb.txt>.
1048
1049 To compile this driver as a module, choose M here: the
1050 module will be called aty128fb.
1051
5474c120
MH
1052config FB_ATY128_BACKLIGHT
1053 bool "Support for backlight control"
1054 depends on FB_ATY128 && PPC_PMAC
1055 select FB_BACKLIGHT
1056 select BACKLIGHT_LCD_SUPPORT
1057 select BACKLIGHT_CLASS_DEVICE
1058 default y
1059 help
1060 Say Y here if you want to control the backlight of your display.
1061
1da177e4
LT
1062config FB_ATY
1063 tristate "ATI Mach64 display support" if PCI || ATARI
f2e782ef 1064 depends on FB && !SPARC32
1da177e4
LT
1065 select FB_CFB_FILLRECT
1066 select FB_CFB_COPYAREA
1067 select FB_CFB_IMAGEBLIT
1da177e4
LT
1068 select FB_MACMODES if PPC
1069 help
1070 This driver supports graphics boards with the ATI Mach64 chips.
1071 Say Y if you have such a graphics board.
1072
1073 To compile this driver as a module, choose M here: the
1074 module will be called atyfb.
1075
1076config FB_ATY_CT
1077 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1078 depends on PCI && FB_ATY
1079 default y if SPARC64 && FB_PCI
1080 help
1081 Say Y here to support use of ATI's 64-bit Rage boards (or other
1082 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1083 framebuffer device. The ATI product support page for these boards
1084 is at <http://support.ati.com/products/pc/mach64/>.
1085
1086config FB_ATY_GENERIC_LCD
1087 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1088 depends on FB_ATY_CT
1089 help
1090 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1091 Rage XC, or Rage XL chipset.
1092
1da177e4
LT
1093config FB_ATY_GX
1094 bool "Mach64 GX support" if PCI
1095 depends on FB_ATY
1096 default y if ATARI
1097 help
1098 Say Y here to support use of the ATI Mach64 Graphics Expression
1099 board (or other boards based on the Mach64 GX chipset) as a
1100 framebuffer device. The ATI product support page for these boards
1101 is at
1102 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1103
5474c120
MH
1104config FB_ATY_BACKLIGHT
1105 bool "Support for backlight control"
1106 depends on FB_ATY && PPC_PMAC
1107 select FB_BACKLIGHT
1108 select BACKLIGHT_LCD_SUPPORT
1109 select BACKLIGHT_CLASS_DEVICE
1110 default y
1111 help
1112 Say Y here if you want to control the backlight of your display.
1113
e65c0850
RD
1114config FB_S3TRIO
1115 bool "S3 Trio display support"
1116 depends on (FB = y) && PPC && BROKEN
1117 help
1118 If you have a S3 Trio say Y. Say N for S3 Virge.
1119
1da177e4
LT
1120config FB_SAVAGE
1121 tristate "S3 Savage support"
1122 depends on FB && PCI && EXPERIMENTAL
1123 select I2C_ALGOBIT if FB_SAVAGE_I2C
1124 select I2C if FB_SAVAGE_I2C
1125 select FB_MODE_HELPERS
1126 select FB_CFB_FILLRECT
1127 select FB_CFB_COPYAREA
1128 select FB_CFB_IMAGEBLIT
1da177e4
LT
1129 help
1130 This driver supports notebooks and computers with S3 Savage PCI/AGP
1131 chips.
1132
1133 Say Y if you have such a graphics card.
1134
1135 To compile this driver as a module, choose M here; the module
1136 will be called savagefb.
1137
1138config FB_SAVAGE_I2C
1139 bool "Enable DDC2 Support"
1140 depends on FB_SAVAGE
1141 help
1142 This enables I2C support for S3 Savage Chipsets. This is used
1143 only for getting EDID information from the attached display
1144 allowing for robust video mode handling and switching.
1145
1146 Because fbdev-2.6 requires that drivers must be able to
1147 independently validate video mode parameters, you should say Y
1148 here.
1149
1150config FB_SAVAGE_ACCEL
1151 bool "Enable Console Acceleration"
1152 depends on FB_SAVAGE
1153 default n
1154 help
1155 This option will compile in console acceleration support. If
1156 the resulting framebuffer console has bothersome glitches, then
1157 choose N here.
1158
1159config FB_SIS
544393fe 1160 tristate "SiS/XGI display support"
1da177e4
LT
1161 depends on FB && PCI
1162 select FB_CFB_FILLRECT
1163 select FB_CFB_COPYAREA
1164 select FB_CFB_IMAGEBLIT
1da177e4 1165 help
544393fe
TW
1166 This is the frame buffer device driver for the SiS 300, 315, 330
1167 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1168 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
1da177e4
LT
1169
1170 To compile this driver as a module, choose M here; the module
1171 will be called sisfb.
1172
1173config FB_SIS_300
1174 bool "SiS 300 series support"
1175 depends on FB_SIS
1176 help
1177 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1178
1179config FB_SIS_315
544393fe 1180 bool "SiS 315/330/340 series and XGI support"
1da177e4
LT
1181 depends on FB_SIS
1182 help
544393fe
TW
1183 Say Y here to support use of the SiS 315, 330 and 340 series
1184 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1185 as XGI V3XT, V5, V8 and Z7.
1da177e4
LT
1186
1187config FB_NEOMAGIC
1188 tristate "NeoMagic display support"
1189 depends on FB && PCI
1190 select FB_MODE_HELPERS
1191 select FB_CFB_FILLRECT
1192 select FB_CFB_COPYAREA
1193 select FB_CFB_IMAGEBLIT
1da177e4
LT
1194 help
1195 This driver supports notebooks with NeoMagic PCI chips.
1196 Say Y if you have such a graphics card.
1197
1198 To compile this driver as a module, choose M here: the
1199 module will be called neofb.
1200
1201config FB_KYRO
1202 tristate "IMG Kyro support"
1203 depends on FB && PCI
1204 select FB_CFB_FILLRECT
1205 select FB_CFB_COPYAREA
1206 select FB_CFB_IMAGEBLIT
1da177e4
LT
1207 help
1208 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1209 graphics board.
1210
1211 To compile this driver as a module, choose M here: the
1212 module will be called kyrofb.
1213
1214config FB_3DFX
1215 tristate "3Dfx Banshee/Voodoo3 display support"
1216 depends on FB && PCI
1217 select FB_CFB_IMAGEBLIT
1218 select FB_CFB_FILLRECT
1219 select FB_CFB_COPYAREA
1da177e4
LT
1220 help
1221 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
1222 chips. Say Y if you have such a graphics board.
1223
1224 To compile this driver as a module, choose M here: the
1225 module will be called tdfxfb.
1226
1227config FB_3DFX_ACCEL
1228 bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
1229 depends on FB_3DFX && EXPERIMENTAL
1230 ---help---
1231 This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
1232 with acceleration functions.
1233
1234
1235config FB_VOODOO1
1236 tristate "3Dfx Voodoo Graphics (sst1) support"
1237 depends on FB && PCI
1238 select FB_CFB_FILLRECT
1239 select FB_CFB_COPYAREA
1240 select FB_CFB_IMAGEBLIT
1da177e4
LT
1241 ---help---
1242 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1243 Voodoo2 (cvg) based graphics card.
1244
1245 To compile this driver as a module, choose M here: the
1246 module will be called sstfb.
1247
1248 WARNING: Do not use any application that uses the 3D engine
1249 (namely glide) while using this driver.
1250 Please read the <file:Documentation/fb/README-sstfb.txt> for supported
1251 options and other important info support.
1252
9fa68eae
KP
1253config FB_CYBLA
1254 tristate "Cyberblade/i1 support"
44637a12 1255 depends on FB && PCI && X86_32 && !64BIT
9fa68eae 1256 select FB_CFB_IMAGEBLIT
9fa68eae
KP
1257 select VIDEO_SELECT
1258 ---help---
1259 This driver is supposed to support the Trident Cyberblade/i1
1260 graphics core integrated in the VIA VT8601A North Bridge,
1261 also known as VIA Apollo PLE133.
1262
1263 Status:
1264 - Developed, tested and working on EPIA 5000 and EPIA 800.
1265 - Does work reliable on all systems with CRT/LCD connected to
1266 normal VGA ports.
1267 - Should work on systems that do use the internal LCD port, but
1268 this is absolutely not tested.
1269
1270 Character imageblit, copyarea and rectangle fill are hw accelerated,
1271 ypan scrolling is used by default.
1272
1273 Please do read <file:Documentation/fb/cyblafb/*>.
1274
1275 To compile this driver as a module, choose M here: the
1276 module will be called cyblafb.
1277
1da177e4
LT
1278config FB_TRIDENT
1279 tristate "Trident support"
1280 depends on FB && PCI
1281 select FB_CFB_FILLRECT
1282 select FB_CFB_COPYAREA
1283 select FB_CFB_IMAGEBLIT
1da177e4
LT
1284 ---help---
1285 This driver is supposed to support graphics boards with the
1286 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
1287 but also on some motherboards. For more information, read
1288 <file:Documentation/fb/tridentfb.txt>
1289
9fa68eae
KP
1290 Cyberblade/i1 support will be removed soon, use the cyblafb driver
1291 instead.
1292
1da177e4
LT
1293 Say Y if you have such a graphics board.
1294
9fa68eae 1295
1da177e4
LT
1296 To compile this driver as a module, choose M here: the
1297 module will be called tridentfb.
1298
1299config FB_TRIDENT_ACCEL
1300 bool "Trident Acceleration functions (EXPERIMENTAL)"
1301 depends on FB_TRIDENT && EXPERIMENTAL
1302 ---help---
1303 This will compile the Trident frame buffer device with
1304 acceleration functions.
1305
1da177e4
LT
1306config FB_PM3
1307 tristate "Permedia3 support"
1308 depends on FB && PCI && BROKEN
1309 help
1310 This is the frame buffer device driver for the 3DLabs Permedia3
1311 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1312 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1313 and maybe other boards.
1314
1da177e4
LT
1315config FB_AU1100
1316 bool "Au1100 LCD Driver"
1317 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
1318
f95ec3c6
RB
1319config FB_AU1200
1320 bool "Au1200 LCD Driver"
1321 depends on FB && MIPS && SOC_AU1200
1322 select FB_CFB_FILLRECT
1323 select FB_CFB_COPYAREA
1324 select FB_CFB_IMAGEBLIT
1325 help
1326 This is the framebuffer driver for the AMD Au1200 SOC. It can drive
1327 various panels and CRTs by passing in kernel cmd line option
1328 au1200fb:panel=<name>.
1329
1da177e4
LT
1330source "drivers/video/geode/Kconfig"
1331
1da177e4
LT
1332config FB_FFB
1333 bool "Creator/Creator3D/Elite3D support"
1334 depends on FB_SBUS && SPARC64
1335 select FB_CFB_COPYAREA
1336 select FB_CFB_IMAGEBLIT
1da177e4
LT
1337 help
1338 This is the frame buffer device driver for the Creator, Creator3D,
1339 and Elite3D graphics boards.
1340
1341config FB_TCX
1342 bool "TCX (SS4/SS5 only) support"
1343 depends on FB_SBUS
1344 select FB_CFB_FILLRECT
1345 select FB_CFB_COPYAREA
1346 select FB_CFB_IMAGEBLIT
1da177e4
LT
1347 help
1348 This is the frame buffer device driver for the TCX 24/8bit frame
1349 buffer.
1350
1351config FB_CG14
1352 bool "CGfourteen (SX) support"
1353 depends on FB_SBUS
1354 select FB_CFB_FILLRECT
1355 select FB_CFB_COPYAREA
1356 select FB_CFB_IMAGEBLIT
1da177e4
LT
1357 help
1358 This is the frame buffer device driver for the CGfourteen frame
1359 buffer on Desktop SPARCsystems with the SX graphics option.
1360
1361config FB_P9100
1362 bool "P9100 (Sparcbook 3 only) support"
1363 depends on FB_SBUS
1364 select FB_CFB_FILLRECT
1365 select FB_CFB_COPYAREA
1366 select FB_CFB_IMAGEBLIT
1da177e4
LT
1367 help
1368 This is the frame buffer device driver for the P9100 card
1369 supported on Sparcbook 3 machines.
1370
1371config FB_LEO
1372 bool "Leo (ZX) support"
1373 depends on FB_SBUS
1374 select FB_CFB_FILLRECT
1375 select FB_CFB_COPYAREA
1376 select FB_CFB_IMAGEBLIT
1da177e4
LT
1377 help
1378 This is the frame buffer device driver for the SBUS-based Sun ZX
1379 (leo) frame buffer cards.
1380
1381config FB_PCI
1382 bool "PCI framebuffers"
0b57ee9e 1383 depends on (FB = y) && PCI && SPARC
1da177e4
LT
1384
1385config FB_IGA
1386 bool "IGA 168x display support"
1387 depends on SPARC32 && FB_PCI
1388 select FB_CFB_FILLRECT
1389 select FB_CFB_COPYAREA
1390 select FB_CFB_IMAGEBLIT
1da177e4
LT
1391 help
1392 This is the framebuffer device for the INTERGRAPHICS 1680 and
1393 successor frame buffer cards.
1394
1395config FB_HIT
1396 tristate "HD64461 Frame Buffer support"
1397 depends on FB && HD64461
1398 select FB_CFB_FILLRECT
1399 select FB_CFB_COPYAREA
1400 select FB_CFB_IMAGEBLIT
1da177e4
LT
1401 help
1402 This is the frame buffer device driver for the Hitachi HD64461 LCD
1403 frame buffer card.
1404
1405config FB_PMAG_AA
1406 bool "PMAG-AA TURBOchannel framebuffer support"
a9350003 1407 depends on (FB = y) && TC
1da177e4
LT
1408 select FB_CFB_FILLRECT
1409 select FB_CFB_COPYAREA
1410 select FB_CFB_IMAGEBLIT
1da177e4
LT
1411 help
1412 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1413 used mainly in the MIPS-based DECstation series.
1414
1415config FB_PMAG_BA
1416 bool "PMAG-BA TURBOchannel framebuffer support"
a9350003 1417 depends on (FB = y) && TC
1da177e4
LT
1418 select FB_CFB_FILLRECT
1419 select FB_CFB_COPYAREA
1420 select FB_CFB_IMAGEBLIT
1da177e4
LT
1421 help
1422 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1423 used mainly in the MIPS-based DECstation series.
1424
1425config FB_PMAGB_B
1426 bool "PMAGB-B TURBOchannel framebuffer support"
a9350003 1427 depends on (FB = y) && TC
1da177e4
LT
1428 select FB_CFB_FILLRECT
1429 select FB_CFB_COPYAREA
1430 select FB_CFB_IMAGEBLIT
1da177e4
LT
1431 help
1432 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1433 in the MIPS-based DECstation series. The card is currently only
1434 supported in 1280x1024x8 mode.
1435
1436config FB_MAXINE
1437 bool "Maxine (Personal DECstation) onboard framebuffer support"
a9350003 1438 depends on (FB = y) && MACH_DECSTATION
1da177e4
LT
1439 select FB_CFB_FILLRECT
1440 select FB_CFB_COPYAREA
1441 select FB_CFB_IMAGEBLIT
1da177e4
LT
1442 help
1443 Support for the onboard framebuffer (1024x768x8) in the Personal
1444 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1445 Codename "Maxine").
1446
1447config FB_TX3912
1448 bool "TMPTX3912/PR31700 frame buffer support"
1449 depends on (FB = y) && NINO
1450 select FB_CFB_FILLRECT
1451 select FB_CFB_COPYAREA
1452 select FB_CFB_IMAGEBLIT
1da177e4
LT
1453 help
1454 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1455 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
1456
1457 Say Y here to enable kernel support for the on-board framebuffer.
1458
1459config FB_G364
b38817dd
YY
1460 bool "G364 frame buffer support"
1461 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
1da177e4
LT
1462 select FB_CFB_FILLRECT
1463 select FB_CFB_COPYAREA
1464 select FB_CFB_IMAGEBLIT
1da177e4
LT
1465 help
1466 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1467 Olivetti M700-10 systems.
1468
1469config FB_68328
1470 bool "Motorola 68328 native frame buffer support"
1471 depends on FB && (M68328 || M68EZ328 || M68VZ328)
1472 select FB_CFB_FILLRECT
1473 select FB_CFB_COPYAREA
1474 select FB_CFB_IMAGEBLIT
1da177e4
LT
1475 help
1476 Say Y here if you want to support the built-in frame buffer of
1477 the Motorola 68328 CPU family.
1478
1479config FB_PXA
1480 tristate "PXA LCD framebuffer support"
1481 depends on FB && ARCH_PXA
1482 select FB_CFB_FILLRECT
1483 select FB_CFB_COPYAREA
1484 select FB_CFB_IMAGEBLIT
1da177e4
LT
1485 ---help---
1486 Frame buffer driver for the built-in LCD controller in the Intel
1487 PXA2x0 processor.
1488
1489 This driver is also available as a module ( = code which can be
1490 inserted and removed from the running kernel whenever you want). The
74b4f042 1491 module will be called pxafb. If you want to compile it as a module,
1da177e4
LT
1492 say M here and read <file:Documentation/modules.txt>.
1493
1494 If unsure, say N.
1495
1da177e4
LT
1496config FB_PXA_PARAMETERS
1497 bool "PXA LCD command line parameters"
1498 default n
1499 depends on FB_PXA
1500 ---help---
1501 Enable the use of kernel command line or module parameters
1502 to configure the physical properties of the LCD panel when
1503 using the PXA LCD driver.
1504
1505 This option allows you to override the panel parameters
1506 supplied by the platform in order to support multiple
1507 different models of flatpanel. If you will only be using a
1508 single model of flatpanel then you can safely leave this
1509 option disabled.
1510
1511 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1512
ecc41d5e
RD
1513config FB_W100
1514 tristate "W100 frame buffer support"
1515 depends on FB && PXA_SHARPSL
1516 select FB_CFB_FILLRECT
1517 select FB_CFB_COPYAREA
1518 select FB_CFB_IMAGEBLIT
ecc41d5e
RD
1519 ---help---
1520 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1521
1522 This driver is also available as a module ( = code which can be
1523 inserted and removed from the running kernel whenever you want). The
74b4f042 1524 module will be called w100fb. If you want to compile it as a module,
ecc41d5e
RD
1525 say M here and read <file:Documentation/modules.txt>.
1526
1527 If unsure, say N.
1da177e4 1528
20fd5767
AP
1529config FB_S3C2410
1530 tristate "S3C2410 LCD framebuffer support"
1531 depends on FB && ARCH_S3C2410
1532 select FB_CFB_FILLRECT
1533 select FB_CFB_COPYAREA
1534 select FB_CFB_IMAGEBLIT
20fd5767
AP
1535 ---help---
1536 Frame buffer driver for the built-in LCD controller in the Samsung
1537 S3C2410 processor.
1538
1539 This driver is also available as a module ( = code which can be
1540 inserted and removed from the running kernel whenever you want). The
1541 module will be called s3c2410fb. If you want to compile it as a module,
1542 say M here and read <file:Documentation/modules.txt>.
1543
1544 If unsure, say N.
1545config FB_S3C2410_DEBUG
1546 bool "S3C2410 lcd debug messages"
1547 depends on FB_S3C2410
1548 help
1549 Turn on debugging messages. Note that you can set/unset at run time
1550 through sysfs
1551
1da177e4
LT
1552config FB_VIRTUAL
1553 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1554 depends on FB
1555 select FB_CFB_FILLRECT
1556 select FB_CFB_COPYAREA
1557 select FB_CFB_IMAGEBLIT
1da177e4
LT
1558 ---help---
1559 This is a `virtual' frame buffer device. It operates on a chunk of
1560 unswappable kernel memory instead of on the memory of a graphics
1561 board. This means you cannot see any output sent to this frame
1562 buffer device, while it does consume precious memory. The main use
1563 of this frame buffer device is testing and debugging the frame
1564 buffer subsystem. Do NOT enable it for normal systems! To protect
1565 the innocent, it has to be enabled explicitly at boot time using the
1566 kernel option `video=vfb:'.
1567
1568 To compile this driver as a module, choose M here: the
1569 module will be called vfb.
1570
1571 If unsure, say N.
1572if VT
1573 source "drivers/video/console/Kconfig"
1574endif
1575
1576if FB || SGI_NEWPORT_CONSOLE
1577 source "drivers/video/logo/Kconfig"
1578endif
1579
1580if FB && SYSFS
1581 source "drivers/video/backlight/Kconfig"
1582endif
1583
1584endmenu
1585