diff options
author | Amit Kucheria <amit.kucheria@canonical.com> | 2010-02-02 14:57:53 -0500 |
---|---|---|
committer | Amit Kucheria <amit.kucheria@canonical.com> | 2010-02-09 11:32:17 -0500 |
commit | b996b5830364c1b1d2469be574f4ebe831987ba9 (patch) | |
tree | 56f334a395b6e0745db97013ec06c8f1a56fc1ad /arch/arm/plat-mxc/Kconfig | |
parent | a329b48c43e5e2e6b51ce159d99aefeb90c7c066 (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/Kconfig | 8 |
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 | ||
44 | config 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 | |||
44 | endchoice | 51 | endchoice |
45 | 52 | ||
46 | source "arch/arm/mach-mx1/Kconfig" | 53 | source "arch/arm/mach-mx1/Kconfig" |
@@ -48,6 +55,7 @@ source "arch/arm/mach-mx2/Kconfig" | |||
48 | source "arch/arm/mach-mx3/Kconfig" | 55 | source "arch/arm/mach-mx3/Kconfig" |
49 | source "arch/arm/mach-mx25/Kconfig" | 56 | source "arch/arm/mach-mx25/Kconfig" |
50 | source "arch/arm/mach-mxc91231/Kconfig" | 57 | source "arch/arm/mach-mxc91231/Kconfig" |
58 | source "arch/arm/mach-mx5/Kconfig" | ||
51 | 59 | ||
52 | endmenu | 60 | endmenu |
53 | 61 | ||