diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-07-14 09:24:52 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:29:20 -0400 |
commit | beaac6f32ce484bf141d550bc0f26005782161fe (patch) | |
tree | 7a67b577682eaa3d343bb5561f929038de51e6ed /arch/arm/mach-mx5/Kconfig | |
parent | 3fac6cf35806f099fad956d7b4ca76eebb26297e (diff) |
mx51_3ds: Add support for the imx51 3-stack board
3-stack is a reference board from Freescale for their i.MX51 SoC.
Add board definition, Kconfig and Makefile to enable Freescale 3-stack
board.
Boot tested on a i.MX51 3-stack Rev2.0 board
Signed-off-by: Jason Wang <jason77.wang@gmail.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 1576d51e676c..6ef34289382b 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -15,4 +15,10 @@ config MACH_MX51_BABBAGE | |||
15 | u-boot. This includes specific configurations for the board and its | 15 | u-boot. This includes specific configurations for the board and its |
16 | peripherals. | 16 | peripherals. |
17 | 17 | ||
18 | config MACH_MX51_3DS | ||
19 | bool "Support MX51PDK (3DS)" | ||
20 | select MXC_DEBUG_BOARD | ||
21 | help | ||
22 | Include support for MX51PDK (3DS) platform. This includes specific | ||
23 | configurations for the board and its peripherals. | ||
18 | endif | 24 | endif |