Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53277
b: refs/heads/master
c: a100501
h: refs/heads/master
i:
  53275: 75cca98
v: v3
  • Loading branch information
Michael Schmitz authored and Linus Torvalds committed May 5, 2007
1 parent 98ea42c commit 5771cf7
Show file tree
Hide file tree
Showing 10 changed files with 2,989 additions and 1,318 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: c04cb856e20a8bf68762d60737b84328c1ab5900
refs/heads/master: a100501212f2e26bb6d70bfb5c55eefd90e22b65
5 changes: 4 additions & 1 deletion trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,10 @@ config FB_ARC

config FB_ATARI
bool "Atari native chipset support"
depends on (FB = y) && ATARI && BROKEN
depends on (FB = y) && ATARI
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
This is the frame buffer device driver for the builtin graphics
chipset found in Ataris.
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ obj-$(CONFIG_FB_TCX) += tcx.o sbuslib.o
obj-$(CONFIG_FB_LEO) += leo.o sbuslib.o
obj-$(CONFIG_FB_SGIVW) += sgivwfb.o
obj-$(CONFIG_FB_ACORN) += acornfb.o
obj-$(CONFIG_FB_ATARI) += atafb.o
obj-$(CONFIG_FB_ATARI) += atafb.o c2p.o atafb_mfb.o \
atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o
obj-$(CONFIG_FB_MAC) += macfb.o
obj-$(CONFIG_FB_HGA) += hgafb.o
obj-$(CONFIG_FB_IGA) += igafb.o
Expand Down
Loading

0 comments on commit 5771cf7

Please sign in to comment.