diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 46 |
1 files changed, 3 insertions, 43 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3ab06317264..3546484fa50 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -354,42 +354,6 @@ config FB_AMIGA_AGA | |||
354 | and CD32. If you intend to run Linux on any of these systems, say Y; | 354 | and CD32. If you intend to run Linux on any of these systems, say Y; |
355 | otherwise say N. | 355 | otherwise say N. |
356 | 356 | ||
357 | config FB_CYBER | ||
358 | tristate "Amiga CyberVision 64 support" | ||
359 | depends on FB && ZORRO && BROKEN | ||
360 | select FB_CFB_FILLRECT | ||
361 | select FB_CFB_COPYAREA | ||
362 | select FB_CFB_IMAGEBLIT | ||
363 | help | ||
364 | This enables support for the Cybervision 64 graphics card from | ||
365 | Phase5. Please note that its use is not all that intuitive (i.e. if | ||
366 | you have any questions, be sure to ask!). Say N unless you have a | ||
367 | Cybervision 64 or plan to get one before you next recompile the | ||
368 | kernel. Please note that this driver DOES NOT support the | ||
369 | Cybervision 64/3D card, as they use incompatible video chips. | ||
370 | |||
371 | config FB_VIRGE | ||
372 | bool "Amiga CyberVision 64/3D support " | ||
373 | depends on (FB = y) && ZORRO && BROKEN | ||
374 | select FB_CFB_FILLRECT | ||
375 | select FB_CFB_COPYAREA | ||
376 | select FB_CFB_IMAGEBLIT | ||
377 | help | ||
378 | This enables support for the Cybervision 64/3D graphics card from | ||
379 | Phase5. Please note that its use is not all that intuitive (i.e. if | ||
380 | you have any questions, be sure to ask!). Say N unless you have a | ||
381 | Cybervision 64/3D or plan to get one before you next recompile the | ||
382 | kernel. Please note that this driver DOES NOT support the older | ||
383 | Cybervision 64 card, as they use incompatible video chips. | ||
384 | |||
385 | config FB_RETINAZ3 | ||
386 | tristate "Amiga Retina Z3 support" | ||
387 | depends on (FB = y) && ZORRO && BROKEN | ||
388 | help | ||
389 | This enables support for the Retina Z3 graphics card. Say N unless | ||
390 | you have a Retina Z3 or plan to get one before you next recompile | ||
391 | the kernel. | ||
392 | |||
393 | config FB_FM2 | 357 | config FB_FM2 |
394 | bool "Amiga FrameMaster II/Rainbow II support" | 358 | bool "Amiga FrameMaster II/Rainbow II support" |
395 | depends on (FB = y) && ZORRO | 359 | depends on (FB = y) && ZORRO |
@@ -625,10 +589,6 @@ config FB_GBE_MEM | |||
625 | This is the amount of memory reserved for the framebuffer, | 589 | This is the amount of memory reserved for the framebuffer, |
626 | which can be any value between 1MB and 8MB. | 590 | which can be any value between 1MB and 8MB. |
627 | 591 | ||
628 | config FB_SUN3 | ||
629 | bool "Sun3 framebuffer support" | ||
630 | depends on (FB = y) && (SUN3 || SUN3X) && BROKEN | ||
631 | |||
632 | config FB_SBUS | 592 | config FB_SBUS |
633 | bool "SBUS and UPA framebuffers" | 593 | bool "SBUS and UPA framebuffers" |
634 | depends on (FB = y) && SPARC | 594 | depends on (FB = y) && SPARC |
@@ -637,7 +597,7 @@ config FB_SBUS | |||
637 | 597 | ||
638 | config FB_BW2 | 598 | config FB_BW2 |
639 | bool "BWtwo support" | 599 | bool "BWtwo support" |
640 | depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3) | 600 | depends on (FB = y) && (SPARC && FB_SBUS) |
641 | select FB_CFB_FILLRECT | 601 | select FB_CFB_FILLRECT |
642 | select FB_CFB_COPYAREA | 602 | select FB_CFB_COPYAREA |
643 | select FB_CFB_IMAGEBLIT | 603 | select FB_CFB_IMAGEBLIT |
@@ -646,7 +606,7 @@ config FB_BW2 | |||
646 | 606 | ||
647 | config FB_CG3 | 607 | config FB_CG3 |
648 | bool "CGthree support" | 608 | bool "CGthree support" |
649 | depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3) | 609 | depends on (FB = y) && (SPARC && FB_SBUS) |
650 | select FB_CFB_FILLRECT | 610 | select FB_CFB_FILLRECT |
651 | select FB_CFB_COPYAREA | 611 | select FB_CFB_COPYAREA |
652 | select FB_CFB_IMAGEBLIT | 612 | select FB_CFB_IMAGEBLIT |
@@ -655,7 +615,7 @@ config FB_CG3 | |||
655 | 615 | ||
656 | config FB_CG6 | 616 | config FB_CG6 |
657 | bool "CGsix (GX,TurboGX) support" | 617 | bool "CGsix (GX,TurboGX) support" |
658 | depends on (FB = y) && (SPARC && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3) | 618 | depends on (FB = y) && (SPARC && FB_SBUS) |
659 | select FB_CFB_COPYAREA | 619 | select FB_CFB_COPYAREA |
660 | select FB_CFB_IMAGEBLIT | 620 | select FB_CFB_IMAGEBLIT |
661 | help | 621 | help |