diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-11-07 06:36:48 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-11-16 02:37:37 -0500 |
commit | 784a90c0a7d8f5aa94b6c7d295ad44ae8e045aa3 (patch) | |
tree | e28d645f519b5bd86df3ae6f5d06704b1755f09b /arch/arm/plat-mxc | |
parent | 035c17dac4ce1f03d6831ff403f5aea7dcb927b4 (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/Kconfig | 15 |
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 | ||
19 | config ARCH_IMX_V6_V7 | 19 | config 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 | |||
27 | config 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 | ||
35 | endchoice | 27 | endchoice |
36 | 28 | ||
37 | source "arch/arm/mach-imx/Kconfig" | 29 | source "arch/arm/mach-imx/Kconfig" |
38 | source "arch/arm/mach-mx5/Kconfig" | ||
39 | 30 | ||
40 | endmenu | 31 | endmenu |
41 | 32 | ||