Skip to content

Commit

Permalink
[PATCH] atyfb is bust on sparc32
Browse files Browse the repository at this point in the history
Heaps of build errors - disable it to keep sparc32 allmodconfig happy.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Apr 11, 2006
1 parent 9ec85c0 commit f2e782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ config FB_ATY128

config FB_ATY
tristate "ATI Mach64 display support" if PCI || ATARI
depends on FB
depends on FB && !SPARC32
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down

0 comments on commit f2e782e

Please sign in to comment.