aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/Kconfig
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@canonical.com>2010-02-02 14:57:53 -0500
committerAmit Kucheria <amit.kucheria@canonical.com>2010-02-09 11:32:17 -0500
commitb996b5830364c1b1d2469be574f4ebe831987ba9 (patch)
tree56f334a395b6e0745db97013ec06c8f1a56fc1ad /arch/arm/plat-mxc/Kconfig
parenta329b48c43e5e2e6b51ce159d99aefeb90c7c066 (diff)
mxc: Add support for the Babbage board (i.MX5)
Babbage is a reference board from Freescale for their i.MX51 SoC. Add board definition, Kconfig and Makefiles to enable Freescale i.MX51 processor and Babbage board. Boot tested on a Babbage2.5 board Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r--arch/arm/plat-mxc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index 59558c4b9446..cea51a0ae9f7 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -41,6 +41,13 @@ config ARCH_MXC91231
41 help 41 help
42 This enables support for systems based on the Freescale MXC91231 family 42 This enables support for systems based on the Freescale MXC91231 family
43 43
44config ARCH_MX5
45 bool "MX5-based"
46 select CPU_V7
47 select COMMON_CLKDEV
48 help
49 This enables support for systems based on the Freescale i.MX51 family
50
44endchoice 51endchoice
45 52
46source "arch/arm/mach-mx1/Kconfig" 53source "arch/arm/mach-mx1/Kconfig"
@@ -48,6 +55,7 @@ source "arch/arm/mach-mx2/Kconfig"
48source "arch/arm/mach-mx3/Kconfig" 55source "arch/arm/mach-mx3/Kconfig"
49source "arch/arm/mach-mx25/Kconfig" 56source "arch/arm/mach-mx25/Kconfig"
50source "arch/arm/mach-mxc91231/Kconfig" 57source "arch/arm/mach-mxc91231/Kconfig"
58source "arch/arm/mach-mx5/Kconfig"
51 59
52endmenu 60endmenu
53 61