From: Andrew Morton Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/Kconfig~atyfb-is-bust-on-sparc32 drivers/video/Kconfig --- 25-sparc/drivers/video/Kconfig~atyfb-is-bust-on-sparc32 2006-04-08 01:09:46.000000000 -0700 +++ 25-sparc-akpm/drivers/video/Kconfig 2006-04-08 01:10:19.000000000 -0700 @@ -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 _