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