diff mbox

[v2] video: Kconfig: Specify the SoCs that make use of FB_IMX

Message ID 1358590537-5013-1-git-send-email-festevam@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fabio Estevam Jan. 19, 2013, 10:15 a.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

FB_IMX is the framebuffer driver used by MX1, MX21, MX25 and MX27 processors.

Pass this information to the Kconfig text to make it clear.

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Shawn,

Could you get this one also via your tree?

No response from the fb maintainer for months on this one.

Changes since v1:
- Add mx1/21 to the list.

 drivers/video/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Jan. 21, 2013, 3:51 a.m. UTC | #1
On Sat, Jan 19, 2013 at 08:15:37AM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> FB_IMX is the framebuffer driver used by MX1, MX21, MX25 and MX27 processors.
> 
> Pass this information to the Kconfig text to make it clear.
> 
> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Shawn,
> 
> Could you get this one also via your tree?
> 
> No response from the fb maintainer for months on this one.
> 
Ok.  Applied.
Shawn Guo Jan. 29, 2013, 2:28 a.m. UTC | #2
Fabio,

On Mon, Jan 21, 2013 at 11:51:38AM +0800, Shawn Guo wrote:
> On Sat, Jan 19, 2013 at 08:15:37AM -0200, Fabio Estevam wrote:
> > From: Fabio Estevam <fabio.estevam@freescale.com>
> > 
> > FB_IMX is the framebuffer driver used by MX1, MX21, MX25 and MX27 processors.
> > 
> > Pass this information to the Kconfig text to make it clear.
> > 
> > Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > Shawn,
> > 
> > Could you get this one also via your tree?
> > 
> > No response from the fb maintainer for months on this one.
> > 

I just dropped the patch as it seems that Andrew starts collecting
FB patches.  Please send it to him instead.  Sorry.

Shawn

> Ok.  Applied.
diff mbox

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 0cff083..f0c53b2 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -364,7 +364,7 @@  config FB_SA1100
 	  Y here.
 
 config FB_IMX
-	tristate "Freescale i.MX LCD support"
+	tristate "Freescale i.MX1/21/25/27 LCD support"
 	depends on FB && IMX_HAVE_PLATFORM_IMX_FB
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA