summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx25/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-06-08 11:03:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 14:18:14 +0200
commit6f1fa706fc06dac9ba088e884ec8110475e42704 (patch)
treeb8b1bff0eeb5d93416084c7fb1c5c3641f9da01f /arch/arm/mach-mx25/Kconfig
parent8402ed30e16c65ad8560ba3293c7cf9c259712eb (diff)
downloadop-kernel-dev-6f1fa706fc06dac9ba088e884ec8110475e42704.zip
op-kernel-dev-6f1fa706fc06dac9ba088e884ec8110475e42704.tar.gz
i.MX25: add cpuimx25 module and its baseboard
* cpuimx25 integrates i.MX25, RAM, NAND, Ethernet, I2C RTC, USB Host and USB OTG * mbimxsd provides access to LCD, Audio, LED, Switch button, UART ... Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/Kconfig')
-rw-r--r--arch/arm/mach-mx25/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-mx25/Kconfig b/arch/arm/mach-mx25/Kconfig
index 54d2173..3a6668e 100644
--- a/arch/arm/mach-mx25/Kconfig
+++ b/arch/arm/mach-mx25/Kconfig
@@ -5,4 +5,22 @@ comment "MX25 platforms:"
config MACH_MX25_3DS
bool "Support MX25PDK (3DS) Platform"
+config MACH_EUKREA_CPUIMX25
+ bool "Support Eukrea CPUIMX25 Platform"
+ select MXC_ULPI if USB_ULPI
+
+choice
+ prompt "Baseboard"
+ depends on MACH_EUKREA_CPUIMX25
+ default MACH_EUKREA_MBIMXSD_BASEBOARD
+
+config MACH_EUKREA_MBIMXSD_BASEBOARD
+ prompt "Eukrea MBIMXSD development board"
+ bool
+ help
+ This adds board specific devices that can be found on Eukrea's
+ MBIMXSD evaluation board.
+
+endchoice
+
endif
OpenPOWER on IntegriCloud