patch-mxc-add-ARCH_MX1
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
index a1612958a59eb0f754ea86fcf835fd2ece52c62d..16cb07cd91623b63096f5e76d9325d3040a12a21 100644 (file)
@@ -6,6 +6,11 @@ choice
        prompt "MXC/iMX Base Type"
        default ARCH_MX3
 
+config ARCH_MX1
+       bool "MX1-based"
+       help
+         This enables support for systems based on the Freescale i.MX1 family
+
 config ARCH_MX2
        bool "MX2-based"
        select CPU_ARM926T
@@ -20,6 +25,7 @@ config ARCH_MX3
 
 endchoice
 
+source "arch/arm/mach-mx1/Kconfig"
 source "arch/arm/mach-mx2/Kconfig"
 source "arch/arm/mach-mx3/Kconfig"
 
This page took 0.024091 seconds and 5 git commands to generate.