diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-08 03:37:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:27 -0400 |
commit | 86c6f7d08b2868ba7cc1ef509c76ee9e9266af40 (patch) | |
tree | 0054449648223eada54e451f4e29dd8d09e9fd6c /drivers/video/Kconfig | |
parent | 9a268a629be4c15ed85c88a61d712d92aa943847 (diff) |
tgafb: TURBOchannel support
This is support for the TC variations of the TGA boards (properly known as
SFB+ or Smart Frame Buffer Plus boards). The 8-plane SFB+ board uses the
Bt459 RAMDAC (unlike its PCI TGA counterpart, which uses the Bt485), so
bits have been added to support this chip as well.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: James Simmons <jsimmons@infradead.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 0aeab4e725a4..bc9a12be1e33 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -525,15 +525,25 @@ config FB_HP300 | |||
525 | default y | 525 | default y |
526 | 526 | ||
527 | config FB_TGA | 527 | config FB_TGA |
528 | tristate "TGA framebuffer support" | 528 | tristate "TGA/SFB+ framebuffer support" |
529 | depends on FB && ALPHA | 529 | depends on FB && (ALPHA || TC) |
530 | select FB_CFB_FILLRECT | 530 | select FB_CFB_FILLRECT |
531 | select FB_CFB_COPYAREA | 531 | select FB_CFB_COPYAREA |
532 | select FB_CFB_IMAGEBLIT | 532 | select FB_CFB_IMAGEBLIT |
533 | select BITREVERSE | 533 | select BITREVERSE |
534 | help | 534 | ---help--- |
535 | This is the frame buffer device driver for generic TGA graphic | 535 | This is the frame buffer device driver for generic TGA and SFB+ |
536 | cards. Say Y if you have one of those. | 536 | graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, |
537 | also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 | ||
538 | TURBOchannel cards, also known as PMAGD-A, -B and -C. | ||
539 | |||
540 | Due to hardware limitations ZLX-E2 and E3 cards are not supported | ||
541 | for DECstation 5000/200 systems. Additionally due to firmware | ||
542 | limitations these cards may cause troubles with booting DECstation | ||
543 | 5000/240 and /260 systems, but are fully supported under Linux if | ||
544 | you manage to get it going. ;-) | ||
545 | |||
546 | Say Y if you have one of those. | ||
537 | 547 | ||
538 | config FB_VESA | 548 | config FB_VESA |
539 | bool "VESA VGA graphics support" | 549 | bool "VESA VGA graphics support" |