diff options
author | Eric Benard <eric@eukrea.com> | 2009-07-16 10:26:33 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:11:12 -0400 |
commit | af5b1df7136570dae9ac4c1cd193053c61b0ed8f (patch) | |
tree | a90f0276bae8d614e29655682ca5b091575b276a /arch/arm/mach-mx2/Kconfig | |
parent | 627fb3b9d260cb413d0ea2d179e319a20e2bd82b (diff) |
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/Kconfig | 14 |
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 | |||
53 | 53 | ||
54 | endchoice | 54 | endchoice |
55 | 55 | ||
56 | config MACH_EUKREA_CPUIMX27 | ||
57 | bool "Eukrea CPUIMX27 module" | ||
58 | depends on MACH_MX27 | ||
59 | help | ||
60 | Include support for Eukrea CPUIMX27 platform. This includes | ||
61 | specific configurations for the module and its peripherals. | ||
62 | |||
63 | config MACH_EUKREA_CPUIMX27_USESDHC2 | ||
64 | bool "CPUIMX27 integrates SDHC2 module" | ||
65 | depends on MACH_EUKREA_CPUIMX27 | ||
66 | help | ||
67 | This adds support for the internal SDHC2 used on CPUIMX27 used | ||
68 | for wifi or eMMC. | ||
69 | |||
56 | config MACH_MX27_3DS | 70 | config MACH_MX27_3DS |
57 | bool "MX27PDK platform" | 71 | bool "MX27PDK platform" |
58 | depends on MACH_MX27 | 72 | depends on MACH_MX27 |