From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] fix Kconfig breakage in drivers/video Date: Tue, 23 Mar 2010 12:11:37 -0700 Message-ID: <20100323121137.7fe466de.akpm@linux-foundation.org> References: <20100314225329.f5dc3e05.krzysztof.h1@poczta.fm> <20100315063919.GB27515@jasper.tkos.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sfi-mx-2.v28.ch3.sourceforge.com ([172.29.28.122] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1Nu9Wp-00044Z-40 for linux-fbdev-devel@lists.sourceforge.net; Tue, 23 Mar 2010 19:12:39 +0000 Received: from smtp1.linux-foundation.org ([140.211.169.13]) by sfi-mx-2.v28.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1Nu9Wk-0004lG-MN for linux-fbdev-devel@lists.sourceforge.net; Tue, 23 Mar 2010 19:12:38 +0000 In-Reply-To: <20100315063919.GB27515@jasper.tkos.co.il> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: Baruch Siach Cc: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , linux-fbdev-devel@lists.sourceforge.net, David Miller On Mon, 15 Mar 2010 08:39:20 +0200 Baruch Siach wrote: > Hi Krzysztof, > > On Sun, Mar 14, 2010 at 10:53:29PM +0100, Krzysztof Helt wrote: > > From: Krzysztof Helt > > > > There are two new options inside the CONFIG_FB section which do not > > depend on the CONFIG_FB. This break Kconfig menu layout. > > > > Fix it and reduce few conditions for sparc frame buffers > > as the FB_SBUS == ((FB = y) && SPARC). > > > > Signed-off-by: Krzysztof Helt > > --- > > > > --- linux-orig/drivers/video/Kconfig 2010-03-14 23:54:39.000000000 +0100 > > +++ linux-git/drivers/video/Kconfig 2010-03-15 00:05:59.000000000 +0100 > > @@ -400,12 +400,9 @@ config FB_SA1100 > > If you plan to use the LCD display with your SA-1100 system, say > > Y here. > > > > -config HAVE_FB_IMX > > - bool > > - > > config FB_IMX > > tristate "Motorola i.MX LCD support" > > - depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) > > + depends on FB && (ARCH_MX1 || ARCH_MX2) > > This hunk reverts f6014419 (imxfb: add support for i.MX25). Is this > intentional? > Did this question get addressed? Thanks. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev