[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Werner Almesberger werner at openmoko.org
Mon Jun 8 17:29:49 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 2f716b2880ce9562754cd11cec79cf9e8321eb1e
Author: Rask Ingemann Lambertsen <rask at sygehus.dk>
Date:   Fri Mar 20 00:18:11 2009 +0100

    Glamo fb: needs cfb_{fillrect,copyarea,imageblit} to link
    
       The kernel would fail to link because cfb_fillrect, cfb_copyarea and
    cfb_imageblit weren't build. This patch fixes it.
    
    Signed-off-by: Rask Ingemann Lambertsen <rask at sygehus.dk>

diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig
index 86a7c40..d2ab370 100644
--- a/drivers/mfd/glamo/Kconfig
+++ b/drivers/mfd/glamo/Kconfig
@@ -8,6 +8,9 @@ config MFD_GLAMO
 config MFD_GLAMO_FB
 	tristate "Smedia Glamo 336x/337x framebuffer support"
 	depends on FB && MFD_GLAMO
+	select FB_CFB_FILLRECT
+	select FB_CFB_COPYAREA
+	select FB_CFB_IMAGEBLIT
 	help
 	  Frame buffer driver for the LCD controller in the Smedia Glamo
 	  336x/337x.

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list