Message ID | 1382516974-13371-4-git-send-email-denis@eukrea.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Oct 23, 2013 at 10:29:29AM +0200, Denis Carikli wrote: > Cc: Rob Herring <rob.herring@calxeda.com> > Cc: Pawel Moll <pawel.moll@arm.com> > Cc: Mark Rutland <mark.rutland@arm.com> > Cc: Stephen Warren <swarren@wwwdotorg.org> > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> > Cc: devicetree@vger.kernel.org > Cc: Sascha Hauer <kernel@pengutronix.de> > Cc: linux-arm-kernel@lists.infradead.org > Cc: Russell King <linux@arm.linux.org.uk> > Cc: Eric Bénard <eric@eukrea.com> > > Signed-off-by: Denis Carikli <denis@eukrea.com> Can you please write up a sensible commit log to help me understand why device tree build needs to select IMX_HAVE_PLATFORM_IMX_FB? Shawn > --- > arch/arm/mach-imx/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index 9f67338..23c1773 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -254,6 +254,7 @@ endchoice > config MACH_IMX25_DT > bool "Support i.MX25 platforms from device tree" > select SOC_IMX25 > + select IMX_HAVE_PLATFORM_IMX_FB > help > Include support for Freescale i.MX25 based platforms > using the device tree for discovery > @@ -442,6 +443,7 @@ config MACH_IMX27IPCAM > config MACH_IMX27_DT > bool "Support i.MX27 platforms from device tree" > select SOC_IMX27 > + select IMX_HAVE_PLATFORM_IMX_FB > help > Include support for Freescale i.MX27 based platforms > using the device tree for discovery > -- > 1.7.9.5 >
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 9f67338..23c1773 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -254,6 +254,7 @@ endchoice config MACH_IMX25_DT bool "Support i.MX25 platforms from device tree" select SOC_IMX25 + select IMX_HAVE_PLATFORM_IMX_FB help Include support for Freescale i.MX25 based platforms using the device tree for discovery @@ -442,6 +443,7 @@ config MACH_IMX27IPCAM config MACH_IMX27_DT bool "Support i.MX27 platforms from device tree" select SOC_IMX27 + select IMX_HAVE_PLATFORM_IMX_FB help Include support for Freescale i.MX27 based platforms using the device tree for discovery
Cc: Rob Herring <rob.herring@calxeda.com> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: devicetree@vger.kernel.org Cc: Sascha Hauer <kernel@pengutronix.de> Cc: linux-arm-kernel@lists.infradead.org Cc: Russell King <linux@arm.linux.org.uk> Cc: Eric Bénard <eric@eukrea.com> Signed-off-by: Denis Carikli <denis@eukrea.com> --- arch/arm/mach-imx/Kconfig | 2 ++ 1 file changed, 2 insertions(+)