]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-mxc/Kconfig
mxc: Add support for the Babbage board (i.MX5)
[karo-tx-linux.git] / arch / arm / plat-mxc / Kconfig
index 59558c4b9446e7d6e7d975ea7a894129b6be2090..cea51a0ae9f7571bf4457f4c36cfc0111a2031c2 100644 (file)
@@ -41,6 +41,13 @@ config ARCH_MXC91231
        help
          This enables support for systems based on the Freescale MXC91231 family
 
+config ARCH_MX5
+       bool "MX5-based"
+       select CPU_V7
+       select COMMON_CLKDEV
+       help
+         This enables support for systems based on the Freescale i.MX51 family
+
 endchoice
 
 source "arch/arm/mach-mx1/Kconfig"
@@ -48,6 +55,7 @@ source "arch/arm/mach-mx2/Kconfig"
 source "arch/arm/mach-mx3/Kconfig"
 source "arch/arm/mach-mx25/Kconfig"
 source "arch/arm/mach-mxc91231/Kconfig"
+source "arch/arm/mach-mx5/Kconfig"
 
 endmenu