patch-mxc-add-ARCH_MX1
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
index b2a7e3fad117f44c97160c191ab8e34eff66dc0a..16cb07cd91623b63096f5e76d9325d3040a12a21 100644 (file)
@@ -6,18 +6,26 @@ 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
        help
          This enables support for systems based on the Freescale i.MX2 family
 
 config ARCH_MX3
        bool "MX3-based"
+       select CPU_V6
        help
          This enables support for systems based on the Freescale i.MX3 family
 
 endchoice
 
+source "arch/arm/mach-mx1/Kconfig"
 source "arch/arm/mach-mx2/Kconfig"
 source "arch/arm/mach-mx3/Kconfig"
 
This page took 0.024609 seconds and 5 git commands to generate.