[PATCHv2 4/7] ARM: imx: allow configuration of the IMX50 SoC
From: gerg at uclinux.org <hidden>
Date: 2013-10-29 05:15:54
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: gerg at uclinux.org <hidden>
Date: 2013-10-29 05:15:54
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: Greg Ungerer <redacted> Allow the Freescale IMX50 SoC support code to be configured on. Signed-off-by: Greg Ungerer <redacted> --- arch/arm/mach-imx/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 270f786..604d18b 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig@@ -773,6 +773,14 @@ endchoice comment "Device tree only" +config SOC_IMX50 + bool "i.MX50 support" + select HAVE_IMX_SRC + 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