blob: 51c4b25dad25ca39973554ce3ce957e2be333f83 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Video configuration
3#
4
5menu "Graphics support"
6
Richard Purdie8f274892007-02-20 12:27:25 +00007source "drivers/video/backlight/Kconfig"
James Simmons2ee12162007-05-08 00:37:15 -07008source "drivers/video/display/Kconfig"
Antonino A. Daplasba707102006-06-26 00:26:37 -07009
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070010config VGASTATE
11 tristate
12 default n
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014config FB
15 tristate "Support for frame buffer devices"
16 ---help---
17 The frame buffer device provides an abstraction for the graphics
18 hardware. It represents the frame buffer of some video hardware and
19 allows application software to access the graphics hardware through
20 a well-defined interface, so the software doesn't need to know
21 anything about the low-level (hardware register) stuff.
22
23 Frame buffer devices work identically across the different
24 architectures supported by Linux and make the implementation of
25 application programs easier and more portable; at this point, an X
26 server exists which uses the frame buffer device exclusively.
27 On several non-X86 architectures, the frame buffer device is the
28 only way to use the graphics hardware.
29
30 The device is accessed through special device nodes, usually located
31 in the /dev directory, i.e. /dev/fb*.
32
33 You need an utility program called fbset to make full use of frame
34 buffer devices. Please read <file:Documentation/fb/framebuffer.txt>
35 and the Framebuffer-HOWTO at
36 <http://www.tahallah.demon.co.uk/programming/prog.html> for more
37 information.
38
39 Say Y here and to the driver for your graphics board below if you
40 are compiling a kernel for a non-x86 architecture.
41
42 If you are compiling for the x86 architecture, you can say Y if you
43 want to play with it, but it is not essential. Please note that
44 running graphical applications that directly touch the hardware
45 (e.g. an accelerated X server) and that are not frame buffer
46 device-aware may cause unexpected results. If unsure, say N.
47
James Simmonse0e34ef2007-02-10 14:15:43 +000048config FIRMWARE_EDID
49 bool "Enable firmware EDID"
50 depends on FB
51 default n
52 ---help---
53 This enables access to the EDID transferred from the firmware.
54 On the i386, this is from the Video BIOS. Enable this if DDC/I2C
55 transfers do not work for your driver and if you are using
56 nvidiafb, i810fb or savagefb.
57
58 In general, choosing Y for this option is safe. If you
59 experience extremely long delays while booting before you get
60 something on your display, try setting this to N. Matrox cards in
61 combination with certain motherboards and monitors are known to
62 suffer from this problem.
63
Dennis Munsiefc5891c2006-10-03 01:14:42 -070064config FB_DDC
65 tristate
James Simmonse0e34ef2007-02-10 14:15:43 +000066 depends on FB
67 select I2C_ALGOBIT
68 select I2C
Dennis Munsiefc5891c2006-10-03 01:14:42 -070069 default n
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071config FB_CFB_FILLRECT
72 tristate
73 depends on FB
74 default n
75 ---help---
76 Include the cfb_fillrect function for generic software rectangle
77 filling. This is used by drivers that don't provide their own
78 (accelerated) version.
79
80config FB_CFB_COPYAREA
81 tristate
82 depends on FB
83 default n
84 ---help---
85 Include the cfb_copyarea function for generic software area copying.
86 This is used by drivers that don't provide their own (accelerated)
87 version.
88
89config FB_CFB_IMAGEBLIT
90 tristate
91 depends on FB
92 default n
93 ---help---
94 Include the cfb_imageblit function for generic software image
95 blitting. This is used by drivers that don't provide their own
96 (accelerated) version.
97
Antonino A. Daplas68648ed2007-05-08 00:38:57 -070098config FB_SYS_FILLRECT
99 tristate
100 depends on FB
101 default n
102 ---help---
103 Include the sys_fillrect function for generic software rectangle
104 filling. This is used by drivers that don't provide their own
105 (accelerated) version and the framebuffer is in system RAM.
106
107config FB_SYS_COPYAREA
108 tristate
109 depends on FB
110 default n
111 ---help---
112 Include the sys_copyarea function for generic software area copying.
113 This is used by drivers that don't provide their own (accelerated)
114 version and the framebuffer is in system RAM.
115
116config FB_SYS_IMAGEBLIT
117 tristate
118 depends on FB
119 default n
120 ---help---
121 Include the sys_imageblit function for generic software image
122 blitting. This is used by drivers that don't provide their own
123 (accelerated) version and the framebuffer is in system RAM.
124
Antonino A. Daplas09aaf262007-05-08 00:39:03 -0700125config FB_SYS_FOPS
126 tristate
127 depends on FB
128 default n
129
Jaya Kumar60b59be2007-05-08 00:37:37 -0700130config FB_DEFERRED_IO
131 bool
132 depends on FB
133 default y
134
Ondrej Zajiceka2684222007-02-12 00:54:49 -0800135config FB_SVGALIB
136 tristate
137 depends on FB
138 default n
139 ---help---
140 Common utility functions useful to fbdev drivers of VGA-based
141 cards.
142
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143config FB_MACMODES
144 tristate
145 depends on FB
146 default n
147
Michael Hanselmann5474c122006-06-25 05:47:08 -0700148config FB_BACKLIGHT
Michael Hanselmann4b755992006-07-30 03:04:19 -0700149 bool
150 depends on FB
151 select BACKLIGHT_LCD_SUPPORT
152 select BACKLIGHT_CLASS_DEVICE
153 default n
Michael Hanselmann5474c122006-06-25 05:47:08 -0700154
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155config FB_MODE_HELPERS
156 bool "Enable Video Mode Handling Helpers"
157 depends on FB
158 default n
159 ---help---
160 This enables functions for handling video modes using the
161 Generalized Timing Formula and the EDID parser. A few drivers rely
162 on this feature such as the radeonfb, rivafb, and the i810fb. If
163 your driver does not take advantage of this feature, choosing Y will
164 just increase the kernel size by about 5K.
165
166config FB_TILEBLITTING
167 bool "Enable Tile Blitting Support"
168 depends on FB
169 default n
170 ---help---
171 This enables tile blitting. Tile blitting is a drawing technique
172 where the screen is divided into rectangular sections (tiles), whereas
173 the standard blitting divides the screen into pixels. Because the
174 default drawing element is a tile, drawing functions will be passed
175 parameters in terms of number of tiles instead of number of pixels.
176 For example, to draw a single character, instead of using bitmaps,
177 an index to an array of bitmaps will be used. To clear or move a
178 rectangular section of a screen, the rectangle will be described in
179 terms of number of tiles in the x- and y-axis.
180
181 This is particularly important to one driver, matroxfb. If
182 unsure, say N.
183
Miguel Ojeda10ccaf42007-04-23 14:41:09 -0700184comment "Frame buffer hardware drivers"
James Simmonse0e34ef2007-02-10 14:15:43 +0000185 depends on FB
186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187config FB_CIRRUS
188 tristate "Cirrus Logic support"
189 depends on FB && (ZORRO || PCI)
190 select FB_CFB_FILLRECT
191 select FB_CFB_COPYAREA
192 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 ---help---
194 This enables support for Cirrus Logic GD542x/543x based boards on
195 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
196
197 If you have a PCI-based system, this enables support for these
198 chips: GD-543x, GD-544x, GD-5480.
199
200 Please read the file <file:Documentation/fb/cirrusfb.txt>.
201
202 Say N unless you have such a graphics board or plan to get one
203 before you next recompile the kernel.
204
205config FB_PM2
206 tristate "Permedia2 support"
207 depends on FB && ((AMIGA && BROKEN) || PCI)
208 select FB_CFB_FILLRECT
209 select FB_CFB_COPYAREA
210 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 help
212 This is the frame buffer device driver for the Permedia2 AGP frame
213 buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a
214 product page at
215 <http://www.ask.com.hk/product/Permedia%202/permedia2.htm>.
216
217config FB_PM2_FIFO_DISCONNECT
218 bool "enable FIFO disconnect feature"
219 depends on FB_PM2 && PCI
220 help
221 Support the Permedia2 FIFO disconnect feature (see CONFIG_FB_PM2).
222
223config FB_ARMCLCD
224 tristate "ARM PrimeCell PL110 support"
225 depends on FB && ARM && ARM_AMBA
226 select FB_CFB_FILLRECT
227 select FB_CFB_COPYAREA
228 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 help
230 This framebuffer device driver is for the ARM PrimeCell PL110
231 Colour LCD controller. ARM PrimeCells provide the building
232 blocks for System on a Chip devices.
233
234 If you want to compile this as a module (=code which can be
235 inserted into and removed from the running kernel), say M
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +0500236 here and read <file:Documentation/kbuild/modules.txt>. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 will be called amba-clcd.
238
Marc Singer903e2bb2006-05-16 11:41:30 +0100239choice
240
241 depends on FB_ARMCLCD && (ARCH_LH7A40X || ARCH_LH7952X)
242 prompt "LCD Panel"
243 default FB_ARMCLCD_SHARP_LQ035Q7DB02
244
245config FB_ARMCLCD_SHARP_LQ035Q7DB02_HRTFT
246 bool "LogicPD LCD 3.5\" QVGA w/HRTFT IC"
247 help
248 This is an implementation of the Sharp LQ035Q7DB02, a 3.5"
Matt LaPlantecab00892006-10-03 22:36:44 +0200249 color QVGA, HRTFT panel. The LogicPD device includes
Marc Singer903e2bb2006-05-16 11:41:30 +0100250 an integrated HRTFT controller IC.
251 The native resolution is 240x320.
252
253config FB_ARMCLCD_SHARP_LQ057Q3DC02
254 bool "LogicPD LCD 5.7\" QVGA"
255 help
256 This is an implementation of the Sharp LQ057Q3DC02, a 5.7"
257 color QVGA, TFT panel. The LogicPD device includes an
258 The native resolution is 320x240.
259
260config FB_ARMCLCD_SHARP_LQ64D343
261 bool "LogicPD LCD 6.4\" VGA"
262 help
263 This is an implementation of the Sharp LQ64D343, a 6.4"
264 color VGA, TFT panel. The LogicPD device includes an
265 The native resolution is 640x480.
266
267config FB_ARMCLCD_SHARP_LQ10D368
268 bool "LogicPD LCD 10.4\" VGA"
269 help
270 This is an implementation of the Sharp LQ10D368, a 10.4"
271 color VGA, TFT panel. The LogicPD device includes an
272 The native resolution is 640x480.
273
274
275config FB_ARMCLCD_SHARP_LQ121S1DG41
276 bool "LogicPD LCD 12.1\" SVGA"
277 help
278 This is an implementation of the Sharp LQ121S1DG41, a 12.1"
279 color SVGA, TFT panel. The LogicPD device includes an
280 The native resolution is 800x600.
281
282 This panel requires a clock rate may be an integer fraction
283 of the base LCDCLK frequency. The driver will select the
284 highest frequency available that is lower than the maximum
285 allowed. The panel may flicker if the clock rate is
286 slower than the recommended minimum.
287
288config FB_ARMCLCD_AUO_A070VW01_WIDE
289 bool "AU Optronics A070VW01 LCD 7.0\" WIDE"
290 help
291 This is an implementation of the AU Optronics, a 7.0"
292 WIDE Color. The native resolution is 234x480.
293
294config FB_ARMCLCD_HITACHI
295 bool "Hitachi Wide Screen 800x480"
296 help
297 This is an implementation of the Hitachi 800x480.
298
299endchoice
300
301
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302config FB_ACORN
303 bool "Acorn VIDC support"
304 depends on (FB = y) && ARM && (ARCH_ACORN || ARCH_CLPS7500)
305 select FB_CFB_FILLRECT
306 select FB_CFB_COPYAREA
307 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 help
309 This is the frame buffer device driver for the Acorn VIDC graphics
310 hardware found in Acorn RISC PCs and other ARM-based machines. If
311 unsure, say N.
312
313config FB_CLPS711X
314 bool "CLPS711X LCD support"
315 depends on (FB = y) && ARM && ARCH_CLPS711X
316 select FB_CFB_FILLRECT
317 select FB_CFB_COPYAREA
318 select FB_CFB_IMAGEBLIT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800319 help
320 Say Y to enable the Framebuffer driver for the CLPS7111 and
321 EP7212 processors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322
323config FB_SA1100
324 bool "SA-1100 LCD support"
325 depends on (FB = y) && ARM && ARCH_SA1100
326 select FB_CFB_FILLRECT
327 select FB_CFB_COPYAREA
328 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 help
330 This is a framebuffer device for the SA-1100 LCD Controller.
331 See <http://www.linux-fbdev.org/> for information on framebuffer
332 devices.
333
334 If you plan to use the LCD display with your SA-1100 system, say
335 Y here.
336
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700337config FB_IMX
338 tristate "Motorola i.MX LCD support"
339 depends on FB && ARM && ARCH_IMX
340 select FB_CFB_FILLRECT
341 select FB_CFB_COPYAREA
342 select FB_CFB_IMAGEBLIT
Sascha Hauer7c2f891c2005-05-01 08:59:24 -0700343
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344config FB_CYBER2000
345 tristate "CyberPro 2000/2010/5000 support"
346 depends on FB && PCI && (BROKEN || !SPARC64)
347 select FB_CFB_FILLRECT
348 select FB_CFB_COPYAREA
349 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 help
351 This enables support for the Integraphics CyberPro 20x0 and 5000
352 VGA chips used in the Rebel.com Netwinder and other machines.
353 Say Y if you have a NetWinder or a graphics card containing this
354 device, otherwise say N.
355
356config FB_APOLLO
357 bool
358 depends on (FB = y) && APOLLO
359 default y
360 select FB_CFB_FILLRECT
361 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362
363config FB_Q40
364 bool
365 depends on (FB = y) && Q40
366 default y
367 select FB_CFB_FILLRECT
368 select FB_CFB_COPYAREA
369 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370
371config FB_AMIGA
372 tristate "Amiga native chipset support"
373 depends on FB && AMIGA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 help
375 This is the frame buffer device driver for the builtin graphics
376 chipset found in Amigas.
377
378 To compile this driver as a module, choose M here: the
379 module will be called amifb.
380
381config FB_AMIGA_OCS
382 bool "Amiga OCS chipset support"
383 depends on FB_AMIGA
384 help
385 This enables support for the original Agnus and Denise video chips,
386 found in the Amiga 1000 and most A500's and A2000's. If you intend
387 to run Linux on any of these systems, say Y; otherwise say N.
388
389config FB_AMIGA_ECS
390 bool "Amiga ECS chipset support"
391 depends on FB_AMIGA
392 help
393 This enables support for the Enhanced Chip Set, found in later
394 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
395 you intend to run Linux on any of these systems, say Y; otherwise
396 say N.
397
398config FB_AMIGA_AGA
399 bool "Amiga AGA chipset support"
400 depends on FB_AMIGA
401 help
402 This enables support for the Advanced Graphics Architecture (also
403 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
404 and CD32. If you intend to run Linux on any of these systems, say Y;
405 otherwise say N.
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407config FB_FM2
408 bool "Amiga FrameMaster II/Rainbow II support"
409 depends on (FB = y) && ZORRO
410 select FB_CFB_FILLRECT
411 select FB_CFB_COPYAREA
412 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 help
414 This is the frame buffer device driver for the Amiga FrameMaster
415 card from BSC (exhibited 1992 but not shipped as a CBM product).
416
Jaya Kumar1154ea72005-06-21 17:17:04 -0700417config FB_ARC
418 tristate "Arc Monochrome LCD board support"
419 depends on FB && X86
Antonino A. Daplas922e6f92007-05-08 00:38:58 -0700420 select FB_SYS_FILLRECT
421 select FB_SYS_COPYAREA
422 select FB_SYS_IMAGEBLIT
Antonino A. Daplasd9a05f12007-05-08 00:39:04 -0700423 select FB_SYS_FOPS
Jaya Kumar1154ea72005-06-21 17:17:04 -0700424 help
425 This enables support for the Arc Monochrome LCD board. The board
426 is based on the KS-108 lcd controller and is typically a matrix
427 of 2*n chips. This driver was tested with a 128x64 panel. This
428 driver supports it for use with x86 SBCs through a 16 bit GPIO
Matt LaPlante09509602006-10-03 22:31:37 +0200429 interface (8 bit data, 8 bit control). If you anticipate using
Jaya Kumar1154ea72005-06-21 17:17:04 -0700430 this driver, say Y or M; otherwise say N. You must specify the
431 GPIO IO address to be used for setting control and data.
432
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433config FB_ATARI
434 bool "Atari native chipset support"
Michael Schmitza1005012007-05-01 22:32:39 +0200435 depends on (FB = y) && ATARI
436 select FB_CFB_FILLRECT
437 select FB_CFB_COPYAREA
438 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 help
440 This is the frame buffer device driver for the builtin graphics
441 chipset found in Ataris.
442
443config FB_OF
444 bool "Open Firmware frame buffer device support"
Stephen Rothwellbed59272007-03-04 17:04:44 +1100445 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 select FB_CFB_FILLRECT
447 select FB_CFB_COPYAREA
448 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 select FB_MACMODES
450 help
451 Say Y if you want support with Open Firmware for your graphics
452 board.
453
454config FB_CONTROL
455 bool "Apple \"control\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700456 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 select FB_CFB_FILLRECT
458 select FB_CFB_COPYAREA
459 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 select FB_MACMODES
461 help
462 This driver supports a frame buffer for the graphics adapter in the
463 Power Macintosh 7300 and others.
464
465config FB_PLATINUM
466 bool "Apple \"platinum\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700467 depends on (FB = y) && PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 select FB_CFB_FILLRECT
469 select FB_CFB_COPYAREA
470 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 select FB_MACMODES
472 help
473 This driver supports a frame buffer for the "platinum" graphics
474 adapter in some Power Macintoshes.
475
476config FB_VALKYRIE
477 bool "Apple \"valkyrie\" display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700478 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 select FB_CFB_FILLRECT
480 select FB_CFB_COPYAREA
481 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 select FB_MACMODES
483 help
484 This driver supports a frame buffer for the "valkyrie" graphics
485 adapter in some Power Macintoshes.
486
487config FB_CT65550
488 bool "Chips 65550 display support"
Olaf Heringa04b61d2006-07-30 03:03:52 -0700489 depends on (FB = y) && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 select FB_CFB_FILLRECT
491 select FB_CFB_COPYAREA
492 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 help
494 This is the frame buffer device driver for the Chips & Technologies
495 65550 graphics chip in PowerBooks.
496
497config FB_ASILIANT
Randy.Dunlape65c0852005-11-07 01:00:28 -0800498 bool "Asiliant (Chips) 69000 display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499 depends on (FB = y) && PCI
500 select FB_CFB_FILLRECT
501 select FB_CFB_COPYAREA
502 select FB_CFB_IMAGEBLIT
Antonino A. Daplas4de0b1e2006-04-27 18:40:47 -0700503 help
504 This is the frame buffer device driver for the Asiliant 69030 chipset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505
506config FB_IMSTT
507 bool "IMS Twin Turbo display support"
508 depends on (FB = y) && PCI
509 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 select FB_MACMODES if PPC
511 help
512 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
513 many Macintosh and compatible computers.
514
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515config FB_VGA16
516 tristate "VGA 16-color graphics support"
517 depends on FB && (X86 || PPC)
518 select FB_CFB_FILLRECT
519 select FB_CFB_COPYAREA
520 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700521 select VGASTATE
Antonino A. Daplasd60d2d82007-05-08 00:39:12 -0700522 select FONT_8x16 if FRAMEBUFFER_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 help
524 This is the frame buffer device driver for VGA 16 color graphic
525 cards. Say Y if you have such a card.
526
527 To compile this driver as a module, choose M here: the
528 module will be called vga16fb.
529
530config FB_STI
531 tristate "HP STI frame buffer device support"
532 depends on FB && PARISC
533 select FB_CFB_FILLRECT
534 select FB_CFB_COPYAREA
535 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 default y
537 ---help---
538 STI refers to the HP "Standard Text Interface" which is a set of
539 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
540 Enabling this option will implement the linux framebuffer device
541 using calls to the STI BIOS routines for initialisation.
542
543 If you enable this option, you will get a planar framebuffer device
544 /dev/fb which will work on the most common HP graphic cards of the
545 NGLE family, including the artist chips (in the 7xx and Bxxx series),
546 HCRX, HCRX24, CRX, CRX24 and VisEG series.
547
548 It is safe to enable this option, so you should probably say "Y".
549
550config FB_MAC
551 bool "Generic Macintosh display support"
552 depends on (FB = y) && MAC
553 select FB_CFB_FILLRECT
554 select FB_CFB_COPYAREA
555 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 select FB_MACMODES
557
558# bool ' Apple DAFB display support' CONFIG_FB_DAFB
559config FB_HP300
560 bool
561 depends on (FB = y) && HP300
562 select FB_CFB_FILLRECT
563 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 default y
565
566config FB_TGA
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700567 tristate "TGA/SFB+ framebuffer support"
568 depends on FB && (ALPHA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 select FB_CFB_FILLRECT
570 select FB_CFB_COPYAREA
571 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800572 select BITREVERSE
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700573 ---help---
574 This is the frame buffer device driver for generic TGA and SFB+
575 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
576 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
577 TURBOchannel cards, also known as PMAGD-A, -B and -C.
578
579 Due to hardware limitations ZLX-E2 and E3 cards are not supported
580 for DECstation 5000/200 systems. Additionally due to firmware
581 limitations these cards may cause troubles with booting DECstation
582 5000/240 and /260 systems, but are fully supported under Linux if
583 you manage to get it going. ;-)
584
585 Say Y if you have one of those.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586
587config FB_VESA
588 bool "VESA VGA graphics support"
Brian Gerst0d078f62005-10-30 14:59:20 -0800589 depends on (FB = y) && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 select FB_CFB_FILLRECT
591 select FB_CFB_COPYAREA
592 select FB_CFB_IMAGEBLIT
James Simmonsc9b2ec42006-12-08 02:40:57 -0800593 select VIDEO_SELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 help
595 This is the frame buffer device driver for generic VESA 2.0
596 compliant graphic cards. The older VESA 1.2 cards are not supported.
597 You will get a boot time penguin logo at no additional cost. Please
598 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
599
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700600config FB_IMAC
601 bool "Intel-based Macintosh Framebuffer Support"
Edgar Hucekb64ef8a2006-08-13 23:24:16 -0700602 depends on (FB = y) && X86 && EFI
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700603 select FB_CFB_FILLRECT
604 select FB_CFB_COPYAREA
605 select FB_CFB_IMAGEBLIT
606 help
607 This is the frame buffer device driver for the Intel-based Macintosh
608
Jaya Kumaraad09e52007-05-08 00:37:43 -0700609config FB_HECUBA
610 tristate "Hecuba board support"
611 depends on FB && X86 && MMU
Antonino A. Daplasd6774932007-05-08 00:39:00 -0700612 select FB_SYS_FILLRECT
613 select FB_SYS_COPYAREA
614 select FB_SYS_IMAGEBLIT
Antonino A. Daplas28d45642007-05-08 00:39:06 -0700615 select FB_SYS_FOPS
Jaya Kumaraad09e52007-05-08 00:37:43 -0700616 select FB_DEFERRED_IO
617 help
618 This enables support for the Hecuba board. This driver was tested
619 with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO
620 interface (8 bit data, 4 bit control). If you anticpate using
621 this driver, say Y or M; otherwise say N. You must specify the
622 GPIO IO address to be used for setting control and data.
623
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624config FB_HGA
625 tristate "Hercules mono graphics support"
626 depends on FB && X86
627 select FB_CFB_FILLRECT
628 select FB_CFB_COPYAREA
629 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 help
631 Say Y here if you have a Hercules mono graphics card.
632
633 To compile this driver as a module, choose M here: the
634 module will be called hgafb.
635
636 As this card technology is 15 years old, most people will answer N
637 here.
638
639config FB_HGA_ACCEL
640 bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
641 depends on FB_HGA && EXPERIMENTAL
642 ---help---
643 This will compile the Hercules mono graphics with
644 acceleration functions.
645
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646config FB_SGIVW
647 tristate "SGI Visual Workstation framebuffer support"
648 depends on FB && X86_VISWS
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 SGI Visual Workstation support for framebuffer graphics.
654
655config FB_GBE
656 bool "SGI Graphics Backend frame buffer support"
657 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
658 select FB_CFB_FILLRECT
659 select FB_CFB_COPYAREA
660 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 help
662 This is the frame buffer device driver for SGI Graphics Backend.
663 This chip is used in SGI O2 and Visual Workstation 320/540.
664
665config FB_GBE_MEM
666 int "Video memory size in MB"
667 depends on FB_GBE
Martin Michlmayr80c410d2006-02-24 13:04:16 -0800668 default 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 help
670 This is the amount of memory reserved for the framebuffer,
671 which can be any value between 1MB and 8MB.
672
Mark Fortescue1a571982005-11-29 19:34:44 -0800673config FB_SBUS
674 bool "SBUS and UPA framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -0800675 depends on (FB = y) && SPARC
Mark Fortescue1a571982005-11-29 19:34:44 -0800676 help
677 Say Y if you want support for SBUS or UPA based frame buffer device.
678
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679config FB_BW2
680 bool "BWtwo support"
Adrian Bunke0196302007-02-12 00:54:50 -0800681 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 select FB_CFB_FILLRECT
683 select FB_CFB_COPYAREA
684 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 help
686 This is the frame buffer device driver for the BWtwo frame buffer.
687
688config FB_CG3
689 bool "CGthree support"
Adrian Bunke0196302007-02-12 00:54:50 -0800690 depends on (FB = y) && (SPARC && FB_SBUS)
Mark Fortescue1a571982005-11-29 19:34:44 -0800691 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 select FB_CFB_COPYAREA
693 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 help
695 This is the frame buffer device driver for the CGthree frame buffer.
696
697config FB_CG6
698 bool "CGsix (GX,TurboGX) support"
Adrian Bunke0196302007-02-12 00:54:50 -0800699 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 select FB_CFB_COPYAREA
701 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 help
703 This is the frame buffer device driver for the CGsix (GX, TurboGX)
704 frame buffer.
705
706config FB_PVR2
707 tristate "NEC PowerVR 2 display support"
708 depends on FB && SH_DREAMCAST
709 select FB_CFB_FILLRECT
710 select FB_CFB_COPYAREA
711 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 ---help---
713 Say Y here if you have a PowerVR 2 card in your box. If you plan to
714 run linux on your Dreamcast, you will have to say Y here.
715 This driver may or may not work on other PowerVR 2 cards, but is
716 totally untested. Use at your own risk. If unsure, say N.
717
718 To compile this driver as a module, choose M here: the
719 module will be called pvr2fb.
720
721 You can pass several parameters to the driver at boot time or at
722 module load time. The parameters look like "video=pvr2:XXX", where
723 the meaning of XXX can be found at the end of the main source file
724 (<file:drivers/video/pvr2fb.c>). Please see the file
725 <file:Documentation/fb/pvr2fb.txt>.
726
727config FB_EPSON1355
728 bool "Epson 1355 framebuffer support"
729 depends on (FB = y) && (SUPERH || ARCH_CEIVA)
730 select FB_CFB_FILLRECT
731 select FB_CFB_COPYAREA
732 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733 help
734 Build in support for the SED1355 Epson Research Embedded RAMDAC
735 LCD/CRT Controller (since redesignated as the S1D13505) as a
736 framebuffer. Product specs at
737 <http://www.erd.epson.com/vdc/html/products.htm>.
738
Randy Dunlapecc41d52005-11-07 01:00:29 -0800739config FB_S1D13XXX
740 tristate "Epson S1D13XXX framebuffer support"
741 depends on FB
742 select FB_CFB_FILLRECT
743 select FB_CFB_COPYAREA
744 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -0800745 help
746 Support for S1D13XXX framebuffer device family (currently only
747 working with S1D13806). Product specs at
748 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750config FB_NVIDIA
751 tristate "nVidia Framebuffer Support"
752 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +0000753 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 select FB_MODE_HELPERS
755 select FB_CFB_FILLRECT
756 select FB_CFB_COPYAREA
757 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800758 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700759 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 help
761 This driver supports graphics boards with the nVidia chips, TNT
762 and newer. For very old chipsets, such as the RIVA128, then use
763 the rivafb.
764 Say Y if you have such a graphics board.
765
766 To compile this driver as a module, choose M here: the
767 module will be called nvidiafb.
768
769config FB_NVIDIA_I2C
770 bool "Enable DDC Support"
Benjamin Herrenschmidt85f15032005-11-07 01:00:30 -0800771 depends on FB_NVIDIA
James Simmons166f60d2007-03-06 01:42:02 -0800772 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 help
774 This enables I2C support for nVidia Chipsets. This is used
775 only for getting EDID information from the attached display
776 allowing for robust video mode handling and switching.
777
778 Because fbdev-2.6 requires that drivers must be able to
779 independently validate video mode parameters, you should say Y
780 here.
781
Michael Hanselmann5474c122006-06-25 05:47:08 -0700782config FB_NVIDIA_BACKLIGHT
783 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +0000784 depends on FB_NVIDIA
Michael Hanselmann5474c122006-06-25 05:47:08 -0700785 default y
786 help
787 Say Y here if you want to control the backlight of your display.
788
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789config FB_RIVA
790 tristate "nVidia Riva support"
791 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +0000792 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 select FB_MODE_HELPERS
794 select FB_CFB_FILLRECT
795 select FB_CFB_COPYAREA
796 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800797 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700798 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 help
800 This driver supports graphics boards with the nVidia Riva/Geforce
801 chips.
802 Say Y if you have such a graphics board.
803
804 To compile this driver as a module, choose M here: the
805 module will be called rivafb.
806
807config FB_RIVA_I2C
808 bool "Enable DDC Support"
809 depends on FB_RIVA
James Simmons166f60d2007-03-06 01:42:02 -0800810 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 help
812 This enables I2C support for nVidia Chipsets. This is used
813 only for getting EDID information from the attached display
814 allowing for robust video mode handling and switching.
815
816 Because fbdev-2.6 requires that drivers must be able to
817 independently validate video mode parameters, you should say Y
818 here.
819
820config FB_RIVA_DEBUG
821 bool "Lots of debug output from Riva(nVidia) driver"
822 depends on FB_RIVA
823 default n
824 help
825 Say Y here if you want the Riva driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +0200826 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 something goes wrong.
828
Michael Hanselmann5474c122006-06-25 05:47:08 -0700829config FB_RIVA_BACKLIGHT
830 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +0000831 depends on FB_RIVA
Michael Hanselmann5474c122006-06-25 05:47:08 -0700832 default y
833 help
834 Say Y here if you want to control the backlight of your display.
835
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836config FB_I810
837 tristate "Intel 810/815 support (EXPERIMENTAL)"
Brian Gerst0d078f62005-10-30 14:59:20 -0800838 depends on FB && EXPERIMENTAL && PCI && X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 select AGP
840 select AGP_INTEL
841 select FB_MODE_HELPERS
842 select FB_CFB_FILLRECT
843 select FB_CFB_COPYAREA
844 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700845 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 help
847 This driver supports the on-board graphics built in to the Intel 810
848 and 815 chipsets. Say Y if you have and plan to use such a board.
849
850 To compile this driver as a module, choose M here: the
851 module will be called i810fb.
852
853 For more information, please read
854 <file:Documentation/fb/intel810.txt>
855
856config FB_I810_GTF
857 bool "use VESA Generalized Timing Formula"
858 depends on FB_I810
859 help
860 If you say Y, then the VESA standard, Generalized Timing Formula
861 or GTF, will be used to calculate the required video timing values
862 per video mode. Since the GTF allows nondiscrete timings
863 (nondiscrete being a range of values as opposed to discrete being a
864 set of values), you'll be able to use any combination of horizontal
865 and vertical resolutions, and vertical refresh rates without having
866 to specify your own timing parameters. This is especially useful
867 to maximize the performance of an aging display, or if you just
868 have a display with nonstandard dimensions. A VESA compliant
869 monitor is recommended, but can still work with non-compliant ones.
870 If you need or want this, then select this option. The timings may
871 not be compliant with Intel's recommended values. Use at your own
872 risk.
873
874 If you say N, the driver will revert to discrete video timings
875 using a set recommended by Intel in their documentation.
876
877 If unsure, say N.
878
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -0700879config FB_I810_I2C
880 bool "Enable DDC Support"
Antonino A. Daplasdb845022005-09-13 01:25:02 -0700881 depends on FB_I810 && FB_I810_GTF
Antonino A. Daplase80987f2006-10-03 01:14:44 -0700882 select FB_DDC
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -0700883 help
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885config FB_INTEL
Christian Merkled463d342006-08-22 10:07:01 +1000886 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
Dave Airlie0c187ad2006-03-23 11:20:08 +1100887 depends on FB && EXPERIMENTAL && PCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 select AGP
889 select AGP_INTEL
890 select FB_MODE_HELPERS
891 select FB_CFB_FILLRECT
892 select FB_CFB_COPYAREA
893 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 help
895 This driver supports the on-board graphics built in to the Intel
Christian Merkled463d342006-08-22 10:07:01 +1000896 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 Say Y if you have and plan to use such a board.
898
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400899 If you say Y here and want DDC/I2C support you must first say Y to
900 "I2C support" and "I2C bit-banging support" in the character devices
901 section.
902
903 If you say M here then "I2C support" and "I2C bit-banging support"
904 can be build either as modules or built-in.
905
906 To compile this driver as a module, choose M here: the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 module will be called intelfb.
908
Christian Merkled463d342006-08-22 10:07:01 +1000909 For more information, please read <file:Documentation/fb/intelfb.txt>
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911config FB_INTEL_DEBUG
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400912 bool "Intel driver Debug Messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 depends on FB_INTEL
914 ---help---
915 Say Y here if you want the Intel driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +0200916 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 something goes wrong.
918
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400919config FB_INTEL_I2C
920 bool "DDC/I2C for Intel framebuffer support"
921 depends on FB_INTEL
James Simmons166f60d2007-03-06 01:42:02 -0800922 select FB_DDC
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400923 default y
924 help
925 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
926
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927config FB_MATROX
928 tristate "Matrox acceleration"
929 depends on FB && PCI
930 select FB_CFB_FILLRECT
931 select FB_CFB_COPYAREA
932 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 select FB_TILEBLITTING
934 select FB_MACMODES if PPC_PMAC
935 ---help---
936 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
937 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
938 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
939 Matrox G400, G450 or G550 card in your box.
940
941 To compile this driver as a module, choose M here: the
942 module will be called matroxfb.
943
944 You can pass several parameters to the driver at boot time or at
945 module load time. The parameters look like "video=matrox:XXX", and
946 are described in <file:Documentation/fb/matroxfb.txt>.
947
948config FB_MATROX_MILLENIUM
949 bool "Millennium I/II support"
950 depends on FB_MATROX
951 help
952 Say Y here if you have a Matrox Millennium or Matrox Millennium II
953 video card. If you select "Advanced lowlevel driver options" below,
954 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
955 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
956 also use font widths different from 8.
957
958config FB_MATROX_MYSTIQUE
959 bool "Mystique support"
960 depends on FB_MATROX
961 help
962 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
963 video card. If you select "Advanced lowlevel driver options" below,
964 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
965 packed pixel and 32 bpp packed pixel. You can also use font widths
966 different from 8.
967
968config FB_MATROX_G
969 bool "G100/G200/G400/G450/G550 support"
970 depends on FB_MATROX
971 ---help---
972 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
973 video card. If you select "Advanced lowlevel driver options", you
974 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
975 pixel and 32 bpp packed pixel. You can also use font widths
976 different from 8.
977
978 If you need support for G400 secondary head, you must first say Y to
979 "I2C support" in the character devices section, and then to
980 "Matrox I2C support" and "G400 second head support" here in the
981 framebuffer section. G450/G550 secondary head and digital output
982 are supported without additional modules.
983
984 The driver starts in monitor mode. You must use the matroxset tool
985 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
986 swap primary and secondary head outputs, or to change output mode.
987 Secondary head driver always start in 640x480 resolution and you
988 must use fbset to change it.
989
990 Do not forget that second head supports only 16 and 32 bpp
991 packed pixels, so it is a good idea to compile them into the kernel
992 too. You can use only some font widths, as the driver uses generic
993 painting procedures (the secondary head does not use acceleration
994 engine).
995
996 G450/G550 hardware can display TV picture only from secondary CRTC,
997 and it performs no scaling, so picture must have 525 or 625 lines.
998
999config FB_MATROX_I2C
1000 tristate "Matrox I2C support"
James Simmons166f60d2007-03-06 01:42:02 -08001001 depends on FB_MATROX
1002 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003 ---help---
1004 This drivers creates I2C buses which are needed for accessing the
1005 DDC (I2C) bus present on all Matroxes, an I2C bus which
1006 interconnects Matrox optional devices, like MGA-TVO on G200 and
1007 G400, and the secondary head DDC bus, present on G400 only.
1008
1009 You can say Y or M here if you want to experiment with monitor
1010 detection code. You must say Y or M here if you want to use either
1011 second head of G400 or MGA-TVO on G200 or G400.
1012
1013 If you compile it as module, it will create a module named
1014 i2c-matroxfb.
1015
1016config FB_MATROX_MAVEN
1017 tristate "G400 second head support"
1018 depends on FB_MATROX_G && FB_MATROX_I2C
1019 ---help---
1020 WARNING !!! This support does not work with G450 !!!
1021
1022 Say Y or M here if you want to use a secondary head (meaning two
1023 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1024 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1025 secondary head output is blanked while you are in X. With XFree
1026 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1027 the fbdev driver on first head and the fbdev driver on second head.
1028
1029 If you compile it as module, two modules are created,
1030 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1031 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1032 also load i2c-matroxfb to get it to run.
1033
1034 The driver starts in monitor mode and you must use the matroxset
1035 tool (available at
1036 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1037 PAL or NTSC or to swap primary and secondary head outputs.
1038 Secondary head driver also always start in 640x480 resolution, you
1039 must use fbset to change it.
1040
1041 Also do not forget that second head supports only 16 and 32 bpp
1042 packed pixels, so it is a good idea to compile them into the kernel
1043 too. You can use only some font widths, as the driver uses generic
1044 painting procedures (the secondary head does not use acceleration
1045 engine).
1046
1047config FB_MATROX_MULTIHEAD
1048 bool "Multihead support"
1049 depends on FB_MATROX
1050 ---help---
1051 Say Y here if you have more than one (supported) Matrox device in
1052 your computer and you want to use all of them for different monitors
1053 ("multihead"). If you have only one device, you should say N because
1054 the driver compiled with Y is larger and a bit slower, especially on
1055 ia32 (ix86).
1056
1057 If you said M to "Matrox unified accelerated driver" and N here, you
1058 will still be able to use several Matrox devices simultaneously:
1059 insert several instances of the module matroxfb into the kernel
1060 with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
1061 for the different Matrox devices. This method is slightly faster but
1062 uses 40 KB of kernel memory per Matrox card.
1063
1064 There is no need for enabling 'Matrox multihead support' if you have
1065 only one Matrox card in the box.
1066
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067config FB_RADEON
1068 tristate "ATI Radeon display support"
1069 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001070 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 select FB_MODE_HELPERS
1072 select FB_CFB_FILLRECT
1073 select FB_CFB_COPYAREA
1074 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 select FB_MACMODES if PPC_OF
1076 help
1077 Choose this option if you want to use an ATI Radeon graphics card as
1078 a framebuffer device. There are both PCI and AGP versions. You
1079 don't need to choose this to run the Radeon in plain VGA mode.
1080
1081 If you say Y here and want DDC/I2C support you must first say Y to
1082 "I2C support" and "I2C bit-banging support" in the character devices
1083 section.
1084
1085 If you say M here then "I2C support" and "I2C bit-banging support"
1086 can be build either as modules or built-in.
1087
1088 There is a product page at
Antonino A. Daplasf510a3c2005-09-09 13:04:41 -07001089 http://apps.ati.com/ATIcompare/
Michael Hanselmann5474c122006-06-25 05:47:08 -07001090
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091config FB_RADEON_I2C
1092 bool "DDC/I2C for ATI Radeon support"
1093 depends on FB_RADEON
James Simmons166f60d2007-03-06 01:42:02 -08001094 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 default y
1096 help
1097 Say Y here if you want DDC/I2C support for your Radeon board.
1098
Michael Hanselmann5474c122006-06-25 05:47:08 -07001099config FB_RADEON_BACKLIGHT
1100 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001101 depends on FB_RADEON
Michael Hanselmann5474c122006-06-25 05:47:08 -07001102 default y
1103 help
1104 Say Y here if you want to control the backlight of your display.
1105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106config FB_RADEON_DEBUG
1107 bool "Lots of debug output from Radeon driver"
1108 depends on FB_RADEON
1109 default n
1110 help
1111 Say Y here if you want the Radeon driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001112 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 something goes wrong.
1114
1115config FB_ATY128
1116 tristate "ATI Rage128 display support"
1117 depends on FB && PCI
1118 select FB_CFB_FILLRECT
1119 select FB_CFB_COPYAREA
1120 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001121 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122 select FB_MACMODES if PPC_PMAC
1123 help
1124 This driver supports graphics boards with the ATI Rage128 chips.
1125 Say Y if you have such a graphics board and read
1126 <file:Documentation/fb/aty128fb.txt>.
1127
1128 To compile this driver as a module, choose M here: the
1129 module will be called aty128fb.
1130
Michael Hanselmann5474c122006-06-25 05:47:08 -07001131config FB_ATY128_BACKLIGHT
1132 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001133 depends on FB_ATY128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001134 default y
1135 help
1136 Say Y here if you want to control the backlight of your display.
1137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138config FB_ATY
1139 tristate "ATI Mach64 display support" if PCI || ATARI
Andrew Mortonf2e782e2006-04-10 22:55:45 -07001140 depends on FB && !SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 select FB_CFB_FILLRECT
1142 select FB_CFB_COPYAREA
1143 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001144 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 select FB_MACMODES if PPC
1146 help
1147 This driver supports graphics boards with the ATI Mach64 chips.
1148 Say Y if you have such a graphics board.
1149
1150 To compile this driver as a module, choose M here: the
1151 module will be called atyfb.
1152
1153config FB_ATY_CT
1154 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1155 depends on PCI && FB_ATY
1156 default y if SPARC64 && FB_PCI
1157 help
1158 Say Y here to support use of ATI's 64-bit Rage boards (or other
1159 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1160 framebuffer device. The ATI product support page for these boards
1161 is at <http://support.ati.com/products/pc/mach64/>.
1162
1163config FB_ATY_GENERIC_LCD
1164 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1165 depends on FB_ATY_CT
1166 help
1167 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1168 Rage XC, or Rage XL chipset.
1169
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170config FB_ATY_GX
1171 bool "Mach64 GX support" if PCI
1172 depends on FB_ATY
1173 default y if ATARI
1174 help
1175 Say Y here to support use of the ATI Mach64 Graphics Expression
1176 board (or other boards based on the Mach64 GX chipset) as a
1177 framebuffer device. The ATI product support page for these boards
1178 is at
1179 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1180
Michael Hanselmann5474c122006-06-25 05:47:08 -07001181config FB_ATY_BACKLIGHT
1182 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001183 depends on FB_ATY
Michael Hanselmann5474c122006-06-25 05:47:08 -07001184 default y
1185 help
1186 Say Y here if you want to control the backlight of your display.
1187
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001188config FB_S3
1189 tristate "S3 Trio/Virge support"
1190 depends on FB && PCI
1191 select FB_CFB_FILLRECT
1192 select FB_CFB_COPYAREA
1193 select FB_CFB_IMAGEBLIT
1194 select FB_TILEBLITTING
1195 select FB_SVGALIB
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001196 select VGASTATE
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001197 ---help---
1198 Driver for graphics boards with S3 Trio / S3 Virge chip.
1199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200config FB_SAVAGE
1201 tristate "S3 Savage support"
1202 depends on FB && PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 select FB_MODE_HELPERS
1204 select FB_CFB_FILLRECT
1205 select FB_CFB_COPYAREA
1206 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001207 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 help
1209 This driver supports notebooks and computers with S3 Savage PCI/AGP
1210 chips.
1211
1212 Say Y if you have such a graphics card.
1213
1214 To compile this driver as a module, choose M here; the module
1215 will be called savagefb.
1216
1217config FB_SAVAGE_I2C
1218 bool "Enable DDC2 Support"
1219 depends on FB_SAVAGE
James Simmons166f60d2007-03-06 01:42:02 -08001220 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 help
1222 This enables I2C support for S3 Savage Chipsets. This is used
1223 only for getting EDID information from the attached display
1224 allowing for robust video mode handling and switching.
1225
1226 Because fbdev-2.6 requires that drivers must be able to
1227 independently validate video mode parameters, you should say Y
1228 here.
1229
1230config FB_SAVAGE_ACCEL
1231 bool "Enable Console Acceleration"
1232 depends on FB_SAVAGE
1233 default n
1234 help
1235 This option will compile in console acceleration support. If
1236 the resulting framebuffer console has bothersome glitches, then
1237 choose N here.
1238
1239config FB_SIS
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001240 tristate "SiS/XGI display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241 depends on FB && PCI
1242 select FB_CFB_FILLRECT
1243 select FB_CFB_COPYAREA
1244 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001246 This is the frame buffer device driver for the SiS 300, 315, 330
1247 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1248 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249
1250 To compile this driver as a module, choose M here; the module
1251 will be called sisfb.
1252
1253config FB_SIS_300
1254 bool "SiS 300 series support"
1255 depends on FB_SIS
1256 help
1257 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1258
1259config FB_SIS_315
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001260 bool "SiS 315/330/340 series and XGI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 depends on FB_SIS
1262 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001263 Say Y here to support use of the SiS 315, 330 and 340 series
1264 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1265 as XGI V3XT, V5, V8 and Z7.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266
1267config FB_NEOMAGIC
1268 tristate "NeoMagic display support"
1269 depends on FB && PCI
1270 select FB_MODE_HELPERS
1271 select FB_CFB_FILLRECT
1272 select FB_CFB_COPYAREA
1273 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001274 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 help
1276 This driver supports notebooks with NeoMagic PCI chips.
1277 Say Y if you have such a graphics card.
1278
1279 To compile this driver as a module, choose M here: the
1280 module will be called neofb.
1281
1282config FB_KYRO
1283 tristate "IMG Kyro support"
1284 depends on FB && PCI
1285 select FB_CFB_FILLRECT
1286 select FB_CFB_COPYAREA
1287 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 help
1289 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1290 graphics board.
1291
1292 To compile this driver as a module, choose M here: the
1293 module will be called kyrofb.
1294
1295config FB_3DFX
1296 tristate "3Dfx Banshee/Voodoo3 display support"
1297 depends on FB && PCI
1298 select FB_CFB_IMAGEBLIT
1299 select FB_CFB_FILLRECT
1300 select FB_CFB_COPYAREA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 help
1302 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
1303 chips. Say Y if you have such a graphics board.
1304
1305 To compile this driver as a module, choose M here: the
1306 module will be called tdfxfb.
1307
1308config FB_3DFX_ACCEL
1309 bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
1310 depends on FB_3DFX && EXPERIMENTAL
1311 ---help---
1312 This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
1313 with acceleration functions.
1314
1315
1316config FB_VOODOO1
1317 tristate "3Dfx Voodoo Graphics (sst1) support"
1318 depends on FB && PCI
1319 select FB_CFB_FILLRECT
1320 select FB_CFB_COPYAREA
1321 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 ---help---
1323 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1324 Voodoo2 (cvg) based graphics card.
1325
1326 To compile this driver as a module, choose M here: the
1327 module will be called sstfb.
1328
1329 WARNING: Do not use any application that uses the 3D engine
1330 (namely glide) while using this driver.
1331 Please read the <file:Documentation/fb/README-sstfb.txt> for supported
1332 options and other important info support.
1333
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001334config FB_CYBLA
1335 tristate "Cyberblade/i1 support"
Knut Petersen44637a12006-01-09 15:04:20 +01001336 depends on FB && PCI && X86_32 && !64BIT
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001337 select FB_CFB_IMAGEBLIT
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001338 select VIDEO_SELECT
1339 ---help---
1340 This driver is supposed to support the Trident Cyberblade/i1
1341 graphics core integrated in the VIA VT8601A North Bridge,
1342 also known as VIA Apollo PLE133.
1343
1344 Status:
1345 - Developed, tested and working on EPIA 5000 and EPIA 800.
1346 - Does work reliable on all systems with CRT/LCD connected to
1347 normal VGA ports.
1348 - Should work on systems that do use the internal LCD port, but
1349 this is absolutely not tested.
1350
1351 Character imageblit, copyarea and rectangle fill are hw accelerated,
1352 ypan scrolling is used by default.
1353
1354 Please do read <file:Documentation/fb/cyblafb/*>.
1355
1356 To compile this driver as a module, choose M here: the
1357 module will be called cyblafb.
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359config FB_TRIDENT
1360 tristate "Trident support"
1361 depends on FB && PCI
1362 select FB_CFB_FILLRECT
1363 select FB_CFB_COPYAREA
1364 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 ---help---
1366 This driver is supposed to support graphics boards with the
1367 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
1368 but also on some motherboards. For more information, read
1369 <file:Documentation/fb/tridentfb.txt>
1370
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001371 Cyberblade/i1 support will be removed soon, use the cyblafb driver
1372 instead.
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 Say Y if you have such a graphics board.
1375
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 To compile this driver as a module, choose M here: the
1378 module will be called tridentfb.
1379
1380config FB_TRIDENT_ACCEL
1381 bool "Trident Acceleration functions (EXPERIMENTAL)"
1382 depends on FB_TRIDENT && EXPERIMENTAL
1383 ---help---
1384 This will compile the Trident frame buffer device with
1385 acceleration functions.
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387config FB_PM3
1388 tristate "Permedia3 support"
1389 depends on FB && PCI && BROKEN
1390 help
1391 This is the frame buffer device driver for the 3DLabs Permedia3
1392 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1393 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1394 and maybe other boards.
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396config FB_AU1100
1397 bool "Au1100 LCD Driver"
1398 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
1399
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001400config FB_AU1200
1401 bool "Au1200 LCD Driver"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001402 depends on (FB = y) && MIPS && SOC_AU1200
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001403 select FB_CFB_FILLRECT
1404 select FB_CFB_COPYAREA
1405 select FB_CFB_IMAGEBLIT
1406 help
1407 This is the framebuffer driver for the AMD Au1200 SOC. It can drive
1408 various panels and CRTs by passing in kernel cmd line option
1409 au1200fb:panel=<name>.
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411source "drivers/video/geode/Kconfig"
1412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413config FB_FFB
1414 bool "Creator/Creator3D/Elite3D support"
1415 depends on FB_SBUS && SPARC64
1416 select FB_CFB_COPYAREA
1417 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 help
1419 This is the frame buffer device driver for the Creator, Creator3D,
1420 and Elite3D graphics boards.
1421
1422config FB_TCX
1423 bool "TCX (SS4/SS5 only) support"
1424 depends on FB_SBUS
1425 select FB_CFB_FILLRECT
1426 select FB_CFB_COPYAREA
1427 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 help
1429 This is the frame buffer device driver for the TCX 24/8bit frame
1430 buffer.
1431
1432config FB_CG14
1433 bool "CGfourteen (SX) support"
1434 depends on FB_SBUS
1435 select FB_CFB_FILLRECT
1436 select FB_CFB_COPYAREA
1437 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 help
1439 This is the frame buffer device driver for the CGfourteen frame
1440 buffer on Desktop SPARCsystems with the SX graphics option.
1441
1442config FB_P9100
1443 bool "P9100 (Sparcbook 3 only) support"
1444 depends on FB_SBUS
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 This is the frame buffer device driver for the P9100 card
1450 supported on Sparcbook 3 machines.
1451
1452config FB_LEO
1453 bool "Leo (ZX) support"
1454 depends on FB_SBUS
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 This is the frame buffer device driver for the SBUS-based Sun ZX
1460 (leo) frame buffer cards.
1461
David S. Miller453e93b2007-05-06 22:45:08 -07001462config FB_XVR500
1463 bool "Sun XVR-500 3DLABS Wildcat support"
1464 depends on FB && PCI && SPARC64
1465 select FB_CFB_FILLRECT
1466 select FB_CFB_COPYAREA
1467 select FB_CFB_IMAGEBLIT
1468 help
1469 This is the framebuffer device for the Sun XVR-500 and similar
1470 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1471 only works on sparc64 systems where the system firwmare has
1472 mostly initialized the card already. It is treated as a
1473 completely dumb framebuffer device.
1474
David S. Miller71227522007-05-06 22:45:50 -07001475config FB_XVR2500
1476 bool "Sun XVR-2500 3DLABS Wildcat support"
1477 depends on FB && PCI && SPARC64
1478 select FB_CFB_FILLRECT
1479 select FB_CFB_COPYAREA
1480 select FB_CFB_IMAGEBLIT
1481 help
1482 This is the framebuffer device for the Sun XVR-2500 and similar
1483 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1484 only works on sparc64 systems where the system firwmare has
1485 mostly initialized the card already. It is treated as a
1486 completely dumb framebuffer device.
1487
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488config FB_PCI
1489 bool "PCI framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -08001490 depends on (FB = y) && PCI && SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491
1492config FB_IGA
1493 bool "IGA 168x display support"
1494 depends on SPARC32 && FB_PCI
1495 select FB_CFB_FILLRECT
1496 select FB_CFB_COPYAREA
1497 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 help
1499 This is the framebuffer device for the INTERGRAPHICS 1680 and
1500 successor frame buffer cards.
1501
1502config FB_HIT
1503 tristate "HD64461 Frame Buffer support"
1504 depends on FB && HD64461
1505 select FB_CFB_FILLRECT
1506 select FB_CFB_COPYAREA
1507 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508 help
1509 This is the frame buffer device driver for the Hitachi HD64461 LCD
1510 frame buffer card.
1511
1512config FB_PMAG_AA
1513 bool "PMAG-AA TURBOchannel framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001514 depends on (FB = y) && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 select FB_CFB_FILLRECT
1516 select FB_CFB_COPYAREA
1517 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518 help
1519 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1520 used mainly in the MIPS-based DECstation series.
1521
1522config FB_PMAG_BA
Maciej W. Rozycki335dc502007-02-05 16:28:28 -08001523 tristate "PMAG-BA TURBOchannel framebuffer support"
1524 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 select FB_CFB_FILLRECT
1526 select FB_CFB_COPYAREA
1527 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528 help
1529 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1530 used mainly in the MIPS-based DECstation series.
1531
1532config FB_PMAGB_B
Maciej W. Rozycki9084b002007-02-05 16:28:29 -08001533 tristate "PMAGB-B TURBOchannel framebuffer support"
1534 depends on TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535 select FB_CFB_FILLRECT
1536 select FB_CFB_COPYAREA
1537 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538 help
1539 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1540 in the MIPS-based DECstation series. The card is currently only
1541 supported in 1280x1024x8 mode.
1542
1543config FB_MAXINE
1544 bool "Maxine (Personal DECstation) onboard framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001545 depends on (FB = y) && MACH_DECSTATION
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 select FB_CFB_FILLRECT
1547 select FB_CFB_COPYAREA
1548 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 help
1550 Support for the onboard framebuffer (1024x768x8) in the Personal
1551 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1552 Codename "Maxine").
1553
1554config FB_TX3912
1555 bool "TMPTX3912/PR31700 frame buffer support"
1556 depends on (FB = y) && NINO
1557 select FB_CFB_FILLRECT
1558 select FB_CFB_COPYAREA
1559 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 help
1561 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1562 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
1563
1564 Say Y here to enable kernel support for the on-board framebuffer.
1565
1566config FB_G364
Yoichi Yuasab38817d2005-07-27 11:43:28 -07001567 bool "G364 frame buffer support"
1568 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569 select FB_CFB_FILLRECT
1570 select FB_CFB_COPYAREA
1571 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 help
1573 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1574 Olivetti M700-10 systems.
1575
1576config FB_68328
1577 bool "Motorola 68328 native frame buffer support"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001578 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579 select FB_CFB_FILLRECT
1580 select FB_CFB_COPYAREA
1581 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582 help
1583 Say Y here if you want to support the built-in frame buffer of
1584 the Motorola 68328 CPU family.
1585
1586config FB_PXA
1587 tristate "PXA LCD framebuffer support"
1588 depends on FB && ARCH_PXA
1589 select FB_CFB_FILLRECT
1590 select FB_CFB_COPYAREA
1591 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592 ---help---
1593 Frame buffer driver for the built-in LCD controller in the Intel
1594 PXA2x0 processor.
1595
1596 This driver is also available as a module ( = code which can be
1597 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001598 module will be called pxafb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001599 say M here and read <file:Documentation/kbuild/modules.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600
1601 If unsure, say N.
1602
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603config FB_PXA_PARAMETERS
1604 bool "PXA LCD command line parameters"
1605 default n
1606 depends on FB_PXA
1607 ---help---
1608 Enable the use of kernel command line or module parameters
1609 to configure the physical properties of the LCD panel when
1610 using the PXA LCD driver.
1611
1612 This option allows you to override the panel parameters
1613 supplied by the platform in order to support multiple
1614 different models of flatpanel. If you will only be using a
1615 single model of flatpanel then you can safely leave this
1616 option disabled.
1617
1618 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1619
Mike Rapoport22caf042006-07-14 00:24:34 -07001620config FB_MBX
1621 tristate "2700G LCD framebuffer support"
1622 depends on FB && ARCH_PXA
1623 select FB_CFB_FILLRECT
1624 select FB_CFB_COPYAREA
1625 select FB_CFB_IMAGEBLIT
1626 ---help---
1627 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1628 Accelerator
1629
1630config FB_MBX_DEBUG
1631 bool "Enable debugging info via debugfs"
1632 depends on FB_MBX && DEBUG_FS
1633 default n
1634 ---help---
1635 Enable this if you want debugging information using the debug
1636 filesystem (debugfs)
1637
1638 If unsure, say N.
1639
Randy Dunlapecc41d52005-11-07 01:00:29 -08001640config FB_W100
1641 tristate "W100 frame buffer support"
1642 depends on FB && PXA_SHARPSL
1643 select FB_CFB_FILLRECT
1644 select FB_CFB_COPYAREA
1645 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001646 ---help---
1647 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1648
1649 This driver is also available as a module ( = code which can be
1650 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001651 module will be called w100fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001652 say M here and read <file:Documentation/kbuild/modules.txt>.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001653
1654 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655
Arnaud Patard20fd5762005-09-09 13:10:07 -07001656config FB_S3C2410
1657 tristate "S3C2410 LCD framebuffer support"
1658 depends on FB && ARCH_S3C2410
1659 select FB_CFB_FILLRECT
1660 select FB_CFB_COPYAREA
1661 select FB_CFB_IMAGEBLIT
Arnaud Patard20fd5762005-09-09 13:10:07 -07001662 ---help---
1663 Frame buffer driver for the built-in LCD controller in the Samsung
1664 S3C2410 processor.
1665
1666 This driver is also available as a module ( = code which can be
1667 inserted and removed from the running kernel whenever you want). The
1668 module will be called s3c2410fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001669 say M here and read <file:Documentation/kbuild/modules.txt>.
Arnaud Patard20fd5762005-09-09 13:10:07 -07001670
1671 If unsure, say N.
1672config FB_S3C2410_DEBUG
1673 bool "S3C2410 lcd debug messages"
1674 depends on FB_S3C2410
1675 help
1676 Turn on debugging messages. Note that you can set/unset at run time
1677 through sysfs
1678
Ben Dooks5fc404e2007-02-20 13:58:21 -08001679config FB_SM501
1680 tristate "Silicon Motion SM501 framebuffer support"
1681 depends on FB && MFD_SM501
1682 select FB_CFB_FILLRECT
1683 select FB_CFB_COPYAREA
1684 select FB_CFB_IMAGEBLIT
1685 ---help---
1686 Frame buffer driver for the CRT and LCD controllers in the Silicon
1687 Motion SM501.
1688
1689 This driver is also available as a module ( = code which can be
1690 inserted and removed from the running kernel whenever you want). The
1691 module will be called sm501fb. If you want to compile it as a module,
1692 say M here and read <file:Documentation/modules.txt>.
1693
1694 If unsure, say N.
1695
1696
Vitaly Wool36c93662006-07-03 00:24:19 -07001697config FB_PNX4008_DUM
1698 tristate "Display Update Module support on Philips PNX4008 board"
1699 depends on FB && ARCH_PNX4008
1700 ---help---
1701 Say Y here to enable support for PNX4008 Display Update Module (DUM)
1702
1703config FB_PNX4008_DUM_RGB
1704 tristate "RGB Framebuffer support on Philips PNX4008 board"
1705 depends on FB_PNX4008_DUM
1706 select FB_CFB_FILLRECT
1707 select FB_CFB_COPYAREA
1708 select FB_CFB_IMAGEBLIT
1709 ---help---
1710 Say Y here to enable support for PNX4008 RGB Framebuffer
1711
Paul Mackerrasa3d89982006-12-10 02:20:42 -08001712config FB_IBM_GXT4500
1713 tristate "Framebuffer support for IBM GXT4500P adaptor"
1714 depends on PPC
1715 select FB_CFB_FILLRECT
1716 select FB_CFB_COPYAREA
1717 select FB_CFB_IMAGEBLIT
1718 ---help---
1719 Say Y here to enable support for the IBM GXT4500P display
1720 adaptor, found on some IBM System P (pSeries) machines.
1721
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08001722config FB_PS3
1723 bool "PS3 GPU framebuffer driver"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001724 depends on (FB = y) && PS3_PS3AV
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08001725 select FB_CFB_FILLRECT
1726 select FB_CFB_COPYAREA
1727 select FB_CFB_IMAGEBLIT
1728 ---help---
1729 Include support for the virtual frame buffer in the PS3 platform.
1730
1731config FB_PS3_DEFAULT_SIZE_M
1732 int "PS3 default frame buffer size (in MiB)"
1733 depends on FB_PS3
1734 default 18
1735 ---help---
1736 This is the default size (in MiB) of the virtual frame buffer in
1737 the PS3.
1738 The default value can be overridden on the kernel command line
1739 using the "ps3fb" option (e.g. "ps3fb=9M");
1740
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741config FB_VIRTUAL
1742 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1743 depends on FB
Antonino A. Daplas87b48842007-05-08 00:39:01 -07001744 select FB_SYS_FILLRECT
1745 select FB_SYS_COPYAREA
1746 select FB_SYS_IMAGEBLIT
Antonino A. Daplas52102c02007-05-08 00:39:07 -07001747 select FB_SYS_FOPS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 ---help---
1749 This is a `virtual' frame buffer device. It operates on a chunk of
1750 unswappable kernel memory instead of on the memory of a graphics
1751 board. This means you cannot see any output sent to this frame
1752 buffer device, while it does consume precious memory. The main use
1753 of this frame buffer device is testing and debugging the frame
1754 buffer subsystem. Do NOT enable it for normal systems! To protect
1755 the innocent, it has to be enabled explicitly at boot time using the
1756 kernel option `video=vfb:'.
1757
1758 To compile this driver as a module, choose M here: the
Mike Frysinger66cf7512006-10-03 01:14:41 -07001759 module will be called vfb. In order to load it, you must use
1760 the vfb_enable=1 option.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762 If unsure, say N.
James Simmonse0e34ef2007-02-10 14:15:43 +00001763
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764if VT
1765 source "drivers/video/console/Kconfig"
1766endif
1767
1768if FB || SGI_NEWPORT_CONSOLE
1769 source "drivers/video/logo/Kconfig"
1770endif
1771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772endmenu
1773