summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorEric Benard2009-07-16 16:26:33 +0200
committerSascha Hauer2009-08-07 12:11:12 +0200
commitaf5b1df7136570dae9ac4c1cd193053c61b0ed8f (patch)
treea90f0276bae8d614e29655682ca5b091575b276a /arch/arm/mach-mx2/Kconfig
parentMX27: Add USB platform devices and resources (diff)
downloadkernel-qcow2-linux-af5b1df7136570dae9ac4c1cd193053c61b0ed8f.tar.gz
kernel-qcow2-linux-af5b1df7136570dae9ac4c1cd193053c61b0ed8f.tar.xz
kernel-qcow2-linux-af5b1df7136570dae9ac4c1cd193053c61b0ed8f.zip
Add support for Eukrea's CPUIMX27
CPUIMX27 is built around Freescale's i.MX27 and has up to 64MB of NOR Flash, up to 512MB of NAND Flash and up to 256MB of mDDR, it includes an ethernet PHY in MII mode, an I2C RTC and a ST16554 QuadUART on nCS3. 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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index c77da586b71d..2c2be3953d80 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -53,6 +53,20 @@ config MACH_PCM970_BASEBOARD
endchoice
+config MACH_EUKREA_CPUIMX27
+ bool "Eukrea CPUIMX27 module"
+ depends on MACH_MX27
+ help
+ Include support for Eukrea CPUIMX27 platform. This includes
+ specific configurations for the module and its peripherals.
+
+config MACH_EUKREA_CPUIMX27_USESDHC2
+ bool "CPUIMX27 integrates SDHC2 module"
+ depends on MACH_EUKREA_CPUIMX27
+ help
+ This adds support for the internal SDHC2 used on CPUIMX27 used
+ for wifi or eMMC.
+
config MACH_MX27_3DS
bool "MX27PDK platform"
depends on MACH_MX27