All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: select syscon for IMX6L
@ 2013-06-21 22:39 Arnd Bergmann
  2013-06-21 22:43 ` Fabio Estevam
  2013-06-24  7:03 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-21 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

This is required for building a kernel that enables only
IMX6L but not IMX6Q, which would get a build error when
syscon is not available.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Shawn Guo <shawn.guo@linaro.org>

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f25cf88..eef9590 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -823,6 +823,7 @@ config SOC_IMX6SL
 	select HAVE_IMX_GPC
 	select HAVE_IMX_MMDC
 	select HAVE_IMX_SRC
+	select MFD_SYSCON
 	select PINCTRL
 	select PINCTRL_IMX6SL
 	select PL310_ERRATA_588369 if CACHE_PL310

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: select syscon for IMX6L
  2013-06-21 22:39 [PATCH] ARM: imx: select syscon for IMX6L Arnd Bergmann
@ 2013-06-21 22:43 ` Fabio Estevam
  2013-06-21 23:24   ` Arnd Bergmann
  2013-06-24  7:03 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2013-06-21 22:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 21, 2013 at 7:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> This is required for building a kernel that enables only
> IMX6L but not IMX6Q, which would get a build error when

I think you mean IMX6SL.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: select syscon for IMX6L
  2013-06-21 22:43 ` Fabio Estevam
@ 2013-06-21 23:24   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-21 23:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Saturday 22 June 2013, Fabio Estevam wrote:
> On Fri, Jun 21, 2013 at 7:39 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > This is required for building a kernel that enables only
> > IMX6L but not IMX6Q, which would get a build error when
> 
> I think you mean IMX6SL.

Right. I fixed up my local copy of the patch now.

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: select syscon for IMX6L
  2013-06-21 22:39 [PATCH] ARM: imx: select syscon for IMX6L Arnd Bergmann
  2013-06-21 22:43 ` Fabio Estevam
@ 2013-06-24  7:03 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-06-24  7:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jun 22, 2013 at 12:39:43AM +0200, Arnd Bergmann wrote:
> This is required for building a kernel that enables only
> IMX6L but not IMX6Q, which would get a build error when
> syscon is not available.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Shawn Guo <shawn.guo@linaro.org>

Acked-by: Shawn Guo <shawn.guo@linaro.org>

> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index f25cf88..eef9590 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -823,6 +823,7 @@ config SOC_IMX6SL
>  	select HAVE_IMX_GPC
>  	select HAVE_IMX_MMDC
>  	select HAVE_IMX_SRC
> +	select MFD_SYSCON
>  	select PINCTRL
>  	select PINCTRL_IMX6SL
>  	select PL310_ERRATA_588369 if CACHE_PL310

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-24  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-21 22:39 [PATCH] ARM: imx: select syscon for IMX6L Arnd Bergmann
2013-06-21 22:43 ` Fabio Estevam
2013-06-21 23:24   ` Arnd Bergmann
2013-06-24  7:03 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.