summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2013-10-29 15:15:54 +1000
committerShawn Guo <shawn.guo@linaro.org>2013-12-09 13:18:21 +0800
commit361b0a419e1273c5a50d47e26340986bd2bacfb7 (patch)
tree9a158239b69c80e7ebaef9ef158179fc64166931 /arch/arm/mach-imx
parent7a9cc1ad213df8a90a0753d522fa53f95e21fc10 (diff)
ARM: imx: allow configuration of the IMX50 SoC
Allow the Freescale IMX50 SoC support code to be configured on. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 7a6e6f710068..15c9ae368b58 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -766,6 +766,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