aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorJason Wang <jason77.wang@gmail.com>2010-07-14 21:24:52 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 14:29:20 +0200
commitbeaac6f32ce484bf141d550bc0f26005782161fe (patch)
tree7a67b577682eaa3d343bb5561f929038de51e6ed /arch/arm/mach-mx5/Kconfig
parentmx27_3ds: add support for the keypad (diff)
downloadlinux-dev-beaac6f32ce484bf141d550bc0f26005782161fe.tar.xz
linux-dev-beaac6f32ce484bf141d550bc0f26005782161fe.zip
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/Kconfig6
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
u-boot. This includes specific configurations for the board and its
peripherals.
+config MACH_MX51_3DS
+ bool "Support MX51PDK (3DS)"
+ select MXC_DEBUG_BOARD
+ help
+ Include support for MX51PDK (3DS) platform. This includes specific
+ configurations for the board and its peripherals.
endif