From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Subject: Re: [PATCHv6][ 3/7] ARM: imx{25,27} DT: Permit the selection of the imxfb framebuffer driver. Date: Thu, 24 Oct 2013 10:20:11 +0200 Message-ID: <20131024102011.610e5d8b@e6520eb> References: <1382601665-6830-1-git-send-email-denis@eukrea.com> <1382601665-6830-3-git-send-email-denis@eukrea.com> <20131024081531.GA13614@S2101-09.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20131024081531.GA13614@S2101-09.ap.freescale.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Shawn Guo Cc: Mark Rutland , devicetree@vger.kernel.org, Russell King , Pawel Moll , Stephen Warren , Ian Campbell , Rob Herring , Denis Carikli , Sascha Hauer , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Shawn, Le Thu, 24 Oct 2013 16:15:34 +0800, Shawn Guo a =E9crit : > > config FB_IMX > > tristate "Freescale i.MX1/21/25/27 LCD support" > > - depends on FB && IMX_HAVE_PLATFORM_IMX_FB > > + depends on FB && HAVE_IMX_FB > = > Or simply have it depend on ARCH_MXC? > = > depends on FB && ARCH_MXC > = but not all MXC have IMX_FB : isn't that a problem ? Eric