===== drivers/video/Kconfig 1.75 vs edited ===== --- 1.75/drivers/video/Kconfig 2005-03-07 19:16:25 -05:00 +++ edited/drivers/video/Kconfig 2005-03-07 19:30:04 -05:00 @@ -753,6 +753,7 @@ select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT select FB_SOFT_CURSOR + select FB_TILEBLITTING ---help--- Say Y here if you have a Matrox Millennium, Matrox Millennium II, Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox ===== drivers/video/Makefile 1.117 vs edited ===== --- 1.117/drivers/video/Makefile 2005-03-07 19:16:25 -05:00 +++ edited/drivers/video/Makefile 2005-03-07 19:30:33 -05:00 @@ -10,10 +10,6 @@ obj-$(CONFIG_FB) += fb.o fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o modedb.o -ifneq ($(CONFIG_FB),n) -fb-$(CONFIG_PPC) += macmodes.o -# Only include macmodes.o if we have FB support and are PPC -endif fb-objs := $(fb-y) obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o ===== drivers/video/console/Makefile 1.19 vs edited ===== --- 1.19/drivers/video/console/Makefile 2004-10-19 05:40:21 -04:00 +++ edited/drivers/video/console/Makefile 2005-03-07 19:31:46 -05:00 @@ -25,7 +25,9 @@ obj-$(CONFIG_VGA_CONSOLE) += vgacon.o obj-$(CONFIG_MDA_CONSOLE) += mdacon.o obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbcon.o bitblit.o font.o -obj-$(CONFIG_FB_TILEBLITTING) += tileblit.o +ifeq ($(CONFIG_FB_TILEBLITTING),y) +obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += tileblit.o +endif obj-$(CONFIG_FB_STI) += sticore.o