aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-23 03:39:35 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-24 03:24:43 -0400
commitae4fa7f66e542ef5c7662ceabfaaa33283eb4216 (patch)
tree147282db8a7a417ad45f919ee92235b081bd32e7 /arch/arm/plat-mxc/Kconfig
parentfcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c (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/Kconfig19
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
17config ARCH_MX1 17config 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
22config ARCH_MX2
23 bool "MX2-based"
24 help
25 This enables support for systems based on the Freescale i.MX2 family
26
27config ARCH_MX25
28 bool "MX25-based"
29 help
30 This enables support for systems based on the Freescale i.MX25 family
31 24
32config ARCH_MX3 25config ARCH_MX3
33 bool "MX3-based" 26 bool "MX3-based"