diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-07-14 21:24:52 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 14:29:20 +0200 |
commit | beaac6f32ce484bf141d550bc0f26005782161fe (patch) | |
tree | 7a67b577682eaa3d343bb5561f929038de51e6ed /arch/arm/mach-mx5/Kconfig | |
parent | 3fac6cf35806f099fad956d7b4ca76eebb26297e (diff) | |
download | kernel_samsung_smdk4412-beaac6f32ce484bf141d550bc0f26005782161fe.tar.gz kernel_samsung_smdk4412-beaac6f32ce484bf141d550bc0f26005782161fe.tar.bz2 kernel_samsung_smdk4412-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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 1576d51e676..6ef34289382 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 |