blob: 19b7f73ebc496d3436e82dc854f6172c780864fa [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 help
523 This is the frame buffer device driver for VGA 16 color graphic
524 cards. Say Y if you have such a card.
525
526 To compile this driver as a module, choose M here: the
527 module will be called vga16fb.
528
529config FB_STI
530 tristate "HP STI frame buffer device support"
531 depends on FB && PARISC
532 select FB_CFB_FILLRECT
533 select FB_CFB_COPYAREA
534 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 default y
536 ---help---
537 STI refers to the HP "Standard Text Interface" which is a set of
538 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
539 Enabling this option will implement the linux framebuffer device
540 using calls to the STI BIOS routines for initialisation.
541
542 If you enable this option, you will get a planar framebuffer device
543 /dev/fb which will work on the most common HP graphic cards of the
544 NGLE family, including the artist chips (in the 7xx and Bxxx series),
545 HCRX, HCRX24, CRX, CRX24 and VisEG series.
546
547 It is safe to enable this option, so you should probably say "Y".
548
549config FB_MAC
550 bool "Generic Macintosh display support"
551 depends on (FB = y) && MAC
552 select FB_CFB_FILLRECT
553 select FB_CFB_COPYAREA
554 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 select FB_MACMODES
556
557# bool ' Apple DAFB display support' CONFIG_FB_DAFB
558config FB_HP300
559 bool
560 depends on (FB = y) && HP300
561 select FB_CFB_FILLRECT
562 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 default y
564
565config FB_TGA
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700566 tristate "TGA/SFB+ framebuffer support"
567 depends on FB && (ALPHA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 select FB_CFB_FILLRECT
569 select FB_CFB_COPYAREA
570 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800571 select BITREVERSE
Maciej W. Rozycki86c6f7d2007-05-08 00:37:48 -0700572 ---help---
573 This is the frame buffer device driver for generic TGA and SFB+
574 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
575 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
576 TURBOchannel cards, also known as PMAGD-A, -B and -C.
577
578 Due to hardware limitations ZLX-E2 and E3 cards are not supported
579 for DECstation 5000/200 systems. Additionally due to firmware
580 limitations these cards may cause troubles with booting DECstation
581 5000/240 and /260 systems, but are fully supported under Linux if
582 you manage to get it going. ;-)
583
584 Say Y if you have one of those.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585
586config FB_VESA
587 bool "VESA VGA graphics support"
Brian Gerst0d078f62005-10-30 14:59:20 -0800588 depends on (FB = y) && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 select FB_CFB_FILLRECT
590 select FB_CFB_COPYAREA
591 select FB_CFB_IMAGEBLIT
James Simmonsc9b2ec42006-12-08 02:40:57 -0800592 select VIDEO_SELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 help
594 This is the frame buffer device driver for generic VESA 2.0
595 compliant graphic cards. The older VESA 1.2 cards are not supported.
596 You will get a boot time penguin logo at no additional cost. Please
597 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
598
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700599config FB_IMAC
600 bool "Intel-based Macintosh Framebuffer Support"
Edgar Hucekb64ef8a2006-08-13 23:24:16 -0700601 depends on (FB = y) && X86 && EFI
Edgar Hucek90b4f9a2006-06-26 00:26:59 -0700602 select FB_CFB_FILLRECT
603 select FB_CFB_COPYAREA
604 select FB_CFB_IMAGEBLIT
605 help
606 This is the frame buffer device driver for the Intel-based Macintosh
607
Jaya Kumaraad09e52007-05-08 00:37:43 -0700608config FB_HECUBA
609 tristate "Hecuba board support"
610 depends on FB && X86 && MMU
Antonino A. Daplasd6774932007-05-08 00:39:00 -0700611 select FB_SYS_FILLRECT
612 select FB_SYS_COPYAREA
613 select FB_SYS_IMAGEBLIT
Jaya Kumaraad09e52007-05-08 00:37:43 -0700614 select FB_DEFERRED_IO
615 help
616 This enables support for the Hecuba board. This driver was tested
617 with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO
618 interface (8 bit data, 4 bit control). If you anticpate using
619 this driver, say Y or M; otherwise say N. You must specify the
620 GPIO IO address to be used for setting control and data.
621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622config FB_HGA
623 tristate "Hercules mono graphics support"
624 depends on FB && X86
625 select FB_CFB_FILLRECT
626 select FB_CFB_COPYAREA
627 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 help
629 Say Y here if you have a Hercules mono graphics card.
630
631 To compile this driver as a module, choose M here: the
632 module will be called hgafb.
633
634 As this card technology is 15 years old, most people will answer N
635 here.
636
637config FB_HGA_ACCEL
638 bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
639 depends on FB_HGA && EXPERIMENTAL
640 ---help---
641 This will compile the Hercules mono graphics with
642 acceleration functions.
643
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644config FB_SGIVW
645 tristate "SGI Visual Workstation framebuffer support"
646 depends on FB && X86_VISWS
647 select FB_CFB_FILLRECT
648 select FB_CFB_COPYAREA
649 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 help
651 SGI Visual Workstation support for framebuffer graphics.
652
653config FB_GBE
654 bool "SGI Graphics Backend frame buffer support"
655 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
656 select FB_CFB_FILLRECT
657 select FB_CFB_COPYAREA
658 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 help
660 This is the frame buffer device driver for SGI Graphics Backend.
661 This chip is used in SGI O2 and Visual Workstation 320/540.
662
663config FB_GBE_MEM
664 int "Video memory size in MB"
665 depends on FB_GBE
Martin Michlmayr80c410d2006-02-24 13:04:16 -0800666 default 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 help
668 This is the amount of memory reserved for the framebuffer,
669 which can be any value between 1MB and 8MB.
670
Mark Fortescue1a571982005-11-29 19:34:44 -0800671config FB_SBUS
672 bool "SBUS and UPA framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -0800673 depends on (FB = y) && SPARC
Mark Fortescue1a571982005-11-29 19:34:44 -0800674 help
675 Say Y if you want support for SBUS or UPA based frame buffer device.
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677config FB_BW2
678 bool "BWtwo support"
Adrian Bunke0196302007-02-12 00:54:50 -0800679 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 select FB_CFB_FILLRECT
681 select FB_CFB_COPYAREA
682 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 help
684 This is the frame buffer device driver for the BWtwo frame buffer.
685
686config FB_CG3
687 bool "CGthree support"
Adrian Bunke0196302007-02-12 00:54:50 -0800688 depends on (FB = y) && (SPARC && FB_SBUS)
Mark Fortescue1a571982005-11-29 19:34:44 -0800689 select FB_CFB_FILLRECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 select FB_CFB_COPYAREA
691 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 help
693 This is the frame buffer device driver for the CGthree frame buffer.
694
695config FB_CG6
696 bool "CGsix (GX,TurboGX) support"
Adrian Bunke0196302007-02-12 00:54:50 -0800697 depends on (FB = y) && (SPARC && FB_SBUS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 select FB_CFB_COPYAREA
699 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 help
701 This is the frame buffer device driver for the CGsix (GX, TurboGX)
702 frame buffer.
703
704config FB_PVR2
705 tristate "NEC PowerVR 2 display support"
706 depends on FB && SH_DREAMCAST
707 select FB_CFB_FILLRECT
708 select FB_CFB_COPYAREA
709 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 ---help---
711 Say Y here if you have a PowerVR 2 card in your box. If you plan to
712 run linux on your Dreamcast, you will have to say Y here.
713 This driver may or may not work on other PowerVR 2 cards, but is
714 totally untested. Use at your own risk. If unsure, say N.
715
716 To compile this driver as a module, choose M here: the
717 module will be called pvr2fb.
718
719 You can pass several parameters to the driver at boot time or at
720 module load time. The parameters look like "video=pvr2:XXX", where
721 the meaning of XXX can be found at the end of the main source file
722 (<file:drivers/video/pvr2fb.c>). Please see the file
723 <file:Documentation/fb/pvr2fb.txt>.
724
725config FB_EPSON1355
726 bool "Epson 1355 framebuffer support"
727 depends on (FB = y) && (SUPERH || ARCH_CEIVA)
728 select FB_CFB_FILLRECT
729 select FB_CFB_COPYAREA
730 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731 help
732 Build in support for the SED1355 Epson Research Embedded RAMDAC
733 LCD/CRT Controller (since redesignated as the S1D13505) as a
734 framebuffer. Product specs at
735 <http://www.erd.epson.com/vdc/html/products.htm>.
736
Randy Dunlapecc41d52005-11-07 01:00:29 -0800737config FB_S1D13XXX
738 tristate "Epson S1D13XXX framebuffer support"
739 depends on FB
740 select FB_CFB_FILLRECT
741 select FB_CFB_COPYAREA
742 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -0800743 help
744 Support for S1D13XXX framebuffer device family (currently only
745 working with S1D13806). Product specs at
746 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
747
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748config FB_NVIDIA
749 tristate "nVidia Framebuffer Support"
750 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +0000751 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 select FB_MODE_HELPERS
753 select FB_CFB_FILLRECT
754 select FB_CFB_COPYAREA
755 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800756 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700757 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 help
759 This driver supports graphics boards with the nVidia chips, TNT
760 and newer. For very old chipsets, such as the RIVA128, then use
761 the rivafb.
762 Say Y if you have such a graphics board.
763
764 To compile this driver as a module, choose M here: the
765 module will be called nvidiafb.
766
767config FB_NVIDIA_I2C
768 bool "Enable DDC Support"
Benjamin Herrenschmidt85f15032005-11-07 01:00:30 -0800769 depends on FB_NVIDIA
James Simmons166f60d2007-03-06 01:42:02 -0800770 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 help
772 This enables I2C support for nVidia Chipsets. This is used
773 only for getting EDID information from the attached display
774 allowing for robust video mode handling and switching.
775
776 Because fbdev-2.6 requires that drivers must be able to
777 independently validate video mode parameters, you should say Y
778 here.
779
Michael Hanselmann5474c122006-06-25 05:47:08 -0700780config FB_NVIDIA_BACKLIGHT
781 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +0000782 depends on FB_NVIDIA
Michael Hanselmann5474c122006-06-25 05:47:08 -0700783 default y
784 help
785 Say Y here if you want to control the backlight of your display.
786
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787config FB_RIVA
788 tristate "nVidia Riva support"
789 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +0000790 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791 select FB_MODE_HELPERS
792 select FB_CFB_FILLRECT
793 select FB_CFB_COPYAREA
794 select FB_CFB_IMAGEBLIT
Akinobu Mita1c667682006-12-08 02:36:26 -0800795 select BITREVERSE
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700796 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 help
798 This driver supports graphics boards with the nVidia Riva/Geforce
799 chips.
800 Say Y if you have such a graphics board.
801
802 To compile this driver as a module, choose M here: the
803 module will be called rivafb.
804
805config FB_RIVA_I2C
806 bool "Enable DDC Support"
807 depends on FB_RIVA
James Simmons166f60d2007-03-06 01:42:02 -0800808 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809 help
810 This enables I2C support for nVidia Chipsets. This is used
811 only for getting EDID information from the attached display
812 allowing for robust video mode handling and switching.
813
814 Because fbdev-2.6 requires that drivers must be able to
815 independently validate video mode parameters, you should say Y
816 here.
817
818config FB_RIVA_DEBUG
819 bool "Lots of debug output from Riva(nVidia) driver"
820 depends on FB_RIVA
821 default n
822 help
823 Say Y here if you want the Riva driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +0200824 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825 something goes wrong.
826
Michael Hanselmann5474c122006-06-25 05:47:08 -0700827config FB_RIVA_BACKLIGHT
828 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +0000829 depends on FB_RIVA
Michael Hanselmann5474c122006-06-25 05:47:08 -0700830 default y
831 help
832 Say Y here if you want to control the backlight of your display.
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834config FB_I810
835 tristate "Intel 810/815 support (EXPERIMENTAL)"
Brian Gerst0d078f62005-10-30 14:59:20 -0800836 depends on FB && EXPERIMENTAL && PCI && X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 select AGP
838 select AGP_INTEL
839 select FB_MODE_HELPERS
840 select FB_CFB_FILLRECT
841 select FB_CFB_COPYAREA
842 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -0700843 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 help
845 This driver supports the on-board graphics built in to the Intel 810
846 and 815 chipsets. Say Y if you have and plan to use such a board.
847
848 To compile this driver as a module, choose M here: the
849 module will be called i810fb.
850
851 For more information, please read
852 <file:Documentation/fb/intel810.txt>
853
854config FB_I810_GTF
855 bool "use VESA Generalized Timing Formula"
856 depends on FB_I810
857 help
858 If you say Y, then the VESA standard, Generalized Timing Formula
859 or GTF, will be used to calculate the required video timing values
860 per video mode. Since the GTF allows nondiscrete timings
861 (nondiscrete being a range of values as opposed to discrete being a
862 set of values), you'll be able to use any combination of horizontal
863 and vertical resolutions, and vertical refresh rates without having
864 to specify your own timing parameters. This is especially useful
865 to maximize the performance of an aging display, or if you just
866 have a display with nonstandard dimensions. A VESA compliant
867 monitor is recommended, but can still work with non-compliant ones.
868 If you need or want this, then select this option. The timings may
869 not be compliant with Intel's recommended values. Use at your own
870 risk.
871
872 If you say N, the driver will revert to discrete video timings
873 using a set recommended by Intel in their documentation.
874
875 If unsure, say N.
876
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -0700877config FB_I810_I2C
878 bool "Enable DDC Support"
Antonino A. Daplasdb845022005-09-13 01:25:02 -0700879 depends on FB_I810 && FB_I810_GTF
Antonino A. Daplase80987f2006-10-03 01:14:44 -0700880 select FB_DDC
Antonino A. Daplas74f6ae82005-09-09 13:10:04 -0700881 help
882
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883config FB_INTEL
Christian Merkled463d342006-08-22 10:07:01 +1000884 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
Dave Airlie0c187ad2006-03-23 11:20:08 +1100885 depends on FB && EXPERIMENTAL && PCI && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 select AGP
887 select AGP_INTEL
888 select FB_MODE_HELPERS
889 select FB_CFB_FILLRECT
890 select FB_CFB_COPYAREA
891 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 help
893 This driver supports the on-board graphics built in to the Intel
Christian Merkled463d342006-08-22 10:07:01 +1000894 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 Say Y if you have and plan to use such a board.
896
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400897 If you say Y here and want DDC/I2C support you must first say Y to
898 "I2C support" and "I2C bit-banging support" in the character devices
899 section.
900
901 If you say M here then "I2C support" and "I2C bit-banging support"
902 can be build either as modules or built-in.
903
904 To compile this driver as a module, choose M here: the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 module will be called intelfb.
906
Christian Merkled463d342006-08-22 10:07:01 +1000907 For more information, please read <file:Documentation/fb/intelfb.txt>
908
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909config FB_INTEL_DEBUG
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400910 bool "Intel driver Debug Messages"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 depends on FB_INTEL
912 ---help---
913 Say Y here if you want the Intel driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +0200914 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 something goes wrong.
916
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400917config FB_INTEL_I2C
918 bool "DDC/I2C for Intel framebuffer support"
919 depends on FB_INTEL
James Simmons166f60d2007-03-06 01:42:02 -0800920 select FB_DDC
Dennis Munsie1f6e8442006-06-20 14:55:55 -0400921 default y
922 help
923 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
924
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925config FB_MATROX
926 tristate "Matrox acceleration"
927 depends on FB && PCI
928 select FB_CFB_FILLRECT
929 select FB_CFB_COPYAREA
930 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 select FB_TILEBLITTING
932 select FB_MACMODES if PPC_PMAC
933 ---help---
934 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
935 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
936 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
937 Matrox G400, G450 or G550 card in your box.
938
939 To compile this driver as a module, choose M here: the
940 module will be called matroxfb.
941
942 You can pass several parameters to the driver at boot time or at
943 module load time. The parameters look like "video=matrox:XXX", and
944 are described in <file:Documentation/fb/matroxfb.txt>.
945
946config FB_MATROX_MILLENIUM
947 bool "Millennium I/II support"
948 depends on FB_MATROX
949 help
950 Say Y here if you have a Matrox Millennium or Matrox Millennium II
951 video card. If you select "Advanced lowlevel driver options" below,
952 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
953 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
954 also use font widths different from 8.
955
956config FB_MATROX_MYSTIQUE
957 bool "Mystique support"
958 depends on FB_MATROX
959 help
960 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
961 video card. If you select "Advanced lowlevel driver options" below,
962 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
963 packed pixel and 32 bpp packed pixel. You can also use font widths
964 different from 8.
965
966config FB_MATROX_G
967 bool "G100/G200/G400/G450/G550 support"
968 depends on FB_MATROX
969 ---help---
970 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
971 video card. If you select "Advanced lowlevel driver options", you
972 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
973 pixel and 32 bpp packed pixel. You can also use font widths
974 different from 8.
975
976 If you need support for G400 secondary head, you must first say Y to
977 "I2C support" in the character devices section, and then to
978 "Matrox I2C support" and "G400 second head support" here in the
979 framebuffer section. G450/G550 secondary head and digital output
980 are supported without additional modules.
981
982 The driver starts in monitor mode. You must use the matroxset tool
983 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
984 swap primary and secondary head outputs, or to change output mode.
985 Secondary head driver always start in 640x480 resolution and you
986 must use fbset to change it.
987
988 Do not forget that second head supports only 16 and 32 bpp
989 packed pixels, so it is a good idea to compile them into the kernel
990 too. You can use only some font widths, as the driver uses generic
991 painting procedures (the secondary head does not use acceleration
992 engine).
993
994 G450/G550 hardware can display TV picture only from secondary CRTC,
995 and it performs no scaling, so picture must have 525 or 625 lines.
996
997config FB_MATROX_I2C
998 tristate "Matrox I2C support"
James Simmons166f60d2007-03-06 01:42:02 -0800999 depends on FB_MATROX
1000 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 ---help---
1002 This drivers creates I2C buses which are needed for accessing the
1003 DDC (I2C) bus present on all Matroxes, an I2C bus which
1004 interconnects Matrox optional devices, like MGA-TVO on G200 and
1005 G400, and the secondary head DDC bus, present on G400 only.
1006
1007 You can say Y or M here if you want to experiment with monitor
1008 detection code. You must say Y or M here if you want to use either
1009 second head of G400 or MGA-TVO on G200 or G400.
1010
1011 If you compile it as module, it will create a module named
1012 i2c-matroxfb.
1013
1014config FB_MATROX_MAVEN
1015 tristate "G400 second head support"
1016 depends on FB_MATROX_G && FB_MATROX_I2C
1017 ---help---
1018 WARNING !!! This support does not work with G450 !!!
1019
1020 Say Y or M here if you want to use a secondary head (meaning two
1021 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1022 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1023 secondary head output is blanked while you are in X. With XFree
1024 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1025 the fbdev driver on first head and the fbdev driver on second head.
1026
1027 If you compile it as module, two modules are created,
1028 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1029 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1030 also load i2c-matroxfb to get it to run.
1031
1032 The driver starts in monitor mode and you must use the matroxset
1033 tool (available at
1034 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1035 PAL or NTSC or to swap primary and secondary head outputs.
1036 Secondary head driver also always start in 640x480 resolution, you
1037 must use fbset to change it.
1038
1039 Also do not forget that second head supports only 16 and 32 bpp
1040 packed pixels, so it is a good idea to compile them into the kernel
1041 too. You can use only some font widths, as the driver uses generic
1042 painting procedures (the secondary head does not use acceleration
1043 engine).
1044
1045config FB_MATROX_MULTIHEAD
1046 bool "Multihead support"
1047 depends on FB_MATROX
1048 ---help---
1049 Say Y here if you have more than one (supported) Matrox device in
1050 your computer and you want to use all of them for different monitors
1051 ("multihead"). If you have only one device, you should say N because
1052 the driver compiled with Y is larger and a bit slower, especially on
1053 ia32 (ix86).
1054
1055 If you said M to "Matrox unified accelerated driver" and N here, you
1056 will still be able to use several Matrox devices simultaneously:
1057 insert several instances of the module matroxfb into the kernel
1058 with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
1059 for the different Matrox devices. This method is slightly faster but
1060 uses 40 KB of kernel memory per Matrox card.
1061
1062 There is no need for enabling 'Matrox multihead support' if you have
1063 only one Matrox card in the box.
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065config FB_RADEON
1066 tristate "ATI Radeon display support"
1067 depends on FB && PCI
James Simmonse0e34ef2007-02-10 14:15:43 +00001068 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 select FB_MODE_HELPERS
1070 select FB_CFB_FILLRECT
1071 select FB_CFB_COPYAREA
1072 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 select FB_MACMODES if PPC_OF
1074 help
1075 Choose this option if you want to use an ATI Radeon graphics card as
1076 a framebuffer device. There are both PCI and AGP versions. You
1077 don't need to choose this to run the Radeon in plain VGA mode.
1078
1079 If you say Y here and want DDC/I2C support you must first say Y to
1080 "I2C support" and "I2C bit-banging support" in the character devices
1081 section.
1082
1083 If you say M here then "I2C support" and "I2C bit-banging support"
1084 can be build either as modules or built-in.
1085
1086 There is a product page at
Antonino A. Daplasf510a3c2005-09-09 13:04:41 -07001087 http://apps.ati.com/ATIcompare/
Michael Hanselmann5474c122006-06-25 05:47:08 -07001088
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089config FB_RADEON_I2C
1090 bool "DDC/I2C for ATI Radeon support"
1091 depends on FB_RADEON
James Simmons166f60d2007-03-06 01:42:02 -08001092 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 default y
1094 help
1095 Say Y here if you want DDC/I2C support for your Radeon board.
1096
Michael Hanselmann5474c122006-06-25 05:47:08 -07001097config FB_RADEON_BACKLIGHT
1098 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001099 depends on FB_RADEON
Michael Hanselmann5474c122006-06-25 05:47:08 -07001100 default y
1101 help
1102 Say Y here if you want to control the backlight of your display.
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104config FB_RADEON_DEBUG
1105 bool "Lots of debug output from Radeon driver"
1106 depends on FB_RADEON
1107 default n
1108 help
1109 Say Y here if you want the Radeon driver to output all sorts
Matt LaPlante09509602006-10-03 22:31:37 +02001110 of debugging information to provide to the maintainer when
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111 something goes wrong.
1112
1113config FB_ATY128
1114 tristate "ATI Rage128 display support"
1115 depends on FB && PCI
1116 select FB_CFB_FILLRECT
1117 select FB_CFB_COPYAREA
1118 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001119 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 select FB_MACMODES if PPC_PMAC
1121 help
1122 This driver supports graphics boards with the ATI Rage128 chips.
1123 Say Y if you have such a graphics board and read
1124 <file:Documentation/fb/aty128fb.txt>.
1125
1126 To compile this driver as a module, choose M here: the
1127 module will be called aty128fb.
1128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001129config FB_ATY128_BACKLIGHT
1130 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001131 depends on FB_ATY128
Michael Hanselmann5474c122006-06-25 05:47:08 -07001132 default y
1133 help
1134 Say Y here if you want to control the backlight of your display.
1135
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136config FB_ATY
1137 tristate "ATI Mach64 display support" if PCI || ATARI
Andrew Mortonf2e782e2006-04-10 22:55:45 -07001138 depends on FB && !SPARC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 select FB_CFB_FILLRECT
1140 select FB_CFB_COPYAREA
1141 select FB_CFB_IMAGEBLIT
James Simmonse0e34ef2007-02-10 14:15:43 +00001142 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143 select FB_MACMODES if PPC
1144 help
1145 This driver supports graphics boards with the ATI Mach64 chips.
1146 Say Y if you have such a graphics board.
1147
1148 To compile this driver as a module, choose M here: the
1149 module will be called atyfb.
1150
1151config FB_ATY_CT
1152 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1153 depends on PCI && FB_ATY
1154 default y if SPARC64 && FB_PCI
1155 help
1156 Say Y here to support use of ATI's 64-bit Rage boards (or other
1157 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1158 framebuffer device. The ATI product support page for these boards
1159 is at <http://support.ati.com/products/pc/mach64/>.
1160
1161config FB_ATY_GENERIC_LCD
1162 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1163 depends on FB_ATY_CT
1164 help
1165 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1166 Rage XC, or Rage XL chipset.
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168config FB_ATY_GX
1169 bool "Mach64 GX support" if PCI
1170 depends on FB_ATY
1171 default y if ATARI
1172 help
1173 Say Y here to support use of the ATI Mach64 Graphics Expression
1174 board (or other boards based on the Mach64 GX chipset) as a
1175 framebuffer device. The ATI product support page for these boards
1176 is at
1177 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1178
Michael Hanselmann5474c122006-06-25 05:47:08 -07001179config FB_ATY_BACKLIGHT
1180 bool "Support for backlight control"
James Simmonse0e34ef2007-02-10 14:15:43 +00001181 depends on FB_ATY
Michael Hanselmann5474c122006-06-25 05:47:08 -07001182 default y
1183 help
1184 Say Y here if you want to control the backlight of your display.
1185
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001186config FB_S3
1187 tristate "S3 Trio/Virge support"
1188 depends on FB && PCI
1189 select FB_CFB_FILLRECT
1190 select FB_CFB_COPYAREA
1191 select FB_CFB_IMAGEBLIT
1192 select FB_TILEBLITTING
1193 select FB_SVGALIB
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001194 select VGASTATE
Ondrej Zajiceka2684222007-02-12 00:54:49 -08001195 ---help---
1196 Driver for graphics boards with S3 Trio / S3 Virge chip.
1197
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198config FB_SAVAGE
1199 tristate "S3 Savage support"
1200 depends on FB && PCI && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 select FB_MODE_HELPERS
1202 select FB_CFB_FILLRECT
1203 select FB_CFB_COPYAREA
1204 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001205 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206 help
1207 This driver supports notebooks and computers with S3 Savage PCI/AGP
1208 chips.
1209
1210 Say Y if you have such a graphics card.
1211
1212 To compile this driver as a module, choose M here; the module
1213 will be called savagefb.
1214
1215config FB_SAVAGE_I2C
1216 bool "Enable DDC2 Support"
1217 depends on FB_SAVAGE
James Simmons166f60d2007-03-06 01:42:02 -08001218 select FB_DDC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219 help
1220 This enables I2C support for S3 Savage Chipsets. This is used
1221 only for getting EDID information from the attached display
1222 allowing for robust video mode handling and switching.
1223
1224 Because fbdev-2.6 requires that drivers must be able to
1225 independently validate video mode parameters, you should say Y
1226 here.
1227
1228config FB_SAVAGE_ACCEL
1229 bool "Enable Console Acceleration"
1230 depends on FB_SAVAGE
1231 default n
1232 help
1233 This option will compile in console acceleration support. If
1234 the resulting framebuffer console has bothersome glitches, then
1235 choose N here.
1236
1237config FB_SIS
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001238 tristate "SiS/XGI display support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 depends on FB && PCI
1240 select FB_CFB_FILLRECT
1241 select FB_CFB_COPYAREA
1242 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001244 This is the frame buffer device driver for the SiS 300, 315, 330
1245 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1246 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247
1248 To compile this driver as a module, choose M here; the module
1249 will be called sisfb.
1250
1251config FB_SIS_300
1252 bool "SiS 300 series support"
1253 depends on FB_SIS
1254 help
1255 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1256
1257config FB_SIS_315
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001258 bool "SiS 315/330/340 series and XGI support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259 depends on FB_SIS
1260 help
Thomas Winischhofer544393f2005-09-09 13:04:45 -07001261 Say Y here to support use of the SiS 315, 330 and 340 series
1262 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1263 as XGI V3XT, V5, V8 and Z7.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264
1265config FB_NEOMAGIC
1266 tristate "NeoMagic display support"
1267 depends on FB && PCI
1268 select FB_MODE_HELPERS
1269 select FB_CFB_FILLRECT
1270 select FB_CFB_COPYAREA
1271 select FB_CFB_IMAGEBLIT
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -07001272 select VGASTATE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 help
1274 This driver supports notebooks with NeoMagic PCI chips.
1275 Say Y if you have such a graphics card.
1276
1277 To compile this driver as a module, choose M here: the
1278 module will be called neofb.
1279
1280config FB_KYRO
1281 tristate "IMG Kyro support"
1282 depends on FB && PCI
1283 select FB_CFB_FILLRECT
1284 select FB_CFB_COPYAREA
1285 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 help
1287 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1288 graphics board.
1289
1290 To compile this driver as a module, choose M here: the
1291 module will be called kyrofb.
1292
1293config FB_3DFX
1294 tristate "3Dfx Banshee/Voodoo3 display support"
1295 depends on FB && PCI
1296 select FB_CFB_IMAGEBLIT
1297 select FB_CFB_FILLRECT
1298 select FB_CFB_COPYAREA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299 help
1300 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
1301 chips. Say Y if you have such a graphics board.
1302
1303 To compile this driver as a module, choose M here: the
1304 module will be called tdfxfb.
1305
1306config FB_3DFX_ACCEL
1307 bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
1308 depends on FB_3DFX && EXPERIMENTAL
1309 ---help---
1310 This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
1311 with acceleration functions.
1312
1313
1314config FB_VOODOO1
1315 tristate "3Dfx Voodoo Graphics (sst1) support"
1316 depends on FB && PCI
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 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1322 Voodoo2 (cvg) based graphics card.
1323
1324 To compile this driver as a module, choose M here: the
1325 module will be called sstfb.
1326
1327 WARNING: Do not use any application that uses the 3D engine
1328 (namely glide) while using this driver.
1329 Please read the <file:Documentation/fb/README-sstfb.txt> for supported
1330 options and other important info support.
1331
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001332config FB_CYBLA
1333 tristate "Cyberblade/i1 support"
Knut Petersen44637a12006-01-09 15:04:20 +01001334 depends on FB && PCI && X86_32 && !64BIT
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001335 select FB_CFB_IMAGEBLIT
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001336 select VIDEO_SELECT
1337 ---help---
1338 This driver is supposed to support the Trident Cyberblade/i1
1339 graphics core integrated in the VIA VT8601A North Bridge,
1340 also known as VIA Apollo PLE133.
1341
1342 Status:
1343 - Developed, tested and working on EPIA 5000 and EPIA 800.
1344 - Does work reliable on all systems with CRT/LCD connected to
1345 normal VGA ports.
1346 - Should work on systems that do use the internal LCD port, but
1347 this is absolutely not tested.
1348
1349 Character imageblit, copyarea and rectangle fill are hw accelerated,
1350 ypan scrolling is used by default.
1351
1352 Please do read <file:Documentation/fb/cyblafb/*>.
1353
1354 To compile this driver as a module, choose M here: the
1355 module will be called cyblafb.
1356
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357config FB_TRIDENT
1358 tristate "Trident support"
1359 depends on FB && PCI
1360 select FB_CFB_FILLRECT
1361 select FB_CFB_COPYAREA
1362 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 ---help---
1364 This driver is supposed to support graphics boards with the
1365 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
1366 but also on some motherboards. For more information, read
1367 <file:Documentation/fb/tridentfb.txt>
1368
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001369 Cyberblade/i1 support will be removed soon, use the cyblafb driver
1370 instead.
1371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 Say Y if you have such a graphics board.
1373
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 To compile this driver as a module, choose M here: the
1376 module will be called tridentfb.
1377
1378config FB_TRIDENT_ACCEL
1379 bool "Trident Acceleration functions (EXPERIMENTAL)"
1380 depends on FB_TRIDENT && EXPERIMENTAL
1381 ---help---
1382 This will compile the Trident frame buffer device with
1383 acceleration functions.
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385config FB_PM3
1386 tristate "Permedia3 support"
1387 depends on FB && PCI && BROKEN
1388 help
1389 This is the frame buffer device driver for the 3DLabs Permedia3
1390 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1391 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1392 and maybe other boards.
1393
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394config FB_AU1100
1395 bool "Au1100 LCD Driver"
1396 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
1397
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001398config FB_AU1200
1399 bool "Au1200 LCD Driver"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001400 depends on (FB = y) && MIPS && SOC_AU1200
Ralf Baechlef95ec3c2006-03-27 01:17:27 -08001401 select FB_CFB_FILLRECT
1402 select FB_CFB_COPYAREA
1403 select FB_CFB_IMAGEBLIT
1404 help
1405 This is the framebuffer driver for the AMD Au1200 SOC. It can drive
1406 various panels and CRTs by passing in kernel cmd line option
1407 au1200fb:panel=<name>.
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409source "drivers/video/geode/Kconfig"
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411config FB_FFB
1412 bool "Creator/Creator3D/Elite3D support"
1413 depends on FB_SBUS && SPARC64
1414 select FB_CFB_COPYAREA
1415 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 help
1417 This is the frame buffer device driver for the Creator, Creator3D,
1418 and Elite3D graphics boards.
1419
1420config FB_TCX
1421 bool "TCX (SS4/SS5 only) support"
1422 depends on FB_SBUS
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 This is the frame buffer device driver for the TCX 24/8bit frame
1428 buffer.
1429
1430config FB_CG14
1431 bool "CGfourteen (SX) support"
1432 depends on FB_SBUS
1433 select FB_CFB_FILLRECT
1434 select FB_CFB_COPYAREA
1435 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 help
1437 This is the frame buffer device driver for the CGfourteen frame
1438 buffer on Desktop SPARCsystems with the SX graphics option.
1439
1440config FB_P9100
1441 bool "P9100 (Sparcbook 3 only) support"
1442 depends on FB_SBUS
1443 select FB_CFB_FILLRECT
1444 select FB_CFB_COPYAREA
1445 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 help
1447 This is the frame buffer device driver for the P9100 card
1448 supported on Sparcbook 3 machines.
1449
1450config FB_LEO
1451 bool "Leo (ZX) support"
1452 depends on FB_SBUS
1453 select FB_CFB_FILLRECT
1454 select FB_CFB_COPYAREA
1455 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 help
1457 This is the frame buffer device driver for the SBUS-based Sun ZX
1458 (leo) frame buffer cards.
1459
David S. Miller453e93b2007-05-06 22:45:08 -07001460config FB_XVR500
1461 bool "Sun XVR-500 3DLABS Wildcat support"
1462 depends on FB && PCI && SPARC64
1463 select FB_CFB_FILLRECT
1464 select FB_CFB_COPYAREA
1465 select FB_CFB_IMAGEBLIT
1466 help
1467 This is the framebuffer device for the Sun XVR-500 and similar
1468 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1469 only works on sparc64 systems where the system firwmare has
1470 mostly initialized the card already. It is treated as a
1471 completely dumb framebuffer device.
1472
David S. Miller71227522007-05-06 22:45:50 -07001473config FB_XVR2500
1474 bool "Sun XVR-2500 3DLABS Wildcat support"
1475 depends on FB && PCI && SPARC64
1476 select FB_CFB_FILLRECT
1477 select FB_CFB_COPYAREA
1478 select FB_CFB_IMAGEBLIT
1479 help
1480 This is the framebuffer device for the Sun XVR-2500 and similar
1481 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1482 only works on sparc64 systems where the system firwmare has
1483 mostly initialized the card already. It is treated as a
1484 completely dumb framebuffer device.
1485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486config FB_PCI
1487 bool "PCI framebuffers"
Adrian Bunk0b57ee92005-12-22 21:03:47 -08001488 depends on (FB = y) && PCI && SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
1490config FB_IGA
1491 bool "IGA 168x display support"
1492 depends on SPARC32 && FB_PCI
1493 select FB_CFB_FILLRECT
1494 select FB_CFB_COPYAREA
1495 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496 help
1497 This is the framebuffer device for the INTERGRAPHICS 1680 and
1498 successor frame buffer cards.
1499
1500config FB_HIT
1501 tristate "HD64461 Frame Buffer support"
1502 depends on FB && HD64461
1503 select FB_CFB_FILLRECT
1504 select FB_CFB_COPYAREA
1505 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506 help
1507 This is the frame buffer device driver for the Hitachi HD64461 LCD
1508 frame buffer card.
1509
1510config FB_PMAG_AA
1511 bool "PMAG-AA TURBOchannel framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001512 depends on (FB = y) && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513 select FB_CFB_FILLRECT
1514 select FB_CFB_COPYAREA
1515 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516 help
1517 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1518 used mainly in the MIPS-based DECstation series.
1519
1520config FB_PMAG_BA
Maciej W. Rozycki335dc502007-02-05 16:28:28 -08001521 tristate "PMAG-BA TURBOchannel framebuffer support"
1522 depends on FB && TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523 select FB_CFB_FILLRECT
1524 select FB_CFB_COPYAREA
1525 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526 help
1527 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1528 used mainly in the MIPS-based DECstation series.
1529
1530config FB_PMAGB_B
Maciej W. Rozycki9084b002007-02-05 16:28:29 -08001531 tristate "PMAGB-B TURBOchannel framebuffer support"
1532 depends on TC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 select FB_CFB_FILLRECT
1534 select FB_CFB_COPYAREA
1535 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536 help
1537 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1538 in the MIPS-based DECstation series. The card is currently only
1539 supported in 1280x1024x8 mode.
1540
1541config FB_MAXINE
1542 bool "Maxine (Personal DECstation) onboard framebuffer support"
Maciej W. Rozyckia9350002005-06-13 19:50:42 +00001543 depends on (FB = y) && MACH_DECSTATION
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544 select FB_CFB_FILLRECT
1545 select FB_CFB_COPYAREA
1546 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547 help
1548 Support for the onboard framebuffer (1024x768x8) in the Personal
1549 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1550 Codename "Maxine").
1551
1552config FB_TX3912
1553 bool "TMPTX3912/PR31700 frame buffer support"
1554 depends on (FB = y) && NINO
1555 select FB_CFB_FILLRECT
1556 select FB_CFB_COPYAREA
1557 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 help
1559 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1560 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
1561
1562 Say Y here to enable kernel support for the on-board framebuffer.
1563
1564config FB_G364
Yoichi Yuasab38817d2005-07-27 11:43:28 -07001565 bool "G364 frame buffer support"
1566 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 select FB_CFB_FILLRECT
1568 select FB_CFB_COPYAREA
1569 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 help
1571 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1572 Olivetti M700-10 systems.
1573
1574config FB_68328
1575 bool "Motorola 68328 native frame buffer support"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001576 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 select FB_CFB_FILLRECT
1578 select FB_CFB_COPYAREA
1579 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580 help
1581 Say Y here if you want to support the built-in frame buffer of
1582 the Motorola 68328 CPU family.
1583
1584config FB_PXA
1585 tristate "PXA LCD framebuffer support"
1586 depends on FB && ARCH_PXA
1587 select FB_CFB_FILLRECT
1588 select FB_CFB_COPYAREA
1589 select FB_CFB_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 ---help---
1591 Frame buffer driver for the built-in LCD controller in the Intel
1592 PXA2x0 processor.
1593
1594 This driver is also available as a module ( = code which can be
1595 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001596 module will be called pxafb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001597 say M here and read <file:Documentation/kbuild/modules.txt>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598
1599 If unsure, say N.
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601config FB_PXA_PARAMETERS
1602 bool "PXA LCD command line parameters"
1603 default n
1604 depends on FB_PXA
1605 ---help---
1606 Enable the use of kernel command line or module parameters
1607 to configure the physical properties of the LCD panel when
1608 using the PXA LCD driver.
1609
1610 This option allows you to override the panel parameters
1611 supplied by the platform in order to support multiple
1612 different models of flatpanel. If you will only be using a
1613 single model of flatpanel then you can safely leave this
1614 option disabled.
1615
1616 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1617
Mike Rapoport22caf042006-07-14 00:24:34 -07001618config FB_MBX
1619 tristate "2700G LCD framebuffer support"
1620 depends on FB && ARCH_PXA
1621 select FB_CFB_FILLRECT
1622 select FB_CFB_COPYAREA
1623 select FB_CFB_IMAGEBLIT
1624 ---help---
1625 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1626 Accelerator
1627
1628config FB_MBX_DEBUG
1629 bool "Enable debugging info via debugfs"
1630 depends on FB_MBX && DEBUG_FS
1631 default n
1632 ---help---
1633 Enable this if you want debugging information using the debug
1634 filesystem (debugfs)
1635
1636 If unsure, say N.
1637
Randy Dunlapecc41d52005-11-07 01:00:29 -08001638config FB_W100
1639 tristate "W100 frame buffer support"
1640 depends on FB && PXA_SHARPSL
1641 select FB_CFB_FILLRECT
1642 select FB_CFB_COPYAREA
1643 select FB_CFB_IMAGEBLIT
Randy Dunlapecc41d52005-11-07 01:00:29 -08001644 ---help---
1645 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1646
1647 This driver is also available as a module ( = code which can be
1648 inserted and removed from the running kernel whenever you want). The
YOSHIFUJI Hideaki74b4f042006-01-09 20:53:46 -08001649 module will be called w100fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001650 say M here and read <file:Documentation/kbuild/modules.txt>.
Randy Dunlapecc41d52005-11-07 01:00:29 -08001651
1652 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653
Arnaud Patard20fd5762005-09-09 13:10:07 -07001654config FB_S3C2410
1655 tristate "S3C2410 LCD framebuffer support"
1656 depends on FB && ARCH_S3C2410
1657 select FB_CFB_FILLRECT
1658 select FB_CFB_COPYAREA
1659 select FB_CFB_IMAGEBLIT
Arnaud Patard20fd5762005-09-09 13:10:07 -07001660 ---help---
1661 Frame buffer driver for the built-in LCD controller in the Samsung
1662 S3C2410 processor.
1663
1664 This driver is also available as a module ( = code which can be
1665 inserted and removed from the running kernel whenever you want). The
1666 module will be called s3c2410fb. If you want to compile it as a module,
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +05001667 say M here and read <file:Documentation/kbuild/modules.txt>.
Arnaud Patard20fd5762005-09-09 13:10:07 -07001668
1669 If unsure, say N.
1670config FB_S3C2410_DEBUG
1671 bool "S3C2410 lcd debug messages"
1672 depends on FB_S3C2410
1673 help
1674 Turn on debugging messages. Note that you can set/unset at run time
1675 through sysfs
1676
Ben Dooks5fc404e2007-02-20 13:58:21 -08001677config FB_SM501
1678 tristate "Silicon Motion SM501 framebuffer support"
1679 depends on FB && MFD_SM501
1680 select FB_CFB_FILLRECT
1681 select FB_CFB_COPYAREA
1682 select FB_CFB_IMAGEBLIT
1683 ---help---
1684 Frame buffer driver for the CRT and LCD controllers in the Silicon
1685 Motion SM501.
1686
1687 This driver is also available as a module ( = code which can be
1688 inserted and removed from the running kernel whenever you want). The
1689 module will be called sm501fb. If you want to compile it as a module,
1690 say M here and read <file:Documentation/modules.txt>.
1691
1692 If unsure, say N.
1693
1694
Vitaly Wool36c93662006-07-03 00:24:19 -07001695config FB_PNX4008_DUM
1696 tristate "Display Update Module support on Philips PNX4008 board"
1697 depends on FB && ARCH_PNX4008
1698 ---help---
1699 Say Y here to enable support for PNX4008 Display Update Module (DUM)
1700
1701config FB_PNX4008_DUM_RGB
1702 tristate "RGB Framebuffer support on Philips PNX4008 board"
1703 depends on FB_PNX4008_DUM
1704 select FB_CFB_FILLRECT
1705 select FB_CFB_COPYAREA
1706 select FB_CFB_IMAGEBLIT
1707 ---help---
1708 Say Y here to enable support for PNX4008 RGB Framebuffer
1709
Paul Mackerrasa3d89982006-12-10 02:20:42 -08001710config FB_IBM_GXT4500
1711 tristate "Framebuffer support for IBM GXT4500P adaptor"
1712 depends on PPC
1713 select FB_CFB_FILLRECT
1714 select FB_CFB_COPYAREA
1715 select FB_CFB_IMAGEBLIT
1716 ---help---
1717 Say Y here to enable support for the IBM GXT4500P display
1718 adaptor, found on some IBM System P (pSeries) machines.
1719
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08001720config FB_PS3
1721 bool "PS3 GPU framebuffer driver"
Geert Uytterhoeven833f8062007-03-16 13:38:23 -08001722 depends on (FB = y) && PS3_PS3AV
Geert Uytterhoeven310d8c12007-02-12 00:55:23 -08001723 select FB_CFB_FILLRECT
1724 select FB_CFB_COPYAREA
1725 select FB_CFB_IMAGEBLIT
1726 ---help---
1727 Include support for the virtual frame buffer in the PS3 platform.
1728
1729config FB_PS3_DEFAULT_SIZE_M
1730 int "PS3 default frame buffer size (in MiB)"
1731 depends on FB_PS3
1732 default 18
1733 ---help---
1734 This is the default size (in MiB) of the virtual frame buffer in
1735 the PS3.
1736 The default value can be overridden on the kernel command line
1737 using the "ps3fb" option (e.g. "ps3fb=9M");
1738
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739config FB_VIRTUAL
1740 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1741 depends on FB
Antonino A. Daplas87b48842007-05-08 00:39:01 -07001742 select FB_SYS_FILLRECT
1743 select FB_SYS_COPYAREA
1744 select FB_SYS_IMAGEBLIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 ---help---
1746 This is a `virtual' frame buffer device. It operates on a chunk of
1747 unswappable kernel memory instead of on the memory of a graphics
1748 board. This means you cannot see any output sent to this frame
1749 buffer device, while it does consume precious memory. The main use
1750 of this frame buffer device is testing and debugging the frame
1751 buffer subsystem. Do NOT enable it for normal systems! To protect
1752 the innocent, it has to be enabled explicitly at boot time using the
1753 kernel option `video=vfb:'.
1754
1755 To compile this driver as a module, choose M here: the
Mike Frysinger66cf7512006-10-03 01:14:41 -07001756 module will be called vfb. In order to load it, you must use
1757 the vfb_enable=1 option.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758
1759 If unsure, say N.
James Simmonse0e34ef2007-02-10 14:15:43 +00001760
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761if VT
1762 source "drivers/video/console/Kconfig"
1763endif
1764
1765if FB || SGI_NEWPORT_CONSOLE
1766 source "drivers/video/logo/Kconfig"
1767endif
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769endmenu
1770