diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-23 03:39:35 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 03:24:43 -0400 |
commit | ae4fa7f66e542ef5c7662ceabfaaa33283eb4216 (patch) | |
tree | 147282db8a7a417ad45f919ee92235b081bd32e7 /arch/arm/plat-mxc/Kconfig | |
parent | fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c (diff) |
ARM i.MX: allow to compile together ARMv4 and ARMv5 based SoCs
For this we need CONFIG_AUTO_ZRELADDR and CONFIG_ARM_PATCH_PHYS_VIRT.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index a5353fc0793..0665c1f7e93 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -14,20 +14,13 @@ choice | |||
14 | prompt "Freescale CPU family:" | 14 | prompt "Freescale CPU family:" |
15 | default ARCH_MX3 | 15 | default ARCH_MX3 |
16 | 16 | ||
17 | config ARCH_MX1 | 17 | config ARCH_IMX_V4_V5 |
18 | bool "MX1-based" | 18 | bool "i.MX1, i.MX21, i.MX25, i.MX27" |
19 | select AUTO_ZRELADDR | ||
20 | select ARM_PATCH_PHYS_VIRT | ||
19 | help | 21 | help |
20 | This enables support for systems based on the Freescale i.MX1 family | 22 | This enables support for systems based on the Freescale i.MX ARMv4 |
21 | 23 | and ARMv5 SoCs | |
22 | config ARCH_MX2 | ||
23 | bool "MX2-based" | ||
24 | help | ||
25 | This enables support for systems based on the Freescale i.MX2 family | ||
26 | |||
27 | config ARCH_MX25 | ||
28 | bool "MX25-based" | ||
29 | help | ||
30 | This enables support for systems based on the Freescale i.MX25 family | ||
31 | 24 | ||
32 | config ARCH_MX3 | 25 | config ARCH_MX3 |
33 | bool "MX3-based" | 26 | bool "MX3-based" |