aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx25/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-06-08 05:03:01 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 08:18:14 -0400
commit6f1fa706fc06dac9ba088e884ec8110475e42704 (patch)
treeb8b1bff0eeb5d93416084c7fb1c5c3641f9da01f /arch/arm/mach-mx25/Kconfig
parent8402ed30e16c65ad8560ba3293c7cf9c259712eb (diff)
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 54d217314ee9..3a6668eebf9a 100644
--- a/arch/arm/mach-mx25/Kconfig
+++ b/arch/arm/mach-mx25/Kconfig
@@ -5,4 +5,22 @@ comment "MX25 platforms:"
5config MACH_MX25_3DS 5config MACH_MX25_3DS
6 bool "Support MX25PDK (3DS) Platform" 6 bool "Support MX25PDK (3DS) Platform"
7 7
8config MACH_EUKREA_CPUIMX25
9 bool "Support Eukrea CPUIMX25 Platform"
10 select MXC_ULPI if USB_ULPI
11
12choice
13 prompt "Baseboard"
14 depends on MACH_EUKREA_CPUIMX25
15 default MACH_EUKREA_MBIMXSD_BASEBOARD
16
17config MACH_EUKREA_MBIMXSD_BASEBOARD
18 prompt "Eukrea MBIMXSD development board"
19 bool
20 help
21 This adds board specific devices that can be found on Eukrea's
22 MBIMXSD evaluation board.
23
24endchoice
25
8endif 26endif