Skip to content

Commit

Permalink
video: Kconfig: Allow more broad selection of the imxfb framebuffer d…
Browse files Browse the repository at this point in the history
…river.

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]>
  • Loading branch information
denis-eukrea authored and tomba committed Feb 14, 2014
1 parent 31d6af2 commit b359bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b359bb0

Please sign in to comment.