[PATCH 1/1] arm: imx: Kconfig: select syscon for mx25

Peter Chen peter.chen at freescale.com
Thu Aug 8 03:43:29 EDT 2013


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 at 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





More information about the linux-arm-kernel mailing list