i.MX25: add cpuimx25 module and its baseboard
[pandora-kernel.git] / arch / arm / mach-mx25 / Kconfig
1 if ARCH_MX25
2
3 comment "MX25 platforms:"
4
5 config MACH_MX25_3DS
6         bool "Support MX25PDK (3DS) Platform"
7
8 config MACH_EUKREA_CPUIMX25
9         bool "Support Eukrea CPUIMX25 Platform"
10         select MXC_ULPI if USB_ULPI
11
12 choice
13         prompt "Baseboard"
14         depends on MACH_EUKREA_CPUIMX25
15         default MACH_EUKREA_MBIMXSD_BASEBOARD
16
17 config 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
24 endchoice
25
26 endif