aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-06-10 10:07:50 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 08:18:19 -0400
commit21744f193d3ee520c252cd9db0bdfac8ed3cd35f (patch)
tree076efcb6cf0aad8a2fe846a151af3cfec843ad72 /arch/arm/mach-mx3/Kconfig
parentac0eb0f3ca3e3fff6ac083ee3a51b98f87d67843 (diff)
i.MX35: add cpuimx35 support and its baseboard
* cpuimx35 integrates i.MX35, RAM, NAND, Ethernet, I2C RTC, USB Host, USB OTG and I2C touchscreen controller * 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-mx3/Kconfig')
-rw-r--r--arch/arm/mach-mx3/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 344753fdf25e..b09e9a94adf1 100644
--- a/arch/arm/mach-mx3/Kconfig
+++ b/arch/arm/mach-mx3/Kconfig
@@ -125,4 +125,26 @@ config MACH_KZM_ARM11_01
125 Include support for KZM-ARM11-01. This includes specific 125 Include support for KZM-ARM11-01. This includes specific
126 configurations for the board and its peripherals. 126 configurations for the board and its peripherals.
127 127
128config MACH_EUKREA_CPUIMX35
129 bool "Support Eukrea CPUIMX35 Platform"
130 select ARCH_MX35
131 select MXC_ULPI if USB_ULPI
132 help
133 Include support for Eukrea CPUIMX35 platform. This includes
134 specific configurations for the board and its peripherals.
135
136choice
137 prompt "Baseboard"
138 depends on MACH_EUKREA_CPUIMX35
139 default MACH_EUKREA_MBIMXSD_BASEBOARD
140
141config MACH_EUKREA_MBIMXSD_BASEBOARD
142 prompt "Eukrea MBIMXSD development board"
143 bool
144 help
145 This adds board specific devices that can be found on Eukrea's
146 MBIMXSD evaluation board.
147
148endchoice
149
128endif 150endif