diff options
author | Eric Benard <eric@eukrea.com> | 2009-07-16 16:26:34 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 12:11:12 +0200 |
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 2c2be3953d8..0c28a37bc14 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig @@ -67,6 +67,20 @@ config MACH_EUKREA_CPUIMX27_USESDHC2 This adds support for the internal SDHC2 used on CPUIMX27 used for wifi or eMMC. +choice + prompt "Baseboard" + depends on MACH_EUKREA_CPUIMX27 + default MACH_EUKREA_MBIMX27_BASEBOARD + +config MACH_EUKREA_MBIMX27_BASEBOARD + prompt "Eukrea MBIMX27 development board" + bool + help + This adds board specific devices that can be found on Eukrea's + MBIMX27 evaluation board. + +endchoice + config MACH_MX27_3DS bool "MX27PDK platform" depends on MACH_MX27 |