Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54885
b: refs/heads/master
c: 86c6f7d
h: refs/heads/master
i:
  54883: 16e5f4c
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed May 8, 2007
1 parent aff1973 commit f2a0593
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 60 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a268a629be4c15ed85c88a61d712d92aa943847
refs/heads/master: 86c6f7d08b2868ba7cc1ef509c76ee9e9266af40
20 changes: 15 additions & 5 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,25 @@ config FB_HP300
default y

config FB_TGA
tristate "TGA framebuffer support"
depends on FB && ALPHA
tristate "TGA/SFB+ framebuffer support"
depends on FB && (ALPHA || TC)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select BITREVERSE
help
This is the frame buffer device driver for generic TGA graphic
cards. Say Y if you have one of those.
---help---
This is the frame buffer device driver for generic TGA and SFB+
graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards,
also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3
TURBOchannel cards, also known as PMAGD-A, -B and -C.

Due to hardware limitations ZLX-E2 and E3 cards are not supported
for DECstation 5000/200 systems. Additionally due to firmware
limitations these cards may cause troubles with booting DECstation
5000/240 and /260 systems, but are fully supported under Linux if
you manage to get it going. ;-)

Say Y if you have one of those.

config FB_VESA
bool "VESA VGA graphics support"
Expand Down
Loading

0 comments on commit f2a0593

Please sign in to comment.