aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>2010-10-27 08:40:54 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-24 03:57:15 -0500
commitc6e34a4cbe8d4e126c3f603d11cce6979952cbb1 (patch)
tree1ff594500620afc6f40c105c90682ab3ee9fbd75 /arch/arm/mach-mx5/Kconfig
parent0dea1c74642fb46cb94282719dafe7c2a7d3068f (diff)
efikamx: add spi nor support
On efikamx, uboot is stored on a nor spi flash. Add support for it Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r--arch/arm/mach-mx5/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index 0345abe79e29..13602045df62 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -83,6 +83,7 @@ config MACH_MX51_EFIKAMX
83 bool "Support MX51 Genesi Efika MX nettop" 83 bool "Support MX51 Genesi Efika MX nettop"
84 select IMX_HAVE_PLATFORM_ESDHC 84 select IMX_HAVE_PLATFORM_ESDHC
85 select IMX_HAVE_PLATFORM_IMX_UART 85 select IMX_HAVE_PLATFORM_IMX_UART
86 select IMX_HAVE_PLATFORM_SPI_IMX
86 help 87 help
87 Include support for Genesi Efika MX nettop. This includes specific 88 Include support for Genesi Efika MX nettop. This includes specific
88 configurations for the board and its peripherals. 89 configurations for the board and its peripherals.