diff options
author | Eric Bénard <eric@eukrea.com> | 2010-10-12 10:29:20 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-19 12:45:01 -0400 |
commit | a3927416bf7f5cc9a0cfddab1e36035738bc287c (patch) | |
tree | 2a19eef1b650d28bba587d66a75de018e0026857 /arch/arm/mach-mx5/Kconfig | |
parent | 70b1726820ba85febfd067471534a19a9902ea60 (diff) |
cpuimx51: update board support
add NAND, SDHC
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 254b89199dfa..a2df9ac37996 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -31,6 +31,8 @@ config MACH_EUKREA_CPUIMX51 | |||
31 | bool "Support Eukrea CPUIMX51 module" | 31 | bool "Support Eukrea CPUIMX51 module" |
32 | select IMX_HAVE_PLATFORM_IMX_I2C | 32 | select IMX_HAVE_PLATFORM_IMX_I2C |
33 | select IMX_HAVE_PLATFORM_IMX_UART | 33 | select IMX_HAVE_PLATFORM_IMX_UART |
34 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
35 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
34 | help | 36 | help |
35 | Include support for Eukrea CPUIMX51 platform. This includes | 37 | Include support for Eukrea CPUIMX51 platform. This includes |
36 | specific configurations for the module and its peripherals. | 38 | specific configurations for the module and its peripherals. |
@@ -43,6 +45,7 @@ choice | |||
43 | config MACH_EUKREA_MBIMX51_BASEBOARD | 45 | config MACH_EUKREA_MBIMX51_BASEBOARD |
44 | prompt "Eukrea MBIMX51 development board" | 46 | prompt "Eukrea MBIMX51 development board" |
45 | bool | 47 | bool |
48 | select IMX_HAVE_PLATFORM_ESDHC | ||
46 | help | 49 | help |
47 | This adds board specific devices that can be found on Eukrea's | 50 | This adds board specific devices that can be found on Eukrea's |
48 | MBIMX51 evaluation board. | 51 | MBIMX51 evaluation board. |