From: Mark Brown <broonie@xxxxxxxxxx> The AMBA CLCD driver uses fb_videomode_from_videomode() so it needs to select DB_MODE_HELPERS as well as VIDEOMODE_HELPERS. Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> --- drivers/video/fbdev/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 37d473f..e222048 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -280,6 +280,7 @@ config FB_ARMCLCD select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + select FB_MODE_HELPERS select VIDEOMODE_HELPERS if OF help This framebuffer device driver is for the ARM PrimeCell PL110 -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html