aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
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