Hi, On Wed, Feb 10, 2010 at 09:25:18AM +0200, Baruch Siach wrote: > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> > --- > drivers/video/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index 5a5c303..7ff9acc 100644 > --- a/drivers/video/Kconfig > +++ b/drivers/video/Kconfig > @@ -402,7 +402,7 @@ config FB_SA1100 > > config FB_IMX > tristate "Motorola i.MX LCD support" > - depends on FB && (ARCH_MX1 || ARCH_MX2) > + depends on FB && (ARCH_MX1 || ARCH_MX2 || ARCH_MX25) Can we make this depends on FB && HAVE_FB_IMX and let the archs select HAVE_FB_IMX? And is "FB" really necessary? The snipplet above is in an menuconfig FB ... endmenu block. (And there are many other items depending explicitly on FB.) Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- 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