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