From: Denis Carikli Date: Wed, 22 Jan 2014 17:09:36 +0000 (+0100) Subject: video: Kconfig: Allow more broad selection of the imxfb framebuffer driver. X-Git-Tag: v3.14-rc3~21^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b359bb0d9c5132abb6fec1ef555c48daf267de59;p=profile%2Fivi%2Fkernel-x86-ivi.git video: Kconfig: Allow more broad selection of the imxfb framebuffer driver. Without that patch, a user can't select the imxfb driver when the i.MX25 and/or the i.MX27 device tree board are selected and that no boards that selects IMX_HAVE_PLATFORM_IMX_FB are compiled in. Cc: Eric BĂ©nard Cc: Jean-Christophe Plagniol-Villard Cc: Sascha Hauer Cc: Tomi Valkeinen Cc: linux-arm-kernel@lists.infradead.org Cc: linux-fbdev@vger.kernel.org Signed-off-by: Denis Carikli Acked-by: Shawn Guo Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Sascha Hauer Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 22262a3..dade5b7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -364,7 +364,7 @@ config FB_SA1100 config FB_IMX tristate "Freescale i.MX1/21/25/27 LCD support" - depends on FB && IMX_HAVE_PLATFORM_IMX_FB + depends on FB && ARCH_MXC select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT