aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAntonino A. Daplas <adaplas@gmail.com>2005-11-07 04:00:35 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 10:53:50 -0500
commitc465e05a03209651078b95686158648fd7ed84c5 (patch)
treee1119586a567a9a6a5ad9bda43d3438772ecf5a4 /drivers/video/Kconfig
parente764a20196f4e1b497a42fdc6e9d254e7ec290f2 (diff)
[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon
According to Jon Smirl, filling in the field fb_cursor with soft_cursor for drivers that do not support hardware cursors is redundant. The soft_cursor function is usable by all drivers because it is just a wrapper around fb_imageblit. And because soft_cursor is an fbcon-specific hook, the file is moved to the console directory. Thus, drivers that do not support hardware cursors can leave the fb_cursor field blank. For drivers that do, they can fill up this field with their own version. The end result is a smaller code size. And if the framebuffer console is not loaded, module/kernel size is also reduced because the soft_cursor module will also not be loaded. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig79
1 files changed, 0 insertions, 79 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 9c54695911c1..44b6ca290ce3 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -65,15 +65,6 @@ config FB_CFB_IMAGEBLIT
65 blitting. This is used by drivers that don't provide their own 65 blitting. This is used by drivers that don't provide their own
66 (accelerated) version. 66 (accelerated) version.
67 67
68config FB_SOFT_CURSOR
69 tristate
70 depends on FB
71 default n
72 ---help---
73 Include the soft_cursor function for generic software cursor support.
74 This is used by drivers that don't provide their own (accelerated)
75 version.
76
77config FB_MACMODES 68config FB_MACMODES
78 tristate 69 tristate
79 depends on FB 70 depends on FB
@@ -114,7 +105,6 @@ config FB_CIRRUS
114 select FB_CFB_FILLRECT 105 select FB_CFB_FILLRECT
115 select FB_CFB_COPYAREA 106 select FB_CFB_COPYAREA
116 select FB_CFB_IMAGEBLIT 107 select FB_CFB_IMAGEBLIT
117 select FB_SOFT_CURSOR
118 ---help--- 108 ---help---
119 This enables support for Cirrus Logic GD542x/543x based boards on 109 This enables support for Cirrus Logic GD542x/543x based boards on
120 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. 110 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
@@ -133,7 +123,6 @@ config FB_PM2
133 select FB_CFB_FILLRECT 123 select FB_CFB_FILLRECT
134 select FB_CFB_COPYAREA 124 select FB_CFB_COPYAREA
135 select FB_CFB_IMAGEBLIT 125 select FB_CFB_IMAGEBLIT
136 select FB_SOFT_CURSOR
137 help 126 help
138 This is the frame buffer device driver for the Permedia2 AGP frame 127 This is the frame buffer device driver for the Permedia2 AGP frame
139 buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a 128 buffer card from ASK, aka `Graphic Blaster Exxtreme'. There is a
@@ -152,7 +141,6 @@ config FB_ARMCLCD
152 select FB_CFB_FILLRECT 141 select FB_CFB_FILLRECT
153 select FB_CFB_COPYAREA 142 select FB_CFB_COPYAREA
154 select FB_CFB_IMAGEBLIT 143 select FB_CFB_IMAGEBLIT
155 select FB_SOFT_CURSOR
156 help 144 help
157 This framebuffer device driver is for the ARM PrimeCell PL110 145 This framebuffer device driver is for the ARM PrimeCell PL110
158 Colour LCD controller. ARM PrimeCells provide the building 146 Colour LCD controller. ARM PrimeCells provide the building
@@ -169,7 +157,6 @@ config FB_ACORN
169 select FB_CFB_FILLRECT 157 select FB_CFB_FILLRECT
170 select FB_CFB_COPYAREA 158 select FB_CFB_COPYAREA
171 select FB_CFB_IMAGEBLIT 159 select FB_CFB_IMAGEBLIT
172 select FB_SOFT_CURSOR
173 help 160 help
174 This is the frame buffer device driver for the Acorn VIDC graphics 161 This is the frame buffer device driver for the Acorn VIDC graphics
175 hardware found in Acorn RISC PCs and other ARM-based machines. If 162 hardware found in Acorn RISC PCs and other ARM-based machines. If
@@ -181,7 +168,6 @@ config FB_CLPS711X
181 select FB_CFB_FILLRECT 168 select FB_CFB_FILLRECT
182 select FB_CFB_COPYAREA 169 select FB_CFB_COPYAREA
183 select FB_CFB_IMAGEBLIT 170 select FB_CFB_IMAGEBLIT
184 select FB_SOFT_CURSOR
185 help 171 help
186 Say Y to enable the Framebuffer driver for the CLPS7111 and 172 Say Y to enable the Framebuffer driver for the CLPS7111 and
187 EP7212 processors. 173 EP7212 processors.
@@ -192,7 +178,6 @@ config FB_SA1100
192 select FB_CFB_FILLRECT 178 select FB_CFB_FILLRECT
193 select FB_CFB_COPYAREA 179 select FB_CFB_COPYAREA
194 select FB_CFB_IMAGEBLIT 180 select FB_CFB_IMAGEBLIT
195 select FB_SOFT_CURSOR
196 help 181 help
197 This is a framebuffer device for the SA-1100 LCD Controller. 182 This is a framebuffer device for the SA-1100 LCD Controller.
198 See <http://www.linux-fbdev.org/> for information on framebuffer 183 See <http://www.linux-fbdev.org/> for information on framebuffer
@@ -207,7 +192,6 @@ config FB_IMX
207 select FB_CFB_FILLRECT 192 select FB_CFB_FILLRECT
208 select FB_CFB_COPYAREA 193 select FB_CFB_COPYAREA
209 select FB_CFB_IMAGEBLIT 194 select FB_CFB_IMAGEBLIT
210 select FB_SOFT_CURSOR
211 195
212config FB_CYBER2000 196config FB_CYBER2000
213 tristate "CyberPro 2000/2010/5000 support" 197 tristate "CyberPro 2000/2010/5000 support"
@@ -215,7 +199,6 @@ config FB_CYBER2000
215 select FB_CFB_FILLRECT 199 select FB_CFB_FILLRECT
216 select FB_CFB_COPYAREA 200 select FB_CFB_COPYAREA
217 select FB_CFB_IMAGEBLIT 201 select FB_CFB_IMAGEBLIT
218 select FB_SOFT_CURSOR
219 help 202 help
220 This enables support for the Integraphics CyberPro 20x0 and 5000 203 This enables support for the Integraphics CyberPro 20x0 and 5000
221 VGA chips used in the Rebel.com Netwinder and other machines. 204 VGA chips used in the Rebel.com Netwinder and other machines.
@@ -228,7 +211,6 @@ config FB_APOLLO
228 default y 211 default y
229 select FB_CFB_FILLRECT 212 select FB_CFB_FILLRECT
230 select FB_CFB_IMAGEBLIT 213 select FB_CFB_IMAGEBLIT
231 select FB_SOFT_CURSOR
232 214
233config FB_Q40 215config FB_Q40
234 bool 216 bool
@@ -237,12 +219,10 @@ config FB_Q40
237 select FB_CFB_FILLRECT 219 select FB_CFB_FILLRECT
238 select FB_CFB_COPYAREA 220 select FB_CFB_COPYAREA
239 select FB_CFB_IMAGEBLIT 221 select FB_CFB_IMAGEBLIT
240 select FB_SOFT_CURSOR
241 222
242config FB_AMIGA 223config FB_AMIGA
243 tristate "Amiga native chipset support" 224 tristate "Amiga native chipset support"
244 depends on FB && AMIGA 225 depends on FB && AMIGA
245 select FB_SOFT_CURSOR
246 help 226 help
247 This is the frame buffer device driver for the builtin graphics 227 This is the frame buffer device driver for the builtin graphics
248 chipset found in Amigas. 228 chipset found in Amigas.
@@ -282,7 +262,6 @@ config FB_CYBER
282 select FB_CFB_FILLRECT 262 select FB_CFB_FILLRECT
283 select FB_CFB_COPYAREA 263 select FB_CFB_COPYAREA
284 select FB_CFB_IMAGEBLIT 264 select FB_CFB_IMAGEBLIT
285 select FB_SOFT_CURSOR
286 help 265 help
287 This enables support for the Cybervision 64 graphics card from 266 This enables support for the Cybervision 64 graphics card from
288 Phase5. Please note that its use is not all that intuitive (i.e. if 267 Phase5. Please note that its use is not all that intuitive (i.e. if
@@ -297,7 +276,6 @@ config FB_VIRGE
297 select FB_CFB_FILLRECT 276 select FB_CFB_FILLRECT
298 select FB_CFB_COPYAREA 277 select FB_CFB_COPYAREA
299 select FB_CFB_IMAGEBLIT 278 select FB_CFB_IMAGEBLIT
300 select FB_SOFT_CURSOR
301 help 279 help
302 This enables support for the Cybervision 64/3D graphics card from 280 This enables support for the Cybervision 64/3D graphics card from
303 Phase5. Please note that its use is not all that intuitive (i.e. if 281 Phase5. Please note that its use is not all that intuitive (i.e. if
@@ -320,7 +298,6 @@ config FB_FM2
320 select FB_CFB_FILLRECT 298 select FB_CFB_FILLRECT
321 select FB_CFB_COPYAREA 299 select FB_CFB_COPYAREA
322 select FB_CFB_IMAGEBLIT 300 select FB_CFB_IMAGEBLIT
323 select FB_SOFT_CURSOR
324 help 301 help
325 This is the frame buffer device driver for the Amiga FrameMaster 302 This is the frame buffer device driver for the Amiga FrameMaster
326 card from BSC (exhibited 1992 but not shipped as a CBM product). 303 card from BSC (exhibited 1992 but not shipped as a CBM product).
@@ -331,7 +308,6 @@ config FB_ARC
331 select FB_CFB_FILLRECT 308 select FB_CFB_FILLRECT
332 select FB_CFB_COPYAREA 309 select FB_CFB_COPYAREA
333 select FB_CFB_IMAGEBLIT 310 select FB_CFB_IMAGEBLIT
334 select FB_SOFT_CURSOR
335 help 311 help
336 This enables support for the Arc Monochrome LCD board. The board 312 This enables support for the Arc Monochrome LCD board. The board
337 is based on the KS-108 lcd controller and is typically a matrix 313 is based on the KS-108 lcd controller and is typically a matrix
@@ -354,7 +330,6 @@ config FB_OF
354 select FB_CFB_FILLRECT 330 select FB_CFB_FILLRECT
355 select FB_CFB_COPYAREA 331 select FB_CFB_COPYAREA
356 select FB_CFB_IMAGEBLIT 332 select FB_CFB_IMAGEBLIT
357 select FB_SOFT_CURSOR
358 select FB_MACMODES 333 select FB_MACMODES
359 help 334 help
360 Say Y if you want support with Open Firmware for your graphics 335 Say Y if you want support with Open Firmware for your graphics
@@ -366,7 +341,6 @@ config FB_CONTROL
366 select FB_CFB_FILLRECT 341 select FB_CFB_FILLRECT
367 select FB_CFB_COPYAREA 342 select FB_CFB_COPYAREA
368 select FB_CFB_IMAGEBLIT 343 select FB_CFB_IMAGEBLIT
369 select FB_SOFT_CURSOR
370 select FB_MACMODES 344 select FB_MACMODES
371 help 345 help
372 This driver supports a frame buffer for the graphics adapter in the 346 This driver supports a frame buffer for the graphics adapter in the
@@ -378,7 +352,6 @@ config FB_PLATINUM
378 select FB_CFB_FILLRECT 352 select FB_CFB_FILLRECT
379 select FB_CFB_COPYAREA 353 select FB_CFB_COPYAREA
380 select FB_CFB_IMAGEBLIT 354 select FB_CFB_IMAGEBLIT
381 select FB_SOFT_CURSOR
382 select FB_MACMODES 355 select FB_MACMODES
383 help 356 help
384 This driver supports a frame buffer for the "platinum" graphics 357 This driver supports a frame buffer for the "platinum" graphics
@@ -390,7 +363,6 @@ config FB_VALKYRIE
390 select FB_CFB_FILLRECT 363 select FB_CFB_FILLRECT
391 select FB_CFB_COPYAREA 364 select FB_CFB_COPYAREA
392 select FB_CFB_IMAGEBLIT 365 select FB_CFB_IMAGEBLIT
393 select FB_SOFT_CURSOR
394 select FB_MACMODES 366 select FB_MACMODES
395 help 367 help
396 This driver supports a frame buffer for the "valkyrie" graphics 368 This driver supports a frame buffer for the "valkyrie" graphics
@@ -402,7 +374,6 @@ config FB_CT65550
402 select FB_CFB_FILLRECT 374 select FB_CFB_FILLRECT
403 select FB_CFB_COPYAREA 375 select FB_CFB_COPYAREA
404 select FB_CFB_IMAGEBLIT 376 select FB_CFB_IMAGEBLIT
405 select FB_SOFT_CURSOR
406 help 377 help
407 This is the frame buffer device driver for the Chips & Technologies 378 This is the frame buffer device driver for the Chips & Technologies
408 65550 graphics chip in PowerBooks. 379 65550 graphics chip in PowerBooks.
@@ -413,13 +384,11 @@ config FB_ASILIANT
413 select FB_CFB_FILLRECT 384 select FB_CFB_FILLRECT
414 select FB_CFB_COPYAREA 385 select FB_CFB_COPYAREA
415 select FB_CFB_IMAGEBLIT 386 select FB_CFB_IMAGEBLIT
416 select FB_SOFT_CURSOR
417 387
418config FB_IMSTT 388config FB_IMSTT
419 bool "IMS Twin Turbo display support" 389 bool "IMS Twin Turbo display support"
420 depends on (FB = y) && PCI 390 depends on (FB = y) && PCI
421 select FB_CFB_IMAGEBLIT 391 select FB_CFB_IMAGEBLIT
422 select FB_SOFT_CURSOR
423 select FB_MACMODES if PPC 392 select FB_MACMODES if PPC
424 help 393 help
425 The IMS Twin Turbo is a PCI-based frame buffer card bundled with 394 The IMS Twin Turbo is a PCI-based frame buffer card bundled with
@@ -431,7 +400,6 @@ config FB_VGA16
431 select FB_CFB_FILLRECT 400 select FB_CFB_FILLRECT
432 select FB_CFB_COPYAREA 401 select FB_CFB_COPYAREA
433 select FB_CFB_IMAGEBLIT 402 select FB_CFB_IMAGEBLIT
434 select FB_SOFT_CURSOR
435 help 403 help
436 This is the frame buffer device driver for VGA 16 color graphic 404 This is the frame buffer device driver for VGA 16 color graphic
437 cards. Say Y if you have such a card. 405 cards. Say Y if you have such a card.
@@ -445,7 +413,6 @@ config FB_STI
445 select FB_CFB_FILLRECT 413 select FB_CFB_FILLRECT
446 select FB_CFB_COPYAREA 414 select FB_CFB_COPYAREA
447 select FB_CFB_IMAGEBLIT 415 select FB_CFB_IMAGEBLIT
448 select FB_SOFT_CURSOR
449 default y 416 default y
450 ---help--- 417 ---help---
451 STI refers to the HP "Standard Text Interface" which is a set of 418 STI refers to the HP "Standard Text Interface" which is a set of
@@ -466,7 +433,6 @@ config FB_MAC
466 select FB_CFB_FILLRECT 433 select FB_CFB_FILLRECT
467 select FB_CFB_COPYAREA 434 select FB_CFB_COPYAREA
468 select FB_CFB_IMAGEBLIT 435 select FB_CFB_IMAGEBLIT
469 select FB_SOFT_CURSOR
470 select FB_MACMODES 436 select FB_MACMODES
471 437
472# bool ' Apple DAFB display support' CONFIG_FB_DAFB 438# bool ' Apple DAFB display support' CONFIG_FB_DAFB
@@ -475,7 +441,6 @@ config FB_HP300
475 depends on (FB = y) && HP300 441 depends on (FB = y) && HP300
476 select FB_CFB_FILLRECT 442 select FB_CFB_FILLRECT
477 select FB_CFB_IMAGEBLIT 443 select FB_CFB_IMAGEBLIT
478 select FB_SOFT_CURSOR
479 default y 444 default y
480 445
481config FB_TGA 446config FB_TGA
@@ -484,7 +449,6 @@ config FB_TGA
484 select FB_CFB_FILLRECT 449 select FB_CFB_FILLRECT
485 select FB_CFB_COPYAREA 450 select FB_CFB_COPYAREA
486 select FB_CFB_IMAGEBLIT 451 select FB_CFB_IMAGEBLIT
487 select FB_SOFT_CURSOR
488 help 452 help
489 This is the frame buffer device driver for generic TGA graphic 453 This is the frame buffer device driver for generic TGA graphic
490 cards. Say Y if you have one of those. 454 cards. Say Y if you have one of those.
@@ -495,7 +459,6 @@ config FB_VESA
495 select FB_CFB_FILLRECT 459 select FB_CFB_FILLRECT
496 select FB_CFB_COPYAREA 460 select FB_CFB_COPYAREA
497 select FB_CFB_IMAGEBLIT 461 select FB_CFB_IMAGEBLIT
498 select FB_SOFT_CURSOR
499 help 462 help
500 This is the frame buffer device driver for generic VESA 2.0 463 This is the frame buffer device driver for generic VESA 2.0
501 compliant graphic cards. The older VESA 1.2 cards are not supported. 464 compliant graphic cards. The older VESA 1.2 cards are not supported.
@@ -513,7 +476,6 @@ config FB_HGA
513 select FB_CFB_FILLRECT 476 select FB_CFB_FILLRECT
514 select FB_CFB_COPYAREA 477 select FB_CFB_COPYAREA
515 select FB_CFB_IMAGEBLIT 478 select FB_CFB_IMAGEBLIT
516 select FB_SOFT_CURSOR
517 help 479 help
518 Say Y here if you have a Hercules mono graphics card. 480 Say Y here if you have a Hercules mono graphics card.
519 481
@@ -542,7 +504,6 @@ config FB_SGIVW
542 select FB_CFB_FILLRECT 504 select FB_CFB_FILLRECT
543 select FB_CFB_COPYAREA 505 select FB_CFB_COPYAREA
544 select FB_CFB_IMAGEBLIT 506 select FB_CFB_IMAGEBLIT
545 select FB_SOFT_CURSOR
546 help 507 help
547 SGI Visual Workstation support for framebuffer graphics. 508 SGI Visual Workstation support for framebuffer graphics.
548 509
@@ -552,7 +513,6 @@ config FB_GBE
552 select FB_CFB_FILLRECT 513 select FB_CFB_FILLRECT
553 select FB_CFB_COPYAREA 514 select FB_CFB_COPYAREA
554 select FB_CFB_IMAGEBLIT 515 select FB_CFB_IMAGEBLIT
555 select FB_SOFT_CURSOR
556 help 516 help
557 This is the frame buffer device driver for SGI Graphics Backend. 517 This is the frame buffer device driver for SGI Graphics Backend.
558 This chip is used in SGI O2 and Visual Workstation 320/540. 518 This chip is used in SGI O2 and Visual Workstation 320/540.
@@ -580,7 +540,6 @@ config FB_BW2
580 select FB_CFB_FILLRECT 540 select FB_CFB_FILLRECT
581 select FB_CFB_COPYAREA 541 select FB_CFB_COPYAREA
582 select FB_CFB_IMAGEBLIT 542 select FB_CFB_IMAGEBLIT
583 select FB_SOFT_CURSOR
584 help 543 help
585 This is the frame buffer device driver for the BWtwo frame buffer. 544 This is the frame buffer device driver for the BWtwo frame buffer.
586 545
@@ -589,7 +548,6 @@ config FB_CG3
589 depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3) 548 depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
590 select FB_CFB_COPYAREA 549 select FB_CFB_COPYAREA
591 select FB_CFB_IMAGEBLIT 550 select FB_CFB_IMAGEBLIT
592 select FB_SOFT_CURSOR
593 help 551 help
594 This is the frame buffer device driver for the CGthree frame buffer. 552 This is the frame buffer device driver for the CGthree frame buffer.
595 553
@@ -598,7 +556,6 @@ config FB_CG6
598 depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3) 556 depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
599 select FB_CFB_COPYAREA 557 select FB_CFB_COPYAREA
600 select FB_CFB_IMAGEBLIT 558 select FB_CFB_IMAGEBLIT
601 select FB_SOFT_CURSOR
602 help 559 help
603 This is the frame buffer device driver for the CGsix (GX, TurboGX) 560 This is the frame buffer device driver for the CGsix (GX, TurboGX)
604 frame buffer. 561 frame buffer.
@@ -609,7 +566,6 @@ config FB_PVR2
609 select FB_CFB_FILLRECT 566 select FB_CFB_FILLRECT
610 select FB_CFB_COPYAREA 567 select FB_CFB_COPYAREA
611 select FB_CFB_IMAGEBLIT 568 select FB_CFB_IMAGEBLIT
612 select FB_SOFT_CURSOR
613 ---help--- 569 ---help---
614 Say Y here if you have a PowerVR 2 card in your box. If you plan to 570 Say Y here if you have a PowerVR 2 card in your box. If you plan to
615 run linux on your Dreamcast, you will have to say Y here. 571 run linux on your Dreamcast, you will have to say Y here.
@@ -631,7 +587,6 @@ config FB_EPSON1355
631 select FB_CFB_FILLRECT 587 select FB_CFB_FILLRECT
632 select FB_CFB_COPYAREA 588 select FB_CFB_COPYAREA
633 select FB_CFB_IMAGEBLIT 589 select FB_CFB_IMAGEBLIT
634 select FB_SOFT_CURSOR
635 help 590 help
636 Build in support for the SED1355 Epson Research Embedded RAMDAC 591 Build in support for the SED1355 Epson Research Embedded RAMDAC
637 LCD/CRT Controller (since redesignated as the S1D13505) as a 592 LCD/CRT Controller (since redesignated as the S1D13505) as a
@@ -676,7 +631,6 @@ config FB_S1D13XXX
676 select FB_CFB_FILLRECT 631 select FB_CFB_FILLRECT
677 select FB_CFB_COPYAREA 632 select FB_CFB_COPYAREA
678 select FB_CFB_IMAGEBLIT 633 select FB_CFB_IMAGEBLIT
679 select FB_SOFT_CURSOR
680 help 634 help
681 Support for S1D13XXX framebuffer device family (currently only 635 Support for S1D13XXX framebuffer device family (currently only
682 working with S1D13806). Product specs at 636 working with S1D13806). Product specs at
@@ -691,7 +645,6 @@ config FB_NVIDIA
691 select FB_CFB_FILLRECT 645 select FB_CFB_FILLRECT
692 select FB_CFB_COPYAREA 646 select FB_CFB_COPYAREA
693 select FB_CFB_IMAGEBLIT 647 select FB_CFB_IMAGEBLIT
694 select FB_SOFT_CURSOR
695 help 648 help
696 This driver supports graphics boards with the nVidia chips, TNT 649 This driver supports graphics boards with the nVidia chips, TNT
697 and newer. For very old chipsets, such as the RIVA128, then use 650 and newer. For very old chipsets, such as the RIVA128, then use
@@ -809,7 +762,6 @@ config FB_INTEL
809 select FB_CFB_FILLRECT 762 select FB_CFB_FILLRECT
810 select FB_CFB_COPYAREA 763 select FB_CFB_COPYAREA
811 select FB_CFB_IMAGEBLIT 764 select FB_CFB_IMAGEBLIT
812 select FB_SOFT_CURSOR
813 help 765 help
814 This driver supports the on-board graphics built in to the Intel 766 This driver supports the on-board graphics built in to the Intel
815 830M/845G/852GM/855GM/865G chipsets. 767 830M/845G/852GM/855GM/865G chipsets.
@@ -832,7 +784,6 @@ config FB_MATROX
832 select FB_CFB_FILLRECT 784 select FB_CFB_FILLRECT
833 select FB_CFB_COPYAREA 785 select FB_CFB_COPYAREA
834 select FB_CFB_IMAGEBLIT 786 select FB_CFB_IMAGEBLIT
835 select FB_SOFT_CURSOR
836 select FB_TILEBLITTING 787 select FB_TILEBLITTING
837 select FB_MACMODES if PPC_PMAC 788 select FB_MACMODES if PPC_PMAC
838 ---help--- 789 ---help---
@@ -973,7 +924,6 @@ config FB_RADEON_OLD
973 select FB_CFB_FILLRECT 924 select FB_CFB_FILLRECT
974 select FB_CFB_COPYAREA 925 select FB_CFB_COPYAREA
975 select FB_CFB_IMAGEBLIT 926 select FB_CFB_IMAGEBLIT
976 select FB_SOFT_CURSOR
977 select FB_MACMODES if PPC 927 select FB_MACMODES if PPC
978 help 928 help
979 Choose this option if you want to use an ATI Radeon graphics card as 929 Choose this option if you want to use an ATI Radeon graphics card as
@@ -991,7 +941,6 @@ config FB_RADEON
991 select FB_CFB_FILLRECT 941 select FB_CFB_FILLRECT
992 select FB_CFB_COPYAREA 942 select FB_CFB_COPYAREA
993 select FB_CFB_IMAGEBLIT 943 select FB_CFB_IMAGEBLIT
994 select FB_SOFT_CURSOR
995 select FB_MACMODES if PPC_OF 944 select FB_MACMODES if PPC_OF
996 help 945 help
997 Choose this option if you want to use an ATI Radeon graphics card as 946 Choose this option if you want to use an ATI Radeon graphics card as
@@ -1029,7 +978,6 @@ config FB_ATY128
1029 select FB_CFB_FILLRECT 978 select FB_CFB_FILLRECT
1030 select FB_CFB_COPYAREA 979 select FB_CFB_COPYAREA
1031 select FB_CFB_IMAGEBLIT 980 select FB_CFB_IMAGEBLIT
1032 select FB_SOFT_CURSOR
1033 select FB_MACMODES if PPC_PMAC 981 select FB_MACMODES if PPC_PMAC
1034 help 982 help
1035 This driver supports graphics boards with the ATI Rage128 chips. 983 This driver supports graphics boards with the ATI Rage128 chips.
@@ -1045,7 +993,6 @@ config FB_ATY
1045 select FB_CFB_FILLRECT 993 select FB_CFB_FILLRECT
1046 select FB_CFB_COPYAREA 994 select FB_CFB_COPYAREA
1047 select FB_CFB_IMAGEBLIT 995 select FB_CFB_IMAGEBLIT
1048 select FB_SOFT_CURSOR
1049 select FB_MACMODES if PPC 996 select FB_MACMODES if PPC
1050 help 997 help
1051 This driver supports graphics boards with the ATI Mach64 chips. 998 This driver supports graphics boards with the ATI Mach64 chips.
@@ -1103,7 +1050,6 @@ config FB_SAVAGE
1103 select FB_CFB_FILLRECT 1050 select FB_CFB_FILLRECT
1104 select FB_CFB_COPYAREA 1051 select FB_CFB_COPYAREA
1105 select FB_CFB_IMAGEBLIT 1052 select FB_CFB_IMAGEBLIT
1106 select FB_SOFT_CURSOR
1107 help 1053 help
1108 This driver supports notebooks and computers with S3 Savage PCI/AGP 1054 This driver supports notebooks and computers with S3 Savage PCI/AGP
1109 chips. 1055 chips.
@@ -1140,7 +1086,6 @@ config FB_SIS
1140 select FB_CFB_FILLRECT 1086 select FB_CFB_FILLRECT
1141 select FB_CFB_COPYAREA 1087 select FB_CFB_COPYAREA
1142 select FB_CFB_IMAGEBLIT 1088 select FB_CFB_IMAGEBLIT
1143 select FB_SOFT_CURSOR
1144 help 1089 help
1145 This is the frame buffer device driver for the SiS 300, 315, 330 1090 This is the frame buffer device driver for the SiS 300, 315, 330
1146 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. 1091 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
@@ -1170,7 +1115,6 @@ config FB_NEOMAGIC
1170 select FB_CFB_FILLRECT 1115 select FB_CFB_FILLRECT
1171 select FB_CFB_COPYAREA 1116 select FB_CFB_COPYAREA
1172 select FB_CFB_IMAGEBLIT 1117 select FB_CFB_IMAGEBLIT
1173 select FB_SOFT_CURSOR
1174 help 1118 help
1175 This driver supports notebooks with NeoMagic PCI chips. 1119 This driver supports notebooks with NeoMagic PCI chips.
1176 Say Y if you have such a graphics card. 1120 Say Y if you have such a graphics card.
@@ -1184,7 +1128,6 @@ config FB_KYRO
1184 select FB_CFB_FILLRECT 1128 select FB_CFB_FILLRECT
1185 select FB_CFB_COPYAREA 1129 select FB_CFB_COPYAREA
1186 select FB_CFB_IMAGEBLIT 1130 select FB_CFB_IMAGEBLIT
1187 select FB_SOFT_CURSOR
1188 help 1131 help
1189 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based 1132 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
1190 graphics board. 1133 graphics board.
@@ -1198,7 +1141,6 @@ config FB_3DFX
1198 select FB_CFB_IMAGEBLIT 1141 select FB_CFB_IMAGEBLIT
1199 select FB_CFB_FILLRECT 1142 select FB_CFB_FILLRECT
1200 select FB_CFB_COPYAREA 1143 select FB_CFB_COPYAREA
1201 select FB_SOFT_CURSOR
1202 help 1144 help
1203 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3 1145 This driver supports graphics boards with the 3Dfx Banshee/Voodoo3
1204 chips. Say Y if you have such a graphics board. 1146 chips. Say Y if you have such a graphics board.
@@ -1220,7 +1162,6 @@ config FB_VOODOO1
1220 select FB_CFB_FILLRECT 1162 select FB_CFB_FILLRECT
1221 select FB_CFB_COPYAREA 1163 select FB_CFB_COPYAREA
1222 select FB_CFB_IMAGEBLIT 1164 select FB_CFB_IMAGEBLIT
1223 select FB_SOFT_CURSOR
1224 ---help--- 1165 ---help---
1225 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or 1166 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
1226 Voodoo2 (cvg) based graphics card. 1167 Voodoo2 (cvg) based graphics card.
@@ -1237,7 +1178,6 @@ config FB_CYBLA
1237 tristate "Cyberblade/i1 support" 1178 tristate "Cyberblade/i1 support"
1238 depends on FB && PCI 1179 depends on FB && PCI
1239 select FB_CFB_IMAGEBLIT 1180 select FB_CFB_IMAGEBLIT
1240 select FB_SOFT_CURSOR
1241 select VIDEO_SELECT 1181 select VIDEO_SELECT
1242 ---help--- 1182 ---help---
1243 This driver is supposed to support the Trident Cyberblade/i1 1183 This driver is supposed to support the Trident Cyberblade/i1
@@ -1265,7 +1205,6 @@ config FB_TRIDENT
1265 select FB_CFB_FILLRECT 1205 select FB_CFB_FILLRECT
1266 select FB_CFB_COPYAREA 1206 select FB_CFB_COPYAREA
1267 select FB_CFB_IMAGEBLIT 1207 select FB_CFB_IMAGEBLIT
1268 select FB_SOFT_CURSOR
1269 ---help--- 1208 ---help---
1270 This driver is supposed to support graphics boards with the 1209 This driver is supposed to support graphics boards with the
1271 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops 1210 Trident CyberXXXX/Image/CyberBlade chips mostly found in laptops
@@ -1314,7 +1253,6 @@ config FB_FFB
1314 depends on FB_SBUS && SPARC64 1253 depends on FB_SBUS && SPARC64
1315 select FB_CFB_COPYAREA 1254 select FB_CFB_COPYAREA
1316 select FB_CFB_IMAGEBLIT 1255 select FB_CFB_IMAGEBLIT
1317 select FB_SOFT_CURSOR
1318 help 1256 help
1319 This is the frame buffer device driver for the Creator, Creator3D, 1257 This is the frame buffer device driver for the Creator, Creator3D,
1320 and Elite3D graphics boards. 1258 and Elite3D graphics boards.
@@ -1325,7 +1263,6 @@ config FB_TCX
1325 select FB_CFB_FILLRECT 1263 select FB_CFB_FILLRECT
1326 select FB_CFB_COPYAREA 1264 select FB_CFB_COPYAREA
1327 select FB_CFB_IMAGEBLIT 1265 select FB_CFB_IMAGEBLIT
1328 select FB_SOFT_CURSOR
1329 help 1266 help
1330 This is the frame buffer device driver for the TCX 24/8bit frame 1267 This is the frame buffer device driver for the TCX 24/8bit frame
1331 buffer. 1268 buffer.
@@ -1336,7 +1273,6 @@ config FB_CG14
1336 select FB_CFB_FILLRECT 1273 select FB_CFB_FILLRECT
1337 select FB_CFB_COPYAREA 1274 select FB_CFB_COPYAREA
1338 select FB_CFB_IMAGEBLIT 1275 select FB_CFB_IMAGEBLIT
1339 select FB_SOFT_CURSOR
1340 help 1276 help
1341 This is the frame buffer device driver for the CGfourteen frame 1277 This is the frame buffer device driver for the CGfourteen frame
1342 buffer on Desktop SPARCsystems with the SX graphics option. 1278 buffer on Desktop SPARCsystems with the SX graphics option.
@@ -1347,7 +1283,6 @@ config FB_P9100
1347 select FB_CFB_FILLRECT 1283 select FB_CFB_FILLRECT
1348 select FB_CFB_COPYAREA 1284 select FB_CFB_COPYAREA
1349 select FB_CFB_IMAGEBLIT 1285 select FB_CFB_IMAGEBLIT
1350 select FB_SOFT_CURSOR
1351 help 1286 help
1352 This is the frame buffer device driver for the P9100 card 1287 This is the frame buffer device driver for the P9100 card
1353 supported on Sparcbook 3 machines. 1288 supported on Sparcbook 3 machines.
@@ -1358,7 +1293,6 @@ config FB_LEO
1358 select FB_CFB_FILLRECT 1293 select FB_CFB_FILLRECT
1359 select FB_CFB_COPYAREA 1294 select FB_CFB_COPYAREA
1360 select FB_CFB_IMAGEBLIT 1295 select FB_CFB_IMAGEBLIT
1361 select FB_SOFT_CURSOR
1362 help 1296 help
1363 This is the frame buffer device driver for the SBUS-based Sun ZX 1297 This is the frame buffer device driver for the SBUS-based Sun ZX
1364 (leo) frame buffer cards. 1298 (leo) frame buffer cards.
@@ -1373,7 +1307,6 @@ config FB_IGA
1373 select FB_CFB_FILLRECT 1307 select FB_CFB_FILLRECT
1374 select FB_CFB_COPYAREA 1308 select FB_CFB_COPYAREA
1375 select FB_CFB_IMAGEBLIT 1309 select FB_CFB_IMAGEBLIT
1376 select FB_SOFT_CURSOR
1377 help 1310 help
1378 This is the framebuffer device for the INTERGRAPHICS 1680 and 1311 This is the framebuffer device for the INTERGRAPHICS 1680 and
1379 successor frame buffer cards. 1312 successor frame buffer cards.
@@ -1384,7 +1317,6 @@ config FB_HIT
1384 select FB_CFB_FILLRECT 1317 select FB_CFB_FILLRECT
1385 select FB_CFB_COPYAREA 1318 select FB_CFB_COPYAREA
1386 select FB_CFB_IMAGEBLIT 1319 select FB_CFB_IMAGEBLIT
1387 select FB_SOFT_CURSOR
1388 help 1320 help
1389 This is the frame buffer device driver for the Hitachi HD64461 LCD 1321 This is the frame buffer device driver for the Hitachi HD64461 LCD
1390 frame buffer card. 1322 frame buffer card.
@@ -1395,7 +1327,6 @@ config FB_PMAG_AA
1395 select FB_CFB_FILLRECT 1327 select FB_CFB_FILLRECT
1396 select FB_CFB_COPYAREA 1328 select FB_CFB_COPYAREA
1397 select FB_CFB_IMAGEBLIT 1329 select FB_CFB_IMAGEBLIT
1398 select FB_SOFT_CURSOR
1399 help 1330 help
1400 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) 1331 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
1401 used mainly in the MIPS-based DECstation series. 1332 used mainly in the MIPS-based DECstation series.
@@ -1406,7 +1337,6 @@ config FB_PMAG_BA
1406 select FB_CFB_FILLRECT 1337 select FB_CFB_FILLRECT
1407 select FB_CFB_COPYAREA 1338 select FB_CFB_COPYAREA
1408 select FB_CFB_IMAGEBLIT 1339 select FB_CFB_IMAGEBLIT
1409 select FB_SOFT_CURSOR
1410 help 1340 help
1411 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) 1341 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
1412 used mainly in the MIPS-based DECstation series. 1342 used mainly in the MIPS-based DECstation series.
@@ -1417,7 +1347,6 @@ config FB_PMAGB_B
1417 select FB_CFB_FILLRECT 1347 select FB_CFB_FILLRECT
1418 select FB_CFB_COPYAREA 1348 select FB_CFB_COPYAREA
1419 select FB_CFB_IMAGEBLIT 1349 select FB_CFB_IMAGEBLIT
1420 select FB_SOFT_CURSOR
1421 help 1350 help
1422 Support for the PMAGB-B TURBOchannel framebuffer card used mainly 1351 Support for the PMAGB-B TURBOchannel framebuffer card used mainly
1423 in the MIPS-based DECstation series. The card is currently only 1352 in the MIPS-based DECstation series. The card is currently only
@@ -1429,7 +1358,6 @@ config FB_MAXINE
1429 select FB_CFB_FILLRECT 1358 select FB_CFB_FILLRECT
1430 select FB_CFB_COPYAREA 1359 select FB_CFB_COPYAREA
1431 select FB_CFB_IMAGEBLIT 1360 select FB_CFB_IMAGEBLIT
1432 select FB_SOFT_CURSOR
1433 help 1361 help
1434 Support for the onboard framebuffer (1024x768x8) in the Personal 1362 Support for the onboard framebuffer (1024x768x8) in the Personal
1435 DECstation series (Personal DECstation 5000/20, /25, /33, /50, 1363 DECstation series (Personal DECstation 5000/20, /25, /33, /50,
@@ -1441,7 +1369,6 @@ config FB_TX3912
1441 select FB_CFB_FILLRECT 1369 select FB_CFB_FILLRECT
1442 select FB_CFB_COPYAREA 1370 select FB_CFB_COPYAREA
1443 select FB_CFB_IMAGEBLIT 1371 select FB_CFB_IMAGEBLIT
1444 select FB_SOFT_CURSOR
1445 help 1372 help
1446 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core 1373 The TX3912 is a Toshiba RISC processor based on the MIPS 3900 core
1447 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>. 1374 see <http://www.toshiba.com/taec/components/Generic/risc/tx3912.htm>.
@@ -1454,7 +1381,6 @@ config FB_G364
1454 select FB_CFB_FILLRECT 1381 select FB_CFB_FILLRECT
1455 select FB_CFB_COPYAREA 1382 select FB_CFB_COPYAREA
1456 select FB_CFB_IMAGEBLIT 1383 select FB_CFB_IMAGEBLIT
1457 select FB_SOFT_CURSOR
1458 help 1384 help
1459 The G364 driver is the framebuffer used in MIPS Magnum 4000 and 1385 The G364 driver is the framebuffer used in MIPS Magnum 4000 and
1460 Olivetti M700-10 systems. 1386 Olivetti M700-10 systems.
@@ -1465,7 +1391,6 @@ config FB_68328
1465 select FB_CFB_FILLRECT 1391 select FB_CFB_FILLRECT
1466 select FB_CFB_COPYAREA 1392 select FB_CFB_COPYAREA
1467 select FB_CFB_IMAGEBLIT 1393 select FB_CFB_IMAGEBLIT
1468 select FB_SOFT_CURSOR
1469 help 1394 help
1470 Say Y here if you want to support the built-in frame buffer of 1395 Say Y here if you want to support the built-in frame buffer of
1471 the Motorola 68328 CPU family. 1396 the Motorola 68328 CPU family.
@@ -1476,7 +1401,6 @@ config FB_PXA
1476 select FB_CFB_FILLRECT 1401 select FB_CFB_FILLRECT
1477 select FB_CFB_COPYAREA 1402 select FB_CFB_COPYAREA
1478 select FB_CFB_IMAGEBLIT 1403 select FB_CFB_IMAGEBLIT
1479 select FB_SOFT_CURSOR
1480 ---help--- 1404 ---help---
1481 Frame buffer driver for the built-in LCD controller in the Intel 1405 Frame buffer driver for the built-in LCD controller in the Intel
1482 PXA2x0 processor. 1406 PXA2x0 processor.
@@ -1511,7 +1435,6 @@ config FB_W100
1511 select FB_CFB_FILLRECT 1435 select FB_CFB_FILLRECT
1512 select FB_CFB_COPYAREA 1436 select FB_CFB_COPYAREA
1513 select FB_CFB_IMAGEBLIT 1437 select FB_CFB_IMAGEBLIT
1514 select FB_SOFT_CURSOR
1515 ---help--- 1438 ---help---
1516 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. 1439 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
1517 1440
@@ -1528,7 +1451,6 @@ config FB_S3C2410
1528 select FB_CFB_FILLRECT 1451 select FB_CFB_FILLRECT
1529 select FB_CFB_COPYAREA 1452 select FB_CFB_COPYAREA
1530 select FB_CFB_IMAGEBLIT 1453 select FB_CFB_IMAGEBLIT
1531 select FB_SOFT_CURSOR
1532 ---help--- 1454 ---help---
1533 Frame buffer driver for the built-in LCD controller in the Samsung 1455 Frame buffer driver for the built-in LCD controller in the Samsung
1534 S3C2410 processor. 1456 S3C2410 processor.
@@ -1552,7 +1474,6 @@ config FB_VIRTUAL
1552 select FB_CFB_FILLRECT 1474 select FB_CFB_FILLRECT
1553 select FB_CFB_COPYAREA 1475 select FB_CFB_COPYAREA
1554 select FB_CFB_IMAGEBLIT 1476 select FB_CFB_IMAGEBLIT
1555 select FB_SOFT_CURSOR
1556 ---help--- 1477 ---help---
1557 This is a `virtual' frame buffer device. It operates on a chunk of 1478 This is a `virtual' frame buffer device. It operates on a chunk of
1558 unswappable kernel memory instead of on the memory of a graphics 1479 unswappable kernel memory instead of on the memory of a graphics