diff options
author | Yong Shen <yong.shen@freescale.com> | 2011-01-12 12:14:47 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-13 12:02:49 +0300 |
commit | 3b18c349285a534755e8f84c273aeafac41fdf3b (patch) | |
tree | 65c3afbd9952e3eecee5d1d4c001d3d1e7f6b4c5 /arch/arm/mach-mx5/Kconfig | |
parent | 6f12ea4e54b7f213a463e2e03768cf02f0cd77a9 (diff) | |
download | linux-3b18c349285a534755e8f84c273aeafac41fdf3b.tar.xz |
ARM i.MX53 enable LOCO board bootup
1. Add Kconfig and Makefile entries
2. Add board definition
3. enable uart and fec for LOCO board
Signed-off-by: Yong Shen <yong.shen@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 7c85853de2ca..de4fa992fc3e 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -141,6 +141,14 @@ config MACH_MX53_SMD Include support for MX53 SMD platform. This includes specific configurations for the board and its peripherals. +config MACH_MX53_LOCO + bool "Support MX53 LOCO platforms" + select SOC_IMX53 + select IMX_HAVE_PLATFORM_IMX_UART + help + Include support for MX53 LOCO platform. This includes specific + configurations for the board and its peripherals. + config MACH_MX50_RDP bool "Support MX50 reference design platform" depends on BROKEN |