From 2f716b2880ce9562754cd11cec79cf9e8321eb1e Mon Sep 17 00:00:00 2001 From: Rask Ingemann Lambertsen Date: Fri, 20 Mar 2009 00:18:11 +0100 Subject: 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 --- drivers/mfd/glamo/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/mfd/glamo/Kconfig') diff --git a/drivers/mfd/glamo/Kconfig b/drivers/mfd/glamo/Kconfig index 86a7c40a0cf..d2ab3706f8f 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. -- cgit v1.2.3