diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2010-11-10 10:00:02 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-24 04:09:03 -0500 |
commit | 374daa4f9019f75da1addb3f31a22df1966a5baa (patch) | |
tree | 26ea81438e5d17c79502c917fcf31ddc173fa39e /arch/arm/mach-mx5/Kconfig | |
parent | 76586d35eb31192bf3f395c2e02cef8a57e3558c (diff) |
mx51_babbage: Add SPI flash support
MX51 Babbage has an AT45DB321 SPI Flash connected to eCSPI1.
Add support for it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@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 14438426930f..88f0c66d13a7 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -15,6 +15,7 @@ config MACH_MX51_BABBAGE | |||
15 | select IMX_HAVE_PLATFORM_IMX_I2C | 15 | select IMX_HAVE_PLATFORM_IMX_I2C |
16 | select IMX_HAVE_PLATFORM_IMX_UART | 16 | select IMX_HAVE_PLATFORM_IMX_UART |
17 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | 17 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX |
18 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
18 | help | 19 | help |
19 | Include support for MX51 Babbage platform, also known as MX51EVK in | 20 | Include support for MX51 Babbage platform, also known as MX51EVK in |
20 | u-boot. This includes specific configurations for the board and its | 21 | u-boot. This includes specific configurations for the board and its |