diff options
author | Eric Benard <eric@eukrea.com> | 2009-07-16 10:26:34 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:11:12 -0400 |
commit | a961bf380b93741c2191f8efc8f5f1c65224b216 (patch) | |
tree | b810a8f6f24bb01d01c1bcd0cac4f14124bbbc9b /arch/arm/mach-mx2/Kconfig | |
parent | af5b1df7136570dae9ac4c1cd193053c61b0ed8f (diff) |
Add support for Eukrea's MBIMX27
MBIMX27 is the evaluation board for CPUIMX27 and integrates : a
QVGA TFT, a SPI touchscreen controler, a SDCard connector wired to
SDHC1.
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 2c2be3953d80..0c28a37bc14e 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -67,6 +67,20 @@ config MACH_EUKREA_CPUIMX27_USESDHC2 | |||
67 | This adds support for the internal SDHC2 used on CPUIMX27 used | 67 | This adds support for the internal SDHC2 used on CPUIMX27 used |
68 | for wifi or eMMC. | 68 | for wifi or eMMC. |
69 | 69 | ||
70 | choice | ||
71 | prompt "Baseboard" | ||
72 | depends on MACH_EUKREA_CPUIMX27 | ||
73 | default MACH_EUKREA_MBIMX27_BASEBOARD | ||
74 | |||
75 | config MACH_EUKREA_MBIMX27_BASEBOARD | ||
76 | prompt "Eukrea MBIMX27 development board" | ||
77 | bool | ||
78 | help | ||
79 | This adds board specific devices that can be found on Eukrea's | ||
80 | MBIMX27 evaluation board. | ||
81 | |||
82 | endchoice | ||
83 | |||
70 | config MACH_MX27_3DS | 84 | config MACH_MX27_3DS |
71 | bool "MX27PDK platform" | 85 | bool "MX27PDK platform" |
72 | depends on MACH_MX27 | 86 | depends on MACH_MX27 |