[PATCH 5/8] ARM: imx: allow configuration of the IMX50 SoC

gerg at uclinux.org gerg at uclinux.org
Fri Oct 18 02:04:17 EDT 2013


From: Greg Ungerer <gerg at uclinux.org>

Allow the Freescale IMX50 SoC support code to be configured on.

Signed-off-by: Greg Ungerer <gerg at uclinux.org>
---
 arch/arm/mach-imx/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 29a8af6..8497b26 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -772,6 +772,15 @@ endchoice
 
 comment "Device tree only"
 
+config	SOC_IMX50
+	bool "i.MX50 support"
+	select HAVE_IMX_SRC
+	select IMX_HAVE_PLATFORM_IMX2_WDT
+	select SOC_IMX5
+
+	help
+	  This enables support for Freescale i.MX50 processor.
+
 config	SOC_IMX53
 	bool "i.MX53 support"
 	select HAVE_IMX_SRC
-- 
1.8.1.4




More information about the linux-arm-kernel mailing list