aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-07 06:36:48 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-16 02:37:37 -0500
commit784a90c0a7d8f5aa94b6c7d295ad44ae8e045aa3 (patch)
treee28d645f519b5bd86df3ae6f5d06704b1755f09b /arch/arm/plat-mxc
parent035c17dac4ce1f03d6831ff403f5aea7dcb927b4 (diff)
ARM i.MX: Merge i.MX5 support into mach-imx
This patch moves the contents of arch/arm/mach-mx5 to arch/arm/mach-imx and adjusts the Makefile/Kconfig entries in a way that it's possible to compile i.MX5 together with i.MX3/6. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/Kconfig15
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index a08a95107a63..fdde4d13d2e8 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -17,25 +17,16 @@ config ARCH_IMX_V4_V5
17 and ARMv5 SoCs 17 and ARMv5 SoCs
18 18
19config ARCH_IMX_V6_V7 19config ARCH_IMX_V6_V7
20 bool "i.MX3, i.MX6" 20 bool "i.MX3, i.MX5, i.MX6"
21 select AUTO_ZRELADDR if !ZBOOT_ROM 21 select AUTO_ZRELADDR if !ZBOOT_ROM
22 select ARM_PATCH_PHYS_VIRT 22 select ARM_PATCH_PHYS_VIRT
23 help 23 help
24 This enables support for systems based on the Freescale i.MX3 and i.MX6 24 This enables support for systems based on the Freescale i.MX3, i.MX5
25 family. 25 and i.MX6 family.
26
27config ARCH_MX5
28 bool "i.MX50, i.MX51, i.MX53"
29 select AUTO_ZRELADDR
30 select ARM_PATCH_PHYS_VIRT
31 help
32 This enables support for machines using Freescale's i.MX50 and i.MX53
33 processors.
34 26
35endchoice 27endchoice
36 28
37source "arch/arm/mach-imx/Kconfig" 29source "arch/arm/mach-imx/Kconfig"
38source "arch/arm/mach-mx5/Kconfig"
39 30
40endmenu 31endmenu
41 32