public inbox for linux-arm-kernel@lists.infradead.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox