vt8623fb: new framebuffer driver for VIA VT8623
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Video configuration
3#
4
5menu "Graphics support"
6
8f27489d 7source "drivers/video/backlight/Kconfig"
2ee12163 8source "drivers/video/display/Kconfig"
ba70710e 9
b2f594fd
AD
10config VGASTATE
11 tristate
12 default n
13
1da177e4
LT
14config 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
e0e34ef7
JS
48config 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
fc5891c8
DM
64config FB_DDC
65 tristate
e0e34ef7
JS
66 depends on FB
67 select I2C_ALGOBIT
68 select I2C
fc5891c8
DM
69 default n
70
1da177e4
LT
71config 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
68648ed1
AD
98config 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
09aaf268
AD
125config FB_SYS_FOPS
126 tristate
127 depends on FB
128 default n
129
60b59bea
JK
130config FB_DEFERRED_IO
131 bool
132 depends on FB
133 default y
134
a268422d
OZ
135config 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
1da177e4
LT
143config FB_MACMODES
144 tristate
145 depends on FB
146 default n
147
5474c120 148config FB_BACKLIGHT
4b755999
MH
149 bool
150 depends on FB
151 select BACKLIGHT_LCD_SUPPORT
152 select BACKLIGHT_CLASS_DEVICE
153 default n
5474c120 154
1da177e4
LT
155config 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
10ccaf4b 184comment "Frame buffer hardware drivers"
e0e34ef7
JS
185 depends on FB
186
1da177e4
LT
187config 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
1da177e4
LT
193 ---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
1da177e4
LT
211 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
1da177e4
LT
229 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
39f5fb30 236 here and read <file:Documentation/kbuild/modules.txt>. The module
1da177e4
LT
237 will be called amba-clcd.
238
903e2bbd
MS
239choice
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"
cab00891 249 color QVGA, HRTFT panel. The LogicPD device includes
903e2bbd
MS
250 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
1da177e4
LT
302config 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
1da177e4
LT
308 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
e65c0850
RD
319 help
320 Say Y to enable the Framebuffer driver for the CLPS7111 and
321 EP7212 processors.
1da177e4
LT
322
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
1da177e4
LT
329 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
7c2f891c
SH
337config 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
7c2f891c 343
1da177e4
LT
344config 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
1da177e4
LT
350 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
1da177e4
LT
362
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
1da177e4
LT
370
371config FB_AMIGA
372 tristate "Amiga native chipset support"
373 depends on FB && AMIGA
1da177e4
LT
374 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
1da177e4
LT
407config 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
1da177e4
LT
413 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
1154ea7d
JK
417config FB_ARC
418 tristate "Arc Monochrome LCD board support"
419 depends on FB && X86
922e6f9a
AD
420 select FB_SYS_FILLRECT
421 select FB_SYS_COPYAREA
422 select FB_SYS_IMAGEBLIT
d9a05f18 423 select FB_SYS_FOPS
1154ea7d
JK
424 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
09509603 429 interface (8 bit data, 8 bit control). If you anticipate using
1154ea7d
JK
430 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
1da177e4
LT
433config FB_ATARI
434 bool "Atari native chipset support"
a1005012
MS
435 depends on (FB = y) && ATARI
436 select FB_CFB_FILLRECT
437 select FB_CFB_COPYAREA
438 select FB_CFB_IMAGEBLIT
1da177e4
LT
439 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"
bed59275 445 depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI)
1da177e4
LT
446 select FB_CFB_FILLRECT
447 select FB_CFB_COPYAREA
448 select FB_CFB_IMAGEBLIT
1da177e4
LT
449 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"
a04b61d3 456 depends on (FB = y) && PPC_PMAC && PPC32
1da177e4
LT
457 select FB_CFB_FILLRECT
458 select FB_CFB_COPYAREA
459 select FB_CFB_IMAGEBLIT
1da177e4
LT
460 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"
a04b61d3 467 depends on (FB = y) && PPC_PMAC && PPC32
1da177e4
LT
468 select FB_CFB_FILLRECT
469 select FB_CFB_COPYAREA
470 select FB_CFB_IMAGEBLIT
1da177e4
LT
471 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"
a04b61d3 478 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32))
1da177e4
LT
479 select FB_CFB_FILLRECT
480 select FB_CFB_COPYAREA
481 select FB_CFB_IMAGEBLIT
1da177e4
LT
482 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"
a04b61d3 489 depends on (FB = y) && PPC32
1da177e4
LT
490 select FB_CFB_FILLRECT
491 select FB_CFB_COPYAREA
492 select FB_CFB_IMAGEBLIT
1da177e4
LT
493 help
494 This is the frame buffer device driver for the Chips & Technologies
495 65550 graphics chip in PowerBooks.
496
497config FB_ASILIANT
e65c0850 498 bool "Asiliant (Chips) 69000 display support"
1da177e4
LT
499 depends on (FB = y) && PCI
500 select FB_CFB_FILLRECT
501 select FB_CFB_COPYAREA
502 select FB_CFB_IMAGEBLIT
4de0b1ee
AD
503 help
504 This is the frame buffer device driver for the Asiliant 69030 chipset
1da177e4
LT
505
506config FB_IMSTT
507 bool "IMS Twin Turbo display support"
508 depends on (FB = y) && PCI
509 select FB_CFB_IMAGEBLIT
1da177e4
LT
510 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
1da177e4
LT
515config 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
b2f594fd 521 select VGASTATE
d60d2d8a 522 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1da177e4
LT
523 help
524 This is the frame buffer device driver for VGA 16 color graphic
525 cards. Say Y if you have such a card.
526
527 To compile this driver as a module, choose M here: the
528 module will be called vga16fb.
529
530config FB_STI
531 tristate "HP STI frame buffer device support"
532 depends on FB && PARISC
533 select FB_CFB_FILLRECT
534 select FB_CFB_COPYAREA
535 select FB_CFB_IMAGEBLIT
1da177e4
LT
536 default y
537 ---help---
538 STI refers to the HP "Standard Text Interface" which is a set of
539 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
540 Enabling this option will implement the linux framebuffer device
541 using calls to the STI BIOS routines for initialisation.
542
543 If you enable this option, you will get a planar framebuffer device
544 /dev/fb which will work on the most common HP graphic cards of the
545 NGLE family, including the artist chips (in the 7xx and Bxxx series),
546 HCRX, HCRX24, CRX, CRX24 and VisEG series.
547
548 It is safe to enable this option, so you should probably say "Y".
549
550config FB_MAC
551 bool "Generic Macintosh display support"
552 depends on (FB = y) && MAC
553 select FB_CFB_FILLRECT
554 select FB_CFB_COPYAREA
555 select FB_CFB_IMAGEBLIT
1da177e4
LT
556 select FB_MACMODES
557
558# bool ' Apple DAFB display support' CONFIG_FB_DAFB
559config FB_HP300
560 bool
561 depends on (FB = y) && HP300
562 select FB_CFB_FILLRECT
563 select FB_CFB_IMAGEBLIT
1da177e4
LT
564 default y
565
566config FB_TGA
86c6f7d0
MR
567 tristate "TGA/SFB+ framebuffer support"
568 depends on FB && (ALPHA || TC)
1da177e4
LT
569 select FB_CFB_FILLRECT
570 select FB_CFB_COPYAREA
571 select FB_CFB_IMAGEBLIT
1c667682 572 select BITREVERSE
86c6f7d0
MR
573 ---help---
574 This is the frame buffer device driver for generic TGA and SFB+
575 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
576 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
577 TURBOchannel cards, also known as PMAGD-A, -B and -C.
578
579 Due to hardware limitations ZLX-E2 and E3 cards are not supported
580 for DECstation 5000/200 systems. Additionally due to firmware
581 limitations these cards may cause troubles with booting DECstation
582 5000/240 and /260 systems, but are fully supported under Linux if
583 you manage to get it going. ;-)
584
585 Say Y if you have one of those.
1da177e4
LT
586
587config FB_VESA
588 bool "VESA VGA graphics support"
0d078f6f 589 depends on (FB = y) && X86
1da177e4
LT
590 select FB_CFB_FILLRECT
591 select FB_CFB_COPYAREA
592 select FB_CFB_IMAGEBLIT
c9b2ec4d 593 select VIDEO_SELECT
1da177e4
LT
594 help
595 This is the frame buffer device driver for generic VESA 2.0
596 compliant graphic cards. The older VESA 1.2 cards are not supported.
597 You will get a boot time penguin logo at no additional cost. Please
598 read <file:Documentation/fb/vesafb.txt>. If unsure, say Y.
599
90b4f9ac
EH
600config FB_IMAC
601 bool "Intel-based Macintosh Framebuffer Support"
b64ef8af 602 depends on (FB = y) && X86 && EFI
90b4f9ac
EH
603 select FB_CFB_FILLRECT
604 select FB_CFB_COPYAREA
605 select FB_CFB_IMAGEBLIT
606 help
607 This is the frame buffer device driver for the Intel-based Macintosh
608
aad09e51
JK
609config FB_HECUBA
610 tristate "Hecuba board support"
611 depends on FB && X86 && MMU
d6774935
AD
612 select FB_SYS_FILLRECT
613 select FB_SYS_COPYAREA
614 select FB_SYS_IMAGEBLIT
28d4564b 615 select FB_SYS_FOPS
aad09e51
JK
616 select FB_DEFERRED_IO
617 help
618 This enables support for the Hecuba board. This driver was tested
619 with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO
620 interface (8 bit data, 4 bit control). If you anticpate using
621 this driver, say Y or M; otherwise say N. You must specify the
622 GPIO IO address to be used for setting control and data.
623
1da177e4
LT
624config FB_HGA
625 tristate "Hercules mono graphics support"
626 depends on FB && X86
627 select FB_CFB_FILLRECT
628 select FB_CFB_COPYAREA
629 select FB_CFB_IMAGEBLIT
1da177e4
LT
630 help
631 Say Y here if you have a Hercules mono graphics card.
632
633 To compile this driver as a module, choose M here: the
634 module will be called hgafb.
635
636 As this card technology is 15 years old, most people will answer N
637 here.
638
639config FB_HGA_ACCEL
640 bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
641 depends on FB_HGA && EXPERIMENTAL
642 ---help---
643 This will compile the Hercules mono graphics with
644 acceleration functions.
645
1da177e4
LT
646config FB_SGIVW
647 tristate "SGI Visual Workstation framebuffer support"
648 depends on FB && X86_VISWS
649 select FB_CFB_FILLRECT
650 select FB_CFB_COPYAREA
651 select FB_CFB_IMAGEBLIT
1da177e4
LT
652 help
653 SGI Visual Workstation support for framebuffer graphics.
654
655config FB_GBE
656 bool "SGI Graphics Backend frame buffer support"
657 depends on (FB = y) && (SGI_IP32 || X86_VISWS)
658 select FB_CFB_FILLRECT
659 select FB_CFB_COPYAREA
660 select FB_CFB_IMAGEBLIT
1da177e4
LT
661 help
662 This is the frame buffer device driver for SGI Graphics Backend.
663 This chip is used in SGI O2 and Visual Workstation 320/540.
664
665config FB_GBE_MEM
666 int "Video memory size in MB"
667 depends on FB_GBE
80c410dc 668 default 4
1da177e4
LT
669 help
670 This is the amount of memory reserved for the framebuffer,
671 which can be any value between 1MB and 8MB.
672
1a571986
MF
673config FB_SBUS
674 bool "SBUS and UPA framebuffers"
0b57ee9e 675 depends on (FB = y) && SPARC
1a571986
MF
676 help
677 Say Y if you want support for SBUS or UPA based frame buffer device.
678
1da177e4
LT
679config FB_BW2
680 bool "BWtwo support"
e019630e 681 depends on (FB = y) && (SPARC && FB_SBUS)
1da177e4
LT
682 select FB_CFB_FILLRECT
683 select FB_CFB_COPYAREA
684 select FB_CFB_IMAGEBLIT
1da177e4
LT
685 help
686 This is the frame buffer device driver for the BWtwo frame buffer.
687
688config FB_CG3
689 bool "CGthree support"
e019630e 690 depends on (FB = y) && (SPARC && FB_SBUS)
1a571986 691 select FB_CFB_FILLRECT
1da177e4
LT
692 select FB_CFB_COPYAREA
693 select FB_CFB_IMAGEBLIT
1da177e4
LT
694 help
695 This is the frame buffer device driver for the CGthree frame buffer.
696
697config FB_CG6
698 bool "CGsix (GX,TurboGX) support"
e019630e 699 depends on (FB = y) && (SPARC && FB_SBUS)
1da177e4
LT
700 select FB_CFB_COPYAREA
701 select FB_CFB_IMAGEBLIT
1da177e4
LT
702 help
703 This is the frame buffer device driver for the CGsix (GX, TurboGX)
704 frame buffer.
705
706config FB_PVR2
707 tristate "NEC PowerVR 2 display support"
708 depends on FB && SH_DREAMCAST
709 select FB_CFB_FILLRECT
710 select FB_CFB_COPYAREA
711 select FB_CFB_IMAGEBLIT
1da177e4
LT
712 ---help---
713 Say Y here if you have a PowerVR 2 card in your box. If you plan to
714 run linux on your Dreamcast, you will have to say Y here.
715 This driver may or may not work on other PowerVR 2 cards, but is
716 totally untested. Use at your own risk. If unsure, say N.
717
718 To compile this driver as a module, choose M here: the
719 module will be called pvr2fb.
720
721 You can pass several parameters to the driver at boot time or at
722 module load time. The parameters look like "video=pvr2:XXX", where
723 the meaning of XXX can be found at the end of the main source file
724 (<file:drivers/video/pvr2fb.c>). Please see the file
725 <file:Documentation/fb/pvr2fb.txt>.
726
727config FB_EPSON1355
728 bool "Epson 1355 framebuffer support"
729 depends on (FB = y) && (SUPERH || ARCH_CEIVA)
730 select FB_CFB_FILLRECT
731 select FB_CFB_COPYAREA
732 select FB_CFB_IMAGEBLIT
1da177e4
LT
733 help
734 Build in support for the SED1355 Epson Research Embedded RAMDAC
735 LCD/CRT Controller (since redesignated as the S1D13505) as a
736 framebuffer. Product specs at
737 <http://www.erd.epson.com/vdc/html/products.htm>.
738
ecc41d5e
RD
739config FB_S1D13XXX
740 tristate "Epson S1D13XXX framebuffer support"
741 depends on FB
742 select FB_CFB_FILLRECT
743 select FB_CFB_COPYAREA
744 select FB_CFB_IMAGEBLIT
ecc41d5e
RD
745 help
746 Support for S1D13XXX framebuffer device family (currently only
747 working with S1D13806). Product specs at
748 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
749
1da177e4
LT
750config FB_NVIDIA
751 tristate "nVidia Framebuffer Support"
752 depends on FB && PCI
e0e34ef7 753 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
1da177e4
LT
754 select FB_MODE_HELPERS
755 select FB_CFB_FILLRECT
756 select FB_CFB_COPYAREA
757 select FB_CFB_IMAGEBLIT
1c667682 758 select BITREVERSE
b2f594fd 759 select VGASTATE
1da177e4
LT
760 help
761 This driver supports graphics boards with the nVidia chips, TNT
762 and newer. For very old chipsets, such as the RIVA128, then use
763 the rivafb.
764 Say Y if you have such a graphics board.
765
766 To compile this driver as a module, choose M here: the
767 module will be called nvidiafb.
768
769config FB_NVIDIA_I2C
770 bool "Enable DDC Support"
85f1503a 771 depends on FB_NVIDIA
166f60dd 772 select FB_DDC
1da177e4
LT
773 help
774 This enables I2C support for nVidia Chipsets. This is used
775 only for getting EDID information from the attached display
776 allowing for robust video mode handling and switching.
777
778 Because fbdev-2.6 requires that drivers must be able to
779 independently validate video mode parameters, you should say Y
780 here.
781
5474c120
MH
782config FB_NVIDIA_BACKLIGHT
783 bool "Support for backlight control"
e0e34ef7 784 depends on FB_NVIDIA
5474c120
MH
785 default y
786 help
787 Say Y here if you want to control the backlight of your display.
788
1da177e4
LT
789config FB_RIVA
790 tristate "nVidia Riva support"
791 depends on FB && PCI
e0e34ef7 792 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
1da177e4
LT
793 select FB_MODE_HELPERS
794 select FB_CFB_FILLRECT
795 select FB_CFB_COPYAREA
796 select FB_CFB_IMAGEBLIT
1c667682 797 select BITREVERSE
b2f594fd 798 select VGASTATE
1da177e4
LT
799 help
800 This driver supports graphics boards with the nVidia Riva/Geforce
801 chips.
802 Say Y if you have such a graphics board.
803
804 To compile this driver as a module, choose M here: the
805 module will be called rivafb.
806
807config FB_RIVA_I2C
808 bool "Enable DDC Support"
809 depends on FB_RIVA
166f60dd 810 select FB_DDC
1da177e4
LT
811 help
812 This enables I2C support for nVidia Chipsets. This is used
813 only for getting EDID information from the attached display
814 allowing for robust video mode handling and switching.
815
816 Because fbdev-2.6 requires that drivers must be able to
817 independently validate video mode parameters, you should say Y
818 here.
819
820config FB_RIVA_DEBUG
821 bool "Lots of debug output from Riva(nVidia) driver"
822 depends on FB_RIVA
823 default n
824 help
825 Say Y here if you want the Riva driver to output all sorts
09509603 826 of debugging information to provide to the maintainer when
1da177e4
LT
827 something goes wrong.
828
5474c120
MH
829config FB_RIVA_BACKLIGHT
830 bool "Support for backlight control"
e0e34ef7 831 depends on FB_RIVA
5474c120
MH
832 default y
833 help
834 Say Y here if you want to control the backlight of your display.
835
1da177e4
LT
836config FB_I810
837 tristate "Intel 810/815 support (EXPERIMENTAL)"
0d078f6f 838 depends on FB && EXPERIMENTAL && PCI && X86_32
1da177e4
LT
839 select AGP
840 select AGP_INTEL
841 select FB_MODE_HELPERS
842 select FB_CFB_FILLRECT
843 select FB_CFB_COPYAREA
844 select FB_CFB_IMAGEBLIT
b2f594fd 845 select VGASTATE
1da177e4
LT
846 help
847 This driver supports the on-board graphics built in to the Intel 810
848 and 815 chipsets. Say Y if you have and plan to use such a board.
849
850 To compile this driver as a module, choose M here: the
851 module will be called i810fb.
852
853 For more information, please read
854 <file:Documentation/fb/intel810.txt>
855
856config FB_I810_GTF
857 bool "use VESA Generalized Timing Formula"
858 depends on FB_I810
859 help
860 If you say Y, then the VESA standard, Generalized Timing Formula
861 or GTF, will be used to calculate the required video timing values
862 per video mode. Since the GTF allows nondiscrete timings
863 (nondiscrete being a range of values as opposed to discrete being a
864 set of values), you'll be able to use any combination of horizontal
865 and vertical resolutions, and vertical refresh rates without having
866 to specify your own timing parameters. This is especially useful
867 to maximize the performance of an aging display, or if you just
868 have a display with nonstandard dimensions. A VESA compliant
869 monitor is recommended, but can still work with non-compliant ones.
870 If you need or want this, then select this option. The timings may
871 not be compliant with Intel's recommended values. Use at your own
872 risk.
873
874 If you say N, the driver will revert to discrete video timings
875 using a set recommended by Intel in their documentation.
876
877 If unsure, say N.
878
74f6ae84
AD
879config FB_I810_I2C
880 bool "Enable DDC Support"
db84502b 881 depends on FB_I810 && FB_I810_GTF
e80987f8 882 select FB_DDC
74f6ae84
AD
883 help
884
dbe7e429
AH
885config FB_LE80578
886 tristate "Intel LE80578 (Vermilion) support"
887 depends on FB && PCI && X86
888 select FB_MODE_HELPERS
889 select FB_CFB_FILLRECT
890 select FB_CFB_COPYAREA
891 select FB_CFB_IMAGEBLIT
892 help
893 This driver supports the LE80578 (Vermilion Range) chipset
894
895config FB_CARILLO_RANCH
896 tristate "Intel Carillo Ranch support"
897 depends on FB_LE80578 && FB && PCI && X86
898 help
899 This driver supports the LE80578 (Carillo Ranch) board
900
1da177e4 901config FB_INTEL
d463d34e 902 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
0c187add 903 depends on FB && EXPERIMENTAL && PCI && X86
1da177e4
LT
904 select AGP
905 select AGP_INTEL
906 select FB_MODE_HELPERS
907 select FB_CFB_FILLRECT
908 select FB_CFB_COPYAREA
909 select FB_CFB_IMAGEBLIT
1da177e4
LT
910 help
911 This driver supports the on-board graphics built in to the Intel
d463d34e 912 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
1da177e4
LT
913 Say Y if you have and plan to use such a board.
914
1f6e8449
DM
915 If you say Y here and want DDC/I2C support you must first say Y to
916 "I2C support" and "I2C bit-banging support" in the character devices
917 section.
918
919 If you say M here then "I2C support" and "I2C bit-banging support"
920 can be build either as modules or built-in.
921
922 To compile this driver as a module, choose M here: the
1da177e4
LT
923 module will be called intelfb.
924
d463d34e
CM
925 For more information, please read <file:Documentation/fb/intelfb.txt>
926
1da177e4 927config FB_INTEL_DEBUG
1f6e8449 928 bool "Intel driver Debug Messages"
1da177e4
LT
929 depends on FB_INTEL
930 ---help---
931 Say Y here if you want the Intel driver to output all sorts
09509603 932 of debugging information to provide to the maintainer when
1da177e4
LT
933 something goes wrong.
934
1f6e8449
DM
935config FB_INTEL_I2C
936 bool "DDC/I2C for Intel framebuffer support"
937 depends on FB_INTEL
166f60dd 938 select FB_DDC
1f6e8449
DM
939 default y
940 help
941 Say Y here if you want DDC/I2C support for your on-board Intel graphics.
942
1da177e4
LT
943config FB_MATROX
944 tristate "Matrox acceleration"
945 depends on FB && PCI
946 select FB_CFB_FILLRECT
947 select FB_CFB_COPYAREA
948 select FB_CFB_IMAGEBLIT
1da177e4
LT
949 select FB_TILEBLITTING
950 select FB_MACMODES if PPC_PMAC
951 ---help---
952 Say Y here if you have a Matrox Millennium, Matrox Millennium II,
953 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
954 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
955 Matrox G400, G450 or G550 card in your box.
956
957 To compile this driver as a module, choose M here: the
958 module will be called matroxfb.
959
960 You can pass several parameters to the driver at boot time or at
961 module load time. The parameters look like "video=matrox:XXX", and
962 are described in <file:Documentation/fb/matroxfb.txt>.
963
964config FB_MATROX_MILLENIUM
965 bool "Millennium I/II support"
966 depends on FB_MATROX
967 help
968 Say Y here if you have a Matrox Millennium or Matrox Millennium II
969 video card. If you select "Advanced lowlevel driver options" below,
970 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
971 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
972 also use font widths different from 8.
973
974config FB_MATROX_MYSTIQUE
975 bool "Mystique support"
976 depends on FB_MATROX
977 help
978 Say Y here if you have a Matrox Mystique or Matrox Mystique 220
979 video card. If you select "Advanced lowlevel driver options" below,
980 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
981 packed pixel and 32 bpp packed pixel. You can also use font widths
982 different from 8.
983
984config FB_MATROX_G
985 bool "G100/G200/G400/G450/G550 support"
986 depends on FB_MATROX
987 ---help---
988 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
989 video card. If you select "Advanced lowlevel driver options", you
990 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
991 pixel and 32 bpp packed pixel. You can also use font widths
992 different from 8.
993
994 If you need support for G400 secondary head, you must first say Y to
995 "I2C support" in the character devices section, and then to
996 "Matrox I2C support" and "G400 second head support" here in the
997 framebuffer section. G450/G550 secondary head and digital output
998 are supported without additional modules.
999
1000 The driver starts in monitor mode. You must use the matroxset tool
1001 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
1002 swap primary and secondary head outputs, or to change output mode.
1003 Secondary head driver always start in 640x480 resolution and you
1004 must use fbset to change it.
1005
1006 Do not forget that second head supports only 16 and 32 bpp
1007 packed pixels, so it is a good idea to compile them into the kernel
1008 too. You can use only some font widths, as the driver uses generic
1009 painting procedures (the secondary head does not use acceleration
1010 engine).
1011
1012 G450/G550 hardware can display TV picture only from secondary CRTC,
1013 and it performs no scaling, so picture must have 525 or 625 lines.
1014
1015config FB_MATROX_I2C
1016 tristate "Matrox I2C support"
166f60dd
JS
1017 depends on FB_MATROX
1018 select FB_DDC
1da177e4
LT
1019 ---help---
1020 This drivers creates I2C buses which are needed for accessing the
1021 DDC (I2C) bus present on all Matroxes, an I2C bus which
1022 interconnects Matrox optional devices, like MGA-TVO on G200 and
1023 G400, and the secondary head DDC bus, present on G400 only.
1024
1025 You can say Y or M here if you want to experiment with monitor
1026 detection code. You must say Y or M here if you want to use either
1027 second head of G400 or MGA-TVO on G200 or G400.
1028
1029 If you compile it as module, it will create a module named
1030 i2c-matroxfb.
1031
1032config FB_MATROX_MAVEN
1033 tristate "G400 second head support"
1034 depends on FB_MATROX_G && FB_MATROX_I2C
1035 ---help---
1036 WARNING !!! This support does not work with G450 !!!
1037
1038 Say Y or M here if you want to use a secondary head (meaning two
1039 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
1040 head is not compatible with accelerated XFree 3.3.x SVGA servers -
1041 secondary head output is blanked while you are in X. With XFree
1042 3.9.17 preview you can use both heads if you use SVGA over fbdev or
1043 the fbdev driver on first head and the fbdev driver on second head.
1044
1045 If you compile it as module, two modules are created,
1046 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
1047 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
1048 also load i2c-matroxfb to get it to run.
1049
1050 The driver starts in monitor mode and you must use the matroxset
1051 tool (available at
1052 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
1053 PAL or NTSC or to swap primary and secondary head outputs.
1054 Secondary head driver also always start in 640x480 resolution, you
1055 must use fbset to change it.
1056
1057 Also do not forget that second head supports only 16 and 32 bpp
1058 packed pixels, so it is a good idea to compile them into the kernel
1059 too. You can use only some font widths, as the driver uses generic
1060 painting procedures (the secondary head does not use acceleration
1061 engine).
1062
1063config FB_MATROX_MULTIHEAD
1064 bool "Multihead support"
1065 depends on FB_MATROX
1066 ---help---
1067 Say Y here if you have more than one (supported) Matrox device in
1068 your computer and you want to use all of them for different monitors
1069 ("multihead"). If you have only one device, you should say N because
1070 the driver compiled with Y is larger and a bit slower, especially on
1071 ia32 (ix86).
1072
1073 If you said M to "Matrox unified accelerated driver" and N here, you
1074 will still be able to use several Matrox devices simultaneously:
1075 insert several instances of the module matroxfb into the kernel
1076 with insmod, supplying the parameter "dev=N" where N is 0, 1, etc.
1077 for the different Matrox devices. This method is slightly faster but
1078 uses 40 KB of kernel memory per Matrox card.
1079
1080 There is no need for enabling 'Matrox multihead support' if you have
1081 only one Matrox card in the box.
1082
1da177e4
LT
1083config FB_RADEON
1084 tristate "ATI Radeon display support"
1085 depends on FB && PCI
e0e34ef7 1086 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT
1da177e4
LT
1087 select FB_MODE_HELPERS
1088 select FB_CFB_FILLRECT
1089 select FB_CFB_COPYAREA
1090 select FB_CFB_IMAGEBLIT
1da177e4
LT
1091 select FB_MACMODES if PPC_OF
1092 help
1093 Choose this option if you want to use an ATI Radeon graphics card as
1094 a framebuffer device. There are both PCI and AGP versions. You
1095 don't need to choose this to run the Radeon in plain VGA mode.
1096
1097 If you say Y here and want DDC/I2C support you must first say Y to
1098 "I2C support" and "I2C bit-banging support" in the character devices
1099 section.
1100
1101 If you say M here then "I2C support" and "I2C bit-banging support"
1102 can be build either as modules or built-in.
1103
1104 There is a product page at
f510a3c3 1105 http://apps.ati.com/ATIcompare/
5474c120 1106
1da177e4
LT
1107config FB_RADEON_I2C
1108 bool "DDC/I2C for ATI Radeon support"
1109 depends on FB_RADEON
166f60dd 1110 select FB_DDC
1da177e4
LT
1111 default y
1112 help
1113 Say Y here if you want DDC/I2C support for your Radeon board.
1114
5474c120
MH
1115config FB_RADEON_BACKLIGHT
1116 bool "Support for backlight control"
e0e34ef7 1117 depends on FB_RADEON
5474c120
MH
1118 default y
1119 help
1120 Say Y here if you want to control the backlight of your display.
1121
1da177e4
LT
1122config FB_RADEON_DEBUG
1123 bool "Lots of debug output from Radeon driver"
1124 depends on FB_RADEON
1125 default n
1126 help
1127 Say Y here if you want the Radeon driver to output all sorts
09509603 1128 of debugging information to provide to the maintainer when
1da177e4
LT
1129 something goes wrong.
1130
1131config FB_ATY128
1132 tristate "ATI Rage128 display support"
1133 depends on FB && PCI
1134 select FB_CFB_FILLRECT
1135 select FB_CFB_COPYAREA
1136 select FB_CFB_IMAGEBLIT
e0e34ef7 1137 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT
1da177e4
LT
1138 select FB_MACMODES if PPC_PMAC
1139 help
1140 This driver supports graphics boards with the ATI Rage128 chips.
1141 Say Y if you have such a graphics board and read
1142 <file:Documentation/fb/aty128fb.txt>.
1143
1144 To compile this driver as a module, choose M here: the
1145 module will be called aty128fb.
1146
5474c120
MH
1147config FB_ATY128_BACKLIGHT
1148 bool "Support for backlight control"
e0e34ef7 1149 depends on FB_ATY128
5474c120
MH
1150 default y
1151 help
1152 Say Y here if you want to control the backlight of your display.
1153
1da177e4
LT
1154config FB_ATY
1155 tristate "ATI Mach64 display support" if PCI || ATARI
f2e782ef 1156 depends on FB && !SPARC32
1da177e4
LT
1157 select FB_CFB_FILLRECT
1158 select FB_CFB_COPYAREA
1159 select FB_CFB_IMAGEBLIT
e0e34ef7 1160 select FB_BACKLIGHT if FB_ATY_BACKLIGHT
1da177e4
LT
1161 select FB_MACMODES if PPC
1162 help
1163 This driver supports graphics boards with the ATI Mach64 chips.
1164 Say Y if you have such a graphics board.
1165
1166 To compile this driver as a module, choose M here: the
1167 module will be called atyfb.
1168
1169config FB_ATY_CT
1170 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
1171 depends on PCI && FB_ATY
1172 default y if SPARC64 && FB_PCI
1173 help
1174 Say Y here to support use of ATI's 64-bit Rage boards (or other
1175 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a
1176 framebuffer device. The ATI product support page for these boards
1177 is at <http://support.ati.com/products/pc/mach64/>.
1178
1179config FB_ATY_GENERIC_LCD
1180 bool "Mach64 generic LCD support (EXPERIMENTAL)"
1181 depends on FB_ATY_CT
1182 help
1183 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
1184 Rage XC, or Rage XL chipset.
1185
1da177e4
LT
1186config FB_ATY_GX
1187 bool "Mach64 GX support" if PCI
1188 depends on FB_ATY
1189 default y if ATARI
1190 help
1191 Say Y here to support use of the ATI Mach64 Graphics Expression
1192 board (or other boards based on the Mach64 GX chipset) as a
1193 framebuffer device. The ATI product support page for these boards
1194 is at
1195 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
1196
5474c120
MH
1197config FB_ATY_BACKLIGHT
1198 bool "Support for backlight control"
e0e34ef7 1199 depends on FB_ATY
5474c120
MH
1200 default y
1201 help
1202 Say Y here if you want to control the backlight of your display.
1203
a268422d
OZ
1204config FB_S3
1205 tristate "S3 Trio/Virge support"
1206 depends on FB && PCI
1207 select FB_CFB_FILLRECT
1208 select FB_CFB_COPYAREA
1209 select FB_CFB_IMAGEBLIT
1210 select FB_TILEBLITTING
1211 select FB_SVGALIB
b2f594fd 1212 select VGASTATE
8db51668 1213 select FONT_8x16 if FRAMEBUFFER_CONSOLE
a268422d
OZ
1214 ---help---
1215 Driver for graphics boards with S3 Trio / S3 Virge chip.
1216
1da177e4
LT
1217config FB_SAVAGE
1218 tristate "S3 Savage support"
1219 depends on FB && PCI && EXPERIMENTAL
1da177e4
LT
1220 select FB_MODE_HELPERS
1221 select FB_CFB_FILLRECT
1222 select FB_CFB_COPYAREA
1223 select FB_CFB_IMAGEBLIT
b2f594fd 1224 select VGASTATE
1da177e4
LT
1225 help
1226 This driver supports notebooks and computers with S3 Savage PCI/AGP
1227 chips.
1228
1229 Say Y if you have such a graphics card.
1230
1231 To compile this driver as a module, choose M here; the module
1232 will be called savagefb.
1233
1234config FB_SAVAGE_I2C
1235 bool "Enable DDC2 Support"
1236 depends on FB_SAVAGE
166f60dd 1237 select FB_DDC
1da177e4
LT
1238 help
1239 This enables I2C support for S3 Savage Chipsets. This is used
1240 only for getting EDID information from the attached display
1241 allowing for robust video mode handling and switching.
1242
1243 Because fbdev-2.6 requires that drivers must be able to
1244 independently validate video mode parameters, you should say Y
1245 here.
1246
1247config FB_SAVAGE_ACCEL
1248 bool "Enable Console Acceleration"
1249 depends on FB_SAVAGE
1250 default n
1251 help
1252 This option will compile in console acceleration support. If
1253 the resulting framebuffer console has bothersome glitches, then
1254 choose N here.
1255
1256config FB_SIS
544393fe 1257 tristate "SiS/XGI display support"
1da177e4
LT
1258 depends on FB && PCI
1259 select FB_CFB_FILLRECT
1260 select FB_CFB_COPYAREA
1261 select FB_CFB_IMAGEBLIT
1da177e4 1262 help
544393fe
TW
1263 This is the frame buffer device driver for the SiS 300, 315, 330
1264 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
1265 Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
1da177e4
LT
1266
1267 To compile this driver as a module, choose M here; the module
1268 will be called sisfb.
1269
1270config FB_SIS_300
1271 bool "SiS 300 series support"
1272 depends on FB_SIS
1273 help
1274 Say Y here to support use of the SiS 300/305, 540, 630 and 730.
1275
1276config FB_SIS_315
544393fe 1277 bool "SiS 315/330/340 series and XGI support"
1da177e4
LT
1278 depends on FB_SIS
1279 help
544393fe
TW
1280 Say Y here to support use of the SiS 315, 330 and 340 series
1281 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
1282 as XGI V3XT, V5, V8 and Z7.
1da177e4
LT
1283
1284config FB_NEOMAGIC
1285 tristate "NeoMagic display support"
1286 depends on FB && PCI
1287 select FB_MODE_HELPERS
1288 select FB_CFB_FILLRECT
1289 select FB_CFB_COPYAREA
1290 select FB_CFB_IMAGEBLIT
b2f594fd 1291 select VGASTATE
1da177e4
LT
1292 help
1293 This driver supports notebooks with NeoMagic PCI chips.
1294 Say Y if you have such a graphics card.
1295
1296 To compile this driver as a module, choose M here: the
1297 module will be called neofb.
1298
1299config FB_KYRO
1300 tristate "IMG Kyro support"
1301 depends on FB && PCI
1302 select FB_CFB_FILLRECT
1303 select FB_CFB_COPYAREA
1304 select FB_CFB_IMAGEBLIT
1da177e4
LT
1305 help
1306 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1307 graphics board.
1308
1309 To compile this driver as a module, choose M here: the
1310 module will be called kyrofb.
1311
1312config FB_3DFX
1313 tristate "3Dfx Banshee/Voodoo3 display support"
1314 depends on FB && PCI
1315 select FB_CFB_IMAGEBLIT
1316 select FB_CFB_FILLRECT
1317 select FB_CFB_COPYAREA
1da177e4
LT
1318 help
1319 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
1320 chips. Say Y if you have such a graphics board.
1321
1322 To compile this driver as a module, choose M here: the
1323 module will be called tdfxfb.
1324
1325config FB_3DFX_ACCEL
1326 bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
1327 depends on FB_3DFX && EXPERIMENTAL
1328 ---help---
1329 This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
1330 with acceleration functions.
1331
1332
1333config FB_VOODOO1
1334 tristate "3Dfx Voodoo Graphics (sst1) support"
1335 depends on FB && PCI
1336 select FB_CFB_FILLRECT
1337 select FB_CFB_COPYAREA
1338 select FB_CFB_IMAGEBLIT
1da177e4
LT
1339 ---help---
1340 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1341 Voodoo2 (cvg) based graphics card.
1342
1343 To compile this driver as a module, choose M here: the
1344 module will be called sstfb.
1345
1346 WARNING: Do not use any application that uses the 3D engine
1347 (namely glide) while using this driver.
1348 Please read the <file:Documentation/fb/README-sstfb.txt> for supported
1349 options and other important info support.
1350
558b7bd8
OZ
1351config FB_VT8623
1352 tristate "VIA VT8623 support"
1353 depends on FB && PCI
1354 select FB_CFB_FILLRECT
1355 select FB_CFB_COPYAREA
1356 select FB_CFB_IMAGEBLIT
1357 select FB_TILEBLITTING
1358 select FB_SVGALIB
1359 select VGASTATE
1360 select FONT_8x16 if FRAMEBUFFER_CONSOLE
1361 ---help---
1362 Driver for CastleRock integrated graphics core in the
1363 VIA VT8623 [Apollo CLE266] chipset.
1364
9fa68eae
KP
1365config FB_CYBLA
1366 tristate "Cyberblade/i1 support"
44637a12 1367 depends on FB && PCI && X86_32 && !64BIT
9fa68eae 1368 select FB_CFB_IMAGEBLIT
9fa68eae
KP
1369 select VIDEO_SELECT
1370 ---help---
1371 This driver is supposed to support the Trident Cyberblade/i1
1372 graphics core integrated in the VIA VT8601A North Bridge,
1373 also known as VIA Apollo PLE133.
1374
1375 Status:
1376 - Developed, tested and working on EPIA 5000 and EPIA 800.
1377 - Does work reliable on all systems with CRT/LCD connected to
1378 normal VGA ports.
1379 - Should work on systems that do use the internal LCD port, but
1380 this is absolutely not tested.
1381
1382 Character imageblit, copyarea and rectangle fill are hw accelerated,
1383 ypan scrolling is used by default.
1384
1385 Please do read <file:Documentation/fb/cyblafb/*>.
1386
1387 To compile this driver as a module, choose M here: the
1388 module will be called cyblafb.
1389
1da177e4
LT
1390config FB_TRIDENT
1391 tristate "Trident support"
1392 depends on FB && PCI
1393 select FB_CFB_FILLRECT
1394 select FB_CFB_COPYAREA
1395 select FB_CFB_IMAGEBLIT
1da177e4
LT
1396 ---help---
1397 This driver is supposed to support graphics boards with the
1398 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
1399 but also on some motherboards. For more information, read
1400 <file:Documentation/fb/tridentfb.txt>
1401
9fa68eae
KP
1402 Cyberblade/i1 support will be removed soon, use the cyblafb driver
1403 instead.
1404
1da177e4
LT
1405 Say Y if you have such a graphics board.
1406
9fa68eae 1407
1da177e4
LT
1408 To compile this driver as a module, choose M here: the
1409 module will be called tridentfb.
1410
1411config FB_TRIDENT_ACCEL
1412 bool "Trident Acceleration functions (EXPERIMENTAL)"
1413 depends on FB_TRIDENT && EXPERIMENTAL
1414 ---help---
1415 This will compile the Trident frame buffer device with
1416 acceleration functions.
1417
1da177e4
LT
1418config FB_PM3
1419 tristate "Permedia3 support"
1420 depends on FB && PCI && BROKEN
1421 help
1422 This is the frame buffer device driver for the 3DLabs Permedia3
1423 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
1424 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1425 and maybe other boards.
1426
1da177e4
LT
1427config FB_AU1100
1428 bool "Au1100 LCD Driver"
1429 depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
1430
f95ec3c6
RB
1431config FB_AU1200
1432 bool "Au1200 LCD Driver"
833f8062 1433 depends on (FB = y) && MIPS && SOC_AU1200
f95ec3c6
RB
1434 select FB_CFB_FILLRECT
1435 select FB_CFB_COPYAREA
1436 select FB_CFB_IMAGEBLIT
1437 help
1438 This is the framebuffer driver for the AMD Au1200 SOC. It can drive
1439 various panels and CRTs by passing in kernel cmd line option
1440 au1200fb:panel=<name>.
1441
1da177e4
LT
1442source "drivers/video/geode/Kconfig"
1443
1da177e4
LT
1444config FB_FFB
1445 bool "Creator/Creator3D/Elite3D support"
1446 depends on FB_SBUS && SPARC64
1447 select FB_CFB_COPYAREA
1448 select FB_CFB_IMAGEBLIT
1da177e4
LT
1449 help
1450 This is the frame buffer device driver for the Creator, Creator3D,
1451 and Elite3D graphics boards.
1452
1453config FB_TCX
1454 bool "TCX (SS4/SS5 only) support"
1455 depends on FB_SBUS
1456 select FB_CFB_FILLRECT
1457 select FB_CFB_COPYAREA
1458 select FB_CFB_IMAGEBLIT
1da177e4
LT
1459 help
1460 This is the frame buffer device driver for the TCX 24/8bit frame
1461 buffer.
1462
1463config FB_CG14
1464 bool "CGfourteen (SX) support"
1465 depends on FB_SBUS
1466 select FB_CFB_FILLRECT
1467 select FB_CFB_COPYAREA
1468 select FB_CFB_IMAGEBLIT
1da177e4
LT
1469 help
1470 This is the frame buffer device driver for the CGfourteen frame
1471 buffer on Desktop SPARCsystems with the SX graphics option.
1472
1473config FB_P9100
1474 bool "P9100 (Sparcbook 3 only) support"
1475 depends on FB_SBUS
1476 select FB_CFB_FILLRECT
1477 select FB_CFB_COPYAREA
1478 select FB_CFB_IMAGEBLIT
1da177e4
LT
1479 help
1480 This is the frame buffer device driver for the P9100 card
1481 supported on Sparcbook 3 machines.
1482
1483config FB_LEO
1484 bool "Leo (ZX) support"
1485 depends on FB_SBUS
1486 select FB_CFB_FILLRECT
1487 select FB_CFB_COPYAREA
1488 select FB_CFB_IMAGEBLIT
1da177e4
LT
1489 help
1490 This is the frame buffer device driver for the SBUS-based Sun ZX
1491 (leo) frame buffer cards.
1492
453e93b3
DM
1493config FB_XVR500
1494 bool "Sun XVR-500 3DLABS Wildcat support"
1495 depends on FB && PCI && SPARC64
1496 select FB_CFB_FILLRECT
1497 select FB_CFB_COPYAREA
1498 select FB_CFB_IMAGEBLIT
1499 help
1500 This is the framebuffer device for the Sun XVR-500 and similar
1501 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1502 only works on sparc64 systems where the system firwmare has
1503 mostly initialized the card already. It is treated as a
1504 completely dumb framebuffer device.
1505
71227521
DM
1506config FB_XVR2500
1507 bool "Sun XVR-2500 3DLABS Wildcat support"
1508 depends on FB && PCI && SPARC64
1509 select FB_CFB_FILLRECT
1510 select FB_CFB_COPYAREA
1511 select FB_CFB_IMAGEBLIT
1512 help
1513 This is the framebuffer device for the Sun XVR-2500 and similar
1514 graphics cards based upon the 3DLABS Wildcat chipset. The driver
1515 only works on sparc64 systems where the system firwmare has
1516 mostly initialized the card already. It is treated as a
1517 completely dumb framebuffer device.
1518
1da177e4
LT
1519config FB_PCI
1520 bool "PCI framebuffers"
0b57ee9e 1521 depends on (FB = y) && PCI && SPARC
1da177e4
LT
1522
1523config FB_IGA
1524 bool "IGA 168x display support"
1525 depends on SPARC32 && FB_PCI
1526 select FB_CFB_FILLRECT
1527 select FB_CFB_COPYAREA
1528 select FB_CFB_IMAGEBLIT
1da177e4
LT
1529 help
1530 This is the framebuffer device for the INTERGRAPHICS 1680 and
1531 successor frame buffer cards.
1532
1533config FB_HIT
1534 tristate "HD64461 Frame Buffer support"
1535 depends on FB && HD64461
1536 select FB_CFB_FILLRECT
1537 select FB_CFB_COPYAREA
1538 select FB_CFB_IMAGEBLIT
1da177e4
LT
1539 help
1540 This is the frame buffer device driver for the Hitachi HD64461 LCD
1541 frame buffer card.
1542
1543config FB_PMAG_AA
1544 bool "PMAG-AA TURBOchannel framebuffer support"
a9350003 1545 depends on (FB = y) && TC
1da177e4
LT
1546 select FB_CFB_FILLRECT
1547 select FB_CFB_COPYAREA
1548 select FB_CFB_IMAGEBLIT
1da177e4
LT
1549 help
1550 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1551 used mainly in the MIPS-based DECstation series.
1552
1553config FB_PMAG_BA
335dc50c
MR
1554 tristate "PMAG-BA TURBOchannel framebuffer support"
1555 depends on FB && TC
1da177e4
LT
1556 select FB_CFB_FILLRECT
1557 select FB_CFB_COPYAREA
1558 select FB_CFB_IMAGEBLIT
1da177e4
LT
1559 help
1560 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1561 used mainly in the MIPS-based DECstation series.
1562
1563config FB_PMAGB_B
9084b005
MR
1564 tristate "PMAGB-B TURBOchannel framebuffer support"
1565 depends on TC
1da177e4
LT
1566 select FB_CFB_FILLRECT
1567 select FB_CFB_COPYAREA
1568 select FB_CFB_IMAGEBLIT
1da177e4
LT
1569 help
1570 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1571 in the MIPS-based DECstation series. The card is currently only
1572 supported in 1280x1024x8 mode.
1573
1574config FB_MAXINE
1575 bool "Maxine (Personal DECstation) onboard framebuffer support"
a9350003 1576 depends on (FB = y) && MACH_DECSTATION
1da177e4
LT
1577 select FB_CFB_FILLRECT
1578 select FB_CFB_COPYAREA
1579 select FB_CFB_IMAGEBLIT
1da177e4
LT
1580 help
1581 Support for the onboard framebuffer (1024x768x8) in the Personal
1582 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
1583 Codename "Maxine").
1584
1585config FB_TX3912
1586 bool "TMPTX3912/PR31700 frame buffer support"
1587 depends on (FB = y) && NINO
1588 select FB_CFB_FILLRECT
1589 select FB_CFB_COPYAREA
1590 select FB_CFB_IMAGEBLIT
1da177e4
LT
1591 help
1592 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1593 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
1594
1595 Say Y here to enable kernel support for the on-board framebuffer.
1596
1597config FB_G364
b38817dd
YY
1598 bool "G364 frame buffer support"
1599 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700)
1da177e4
LT
1600 select FB_CFB_FILLRECT
1601 select FB_CFB_COPYAREA
1602 select FB_CFB_IMAGEBLIT
1da177e4
LT
1603 help
1604 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1605 Olivetti M700-10 systems.
1606
1607config FB_68328
1608 bool "Motorola 68328 native frame buffer support"
833f8062 1609 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328)
1da177e4
LT
1610 select FB_CFB_FILLRECT
1611 select FB_CFB_COPYAREA
1612 select FB_CFB_IMAGEBLIT
1da177e4
LT
1613 help
1614 Say Y here if you want to support the built-in frame buffer of
1615 the Motorola 68328 CPU family.
1616
1617config FB_PXA
1618 tristate "PXA LCD framebuffer support"
1619 depends on FB && ARCH_PXA
1620 select FB_CFB_FILLRECT
1621 select FB_CFB_COPYAREA
1622 select FB_CFB_IMAGEBLIT
1da177e4
LT
1623 ---help---
1624 Frame buffer driver for the built-in LCD controller in the Intel
1625 PXA2x0 processor.
1626
1627 This driver is also available as a module ( = code which can be
1628 inserted and removed from the running kernel whenever you want). The
74b4f042 1629 module will be called pxafb. If you want to compile it as a module,
39f5fb30 1630 say M here and read <file:Documentation/kbuild/modules.txt>.
1da177e4
LT
1631
1632 If unsure, say N.
1633
1da177e4
LT
1634config FB_PXA_PARAMETERS
1635 bool "PXA LCD command line parameters"
1636 default n
1637 depends on FB_PXA
1638 ---help---
1639 Enable the use of kernel command line or module parameters
1640 to configure the physical properties of the LCD panel when
1641 using the PXA LCD driver.
1642
1643 This option allows you to override the panel parameters
1644 supplied by the platform in order to support multiple
1645 different models of flatpanel. If you will only be using a
1646 single model of flatpanel then you can safely leave this
1647 option disabled.
1648
1649 <file:Documentation/fb/pxafb.txt> describes the available parameters.
1650
22caf042
MR
1651config FB_MBX
1652 tristate "2700G LCD framebuffer support"
1653 depends on FB && ARCH_PXA
1654 select FB_CFB_FILLRECT
1655 select FB_CFB_COPYAREA
1656 select FB_CFB_IMAGEBLIT
1657 ---help---
1658 Framebuffer driver for the Intel 2700G (Marathon) Graphics
1659 Accelerator
1660
1661config FB_MBX_DEBUG
1662 bool "Enable debugging info via debugfs"
1663 depends on FB_MBX && DEBUG_FS
1664 default n
1665 ---help---
1666 Enable this if you want debugging information using the debug
1667 filesystem (debugfs)
1668
1669 If unsure, say N.
1670
ecc41d5e
RD
1671config FB_W100
1672 tristate "W100 frame buffer support"
1673 depends on FB && PXA_SHARPSL
1674 select FB_CFB_FILLRECT
1675 select FB_CFB_COPYAREA
1676 select FB_CFB_IMAGEBLIT
ecc41d5e
RD
1677 ---help---
1678 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1679
1680 This driver is also available as a module ( = code which can be
1681 inserted and removed from the running kernel whenever you want). The
74b4f042 1682 module will be called w100fb. If you want to compile it as a module,
39f5fb30 1683 say M here and read <file:Documentation/kbuild/modules.txt>.
ecc41d5e
RD
1684
1685 If unsure, say N.
1da177e4 1686
20fd5767
AP
1687config FB_S3C2410
1688 tristate "S3C2410 LCD framebuffer support"
1689 depends on FB && ARCH_S3C2410
1690 select FB_CFB_FILLRECT
1691 select FB_CFB_COPYAREA
1692 select FB_CFB_IMAGEBLIT
20fd5767
AP
1693 ---help---
1694 Frame buffer driver for the built-in LCD controller in the Samsung
1695 S3C2410 processor.
1696
1697 This driver is also available as a module ( = code which can be
1698 inserted and removed from the running kernel whenever you want). The
1699 module will be called s3c2410fb. If you want to compile it as a module,
39f5fb30 1700 say M here and read <file:Documentation/kbuild/modules.txt>.
20fd5767
AP
1701
1702 If unsure, say N.
1703config FB_S3C2410_DEBUG
1704 bool "S3C2410 lcd debug messages"
1705 depends on FB_S3C2410
1706 help
1707 Turn on debugging messages. Note that you can set/unset at run time
1708 through sysfs
1709
5fc404e4
BD
1710config FB_SM501
1711 tristate "Silicon Motion SM501 framebuffer support"
1712 depends on FB && MFD_SM501
1713 select FB_CFB_FILLRECT
1714 select FB_CFB_COPYAREA
1715 select FB_CFB_IMAGEBLIT
1716 ---help---
1717 Frame buffer driver for the CRT and LCD controllers in the Silicon
1718 Motion SM501.
1719
1720 This driver is also available as a module ( = code which can be
1721 inserted and removed from the running kernel whenever you want). The
1722 module will be called sm501fb. If you want to compile it as a module,
1723 say M here and read <file:Documentation/modules.txt>.
1724
1725 If unsure, say N.
1726
1727
36c9366e
VW
1728config FB_PNX4008_DUM
1729 tristate "Display Update Module support on Philips PNX4008 board"
1730 depends on FB && ARCH_PNX4008
1731 ---help---
1732 Say Y here to enable support for PNX4008 Display Update Module (DUM)
1733
1734config FB_PNX4008_DUM_RGB
1735 tristate "RGB Framebuffer support on Philips PNX4008 board"
1736 depends on FB_PNX4008_DUM
1737 select FB_CFB_FILLRECT
1738 select FB_CFB_COPYAREA
1739 select FB_CFB_IMAGEBLIT
1740 ---help---
1741 Say Y here to enable support for PNX4008 RGB Framebuffer
1742
a3d89983
PM
1743config FB_IBM_GXT4500
1744 tristate "Framebuffer support for IBM GXT4500P adaptor"
1745 depends on PPC
1746 select FB_CFB_FILLRECT
1747 select FB_CFB_COPYAREA
1748 select FB_CFB_IMAGEBLIT
1749 ---help---
1750 Say Y here to enable support for the IBM GXT4500P display
1751 adaptor, found on some IBM System P (pSeries) machines.
1752
310d8c11
GU
1753config FB_PS3
1754 bool "PS3 GPU framebuffer driver"
833f8062 1755 depends on (FB = y) && PS3_PS3AV
310d8c11
GU
1756 select FB_CFB_FILLRECT
1757 select FB_CFB_COPYAREA
1758 select FB_CFB_IMAGEBLIT
1759 ---help---
1760 Include support for the virtual frame buffer in the PS3 platform.
1761
1762config FB_PS3_DEFAULT_SIZE_M
1763 int "PS3 default frame buffer size (in MiB)"
1764 depends on FB_PS3
1765 default 18
1766 ---help---
1767 This is the default size (in MiB) of the virtual frame buffer in
1768 the PS3.
1769 The default value can be overridden on the kernel command line
1770 using the "ps3fb" option (e.g. "ps3fb=9M");
1771
147394c8
AK
1772config FB_XILINX
1773 tristate "Xilinx frame buffer support"
1774 depends on FB && XILINX_VIRTEX
1775 select FB_CFB_FILLRECT
1776 select FB_CFB_COPYAREA
1777 select FB_CFB_IMAGEBLIT
1778 ---help---
1779 Include support for the Xilinx ML300/ML403 reference design
1780 framebuffer. ML300 carries a 640*480 LCD display on the board,
1781 ML403 uses a standard DB15 VGA connector.
1782
1da177e4
LT
1783config FB_VIRTUAL
1784 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1785 depends on FB
87b48849
AD
1786 select FB_SYS_FILLRECT
1787 select FB_SYS_COPYAREA
1788 select FB_SYS_IMAGEBLIT
52102c07 1789 select FB_SYS_FOPS
1da177e4
LT
1790 ---help---
1791 This is a `virtual' frame buffer device. It operates on a chunk of
1792 unswappable kernel memory instead of on the memory of a graphics
1793 board. This means you cannot see any output sent to this frame
1794 buffer device, while it does consume precious memory. The main use
1795 of this frame buffer device is testing and debugging the frame
1796 buffer subsystem. Do NOT enable it for normal systems! To protect
1797 the innocent, it has to be enabled explicitly at boot time using the
1798 kernel option `video=vfb:'.
1799
1800 To compile this driver as a module, choose M here: the
66cf7512
MF
1801 module will be called vfb. In order to load it, you must use
1802 the vfb_enable=1 option.
1da177e4
LT
1803
1804 If unsure, say N.
e0e34ef7 1805
1da177e4
LT
1806if VT
1807 source "drivers/video/console/Kconfig"
1808endif
1809
1810if FB || SGI_NEWPORT_CONSOLE
1811 source "drivers/video/logo/Kconfig"
1812endif
1813
1da177e4
LT
1814endmenu
1815