diff options
author | Denis Carikli <[email protected]> | 2014-01-22 18:09:36 +0100 |
---|---|---|
committer | Tomi Valkeinen <[email protected]> | 2014-02-14 10:44:52 +0200 |
commit | b359bb0d9c5132abb6fec1ef555c48daf267de59 (patch) | |
tree | 57ade51c2cc3f419773286ed7d8cc9e1ce75bae9 | |
parent | 31d6af29066bfaf30cf4f90e7cc0ab9409cee71f (diff) |
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 <[email protected]>
Cc: Jean-Christophe Plagniol-Villard <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Denis Carikli <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 22262a3a0e2d..dade5b7699bc 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 |