diff options
author | Jason Wang <jason77.wang@gmail.com> | 2010-09-02 09:52:03 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-01 09:32:20 +0200 |
commit | 988916e1a9af1994d510138e7201acf7b425fb46 (patch) | |
tree | c30f8878b285d4d1f44ea23fe66e320619ffde24 /arch/arm/mach-mx5/Kconfig | |
parent | ARM: mx5/iomux-mx51: add iomux definitions for eCSPI2 on the imx51_3ds board (diff) | |
download | linux-988916e1a9af1994d510138e7201acf7b425fb46.tar.xz linux-988916e1a9af1994d510138e7201acf7b425fb46.zip |
ARM: mx5/mx51_3ds: add eCSPI2 support on the imx51_3ds board
Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index e57caefb1f28..2735314a78e0 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -18,6 +18,7 @@ config MACH_MX51_BABBAGE config MACH_MX51_3DS bool "Support MX51PDK (3DS)" + select IMX_HAVE_PLATFORM_SPI_IMX select MXC_DEBUG_BOARD help Include support for MX51PDK (3DS) platform. This includes specific |