diff options
author | Eric Bénard <eric@eukrea.com> | 2010-10-12 10:12:36 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-19 12:45:00 -0400 |
commit | 70b1726820ba85febfd067471534a19a9902ea60 (patch) | |
tree | 4d4c6f562fe3fc79775134686d23856c5e3c1be0 /arch/arm/mach-mx5/Kconfig | |
parent | b545d9ed1b92f169d0326afac091328be5e76620 (diff) |
mx5: add cpuimx51sd module and its baseboard
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 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index fad31cc5004..254b89199df 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -49,6 +49,31 @@ config MACH_EUKREA_MBIMX51_BASEBOARD | |||
49 | 49 | ||
50 | endchoice | 50 | endchoice |
51 | 51 | ||
52 | config MACH_EUKREA_CPUIMX51SD | ||
53 | bool "Support Eukrea CPUIMX51SD module" | ||
54 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
55 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
56 | select IMX_HAVE_PLATFORM_IMX_UART | ||
57 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
58 | help | ||
59 | Include support for Eukrea CPUIMX51SD platform. This includes | ||
60 | specific configurations for the module and its peripherals. | ||
61 | |||
62 | choice | ||
63 | prompt "Baseboard" | ||
64 | depends on MACH_EUKREA_CPUIMX51SD | ||
65 | default MACH_EUKREA_MBIMXSD51_BASEBOARD | ||
66 | |||
67 | config MACH_EUKREA_MBIMXSD51_BASEBOARD | ||
68 | prompt "Eukrea MBIMXSD development board" | ||
69 | bool | ||
70 | select IMX_HAVE_PLATFORM_ESDHC | ||
71 | help | ||
72 | This adds board specific devices that can be found on Eukrea's | ||
73 | MBIMXSD evaluation board. | ||
74 | |||
75 | endchoice | ||
76 | |||
52 | config MACH_MX51_EFIKAMX | 77 | config MACH_MX51_EFIKAMX |
53 | bool "Support MX51 Genesi Efika MX nettop" | 78 | bool "Support MX51 Genesi Efika MX nettop" |
54 | select IMX_HAVE_PLATFORM_IMX_UART | 79 | select IMX_HAVE_PLATFORM_IMX_UART |