[PATCH 1/3] imxfb: add support for i.MX25
Baruch Siach
baruch at tkos.co.il
Wed Feb 10 03:15:13 EST 2010
Hi Uwe,
On Wed, Feb 10, 2010 at 08:50:07AM +0100, Uwe Kleine-König wrote:
> On Wed, Feb 10, 2010 at 09:25:18AM +0200, Baruch Siach wrote:
> > Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> > ---
> > 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?
I just wanted to do the minimal working change. Do you want me to send a patch
updating each ARCH's Kconfig?
> 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.)
I don't know. As above, I'd rather do the minimal change.
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
More information about the linux-arm-kernel
mailing list