linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm: imx: Kconfig: select syscon for mx25
@ 2013-08-08  7:43 Peter Chen
  2013-08-12  5:01 ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Chen @ 2013-08-08  7:43 UTC (permalink / raw)
  To: linux-arm-kernel

We need to use syscon to map one register region for several
devices, eg, usb non-core register for all usb devices.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 arch/arm/mach-imx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f546560..5bb21fe 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -109,6 +109,7 @@ config SOC_IMX25
 	select COMMON_CLK
 	select CPU_ARM926T
 	select MXC_AVIC
+	select MFD_SYSCON
 
 config SOC_IMX27
 	bool
-- 
1.7.1

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

end of thread, other threads:[~2013-08-12  5:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08  7:43 [PATCH 1/1] arm: imx: Kconfig: select syscon for mx25 Peter Chen
2013-08-12  5:01 ` Shawn Guo
2013-08-12  3:22   ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).