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 <[email protected]> --- drivers/mfd/glamo/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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. -- Rask Ingemann Lambertsen Danish law requires addresses in e-mail to be logged and stored for a year
