aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/Kconfig
diff options
context:
space:
mode:
authorRask Ingemann Lambertsen <rask@sygehus.dk>2009-03-20 00:18:11 +0100
committerWerner Almesberger <werner@openmoko.org>2009-03-26 00:49:10 -0300
commit2f716b2880ce9562754cd11cec79cf9e8321eb1e (patch)
tree24560bffc17d53731cf2e3596b528c46262827e1 /drivers/mfd/glamo/Kconfig
parentf63e59c84aa21d2745f115209bf949eca27008b1 (diff)
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@sygehus.dk>
Diffstat (limited to 'drivers/mfd/glamo/Kconfig')
-rw-r--r--drivers/mfd/glamo/Kconfig3
1 files changed, 3 insertions, 0 deletions
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.