Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 1 | if ARCH_MX2 |
Juergen Beisert | eea643f | 2008-07-05 10:02:56 +0200 | [diff] [blame] | 2 | |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 3 | choice |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 4 | prompt "CPUs:" |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 5 | default MACH_MX21 |
| 6 | |
| 7 | config MACH_MX21 |
| 8 | bool "i.MX21 support" |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 9 | help |
| 10 | This enables support for Freescale's MX2 based i.MX21 processor. |
| 11 | |
Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 12 | config MACH_MX27 |
| 13 | bool "i.MX27 support" |
Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 14 | help |
| 15 | This enables support for Freescale's MX2 based i.MX27 processor. |
| 16 | |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 17 | endchoice |
| 18 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 19 | comment "MX2 platforms:" |
Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 20 | |
Ivo Clarysse | 6b91edd | 2009-04-15 15:39:27 +0200 | [diff] [blame] | 21 | config MACH_MX21ADS |
| 22 | bool "MX21ADS platform" |
| 23 | depends on MACH_MX21 |
| 24 | help |
| 25 | Include support for MX21ADS platform. This includes specific |
| 26 | configurations for the board and its peripherals. |
| 27 | |
Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 28 | config MACH_MX27ADS |
| 29 | bool "MX27ADS platform" |
| 30 | depends on MACH_MX27 |
| 31 | help |
| 32 | Include support for MX27ADS platform. This includes specific |
| 33 | configurations for the board and its peripherals. |
Juergen Beisert | 7e5e9f5 | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 34 | |
| 35 | config MACH_PCM038 |
| 36 | bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" |
| 37 | depends on MACH_MX27 |
| 38 | help |
| 39 | Include support for phyCORE-i.MX27 (aka pcm038) platform. This |
| 40 | includes specific configurations for the module and its peripherals. |
Juergen Beisert | ff6552e | 2008-07-05 10:03:01 +0200 | [diff] [blame] | 41 | |
| 42 | choice |
| 43 | prompt "Baseboard" |
| 44 | depends on MACH_PCM038 |
| 45 | default MACH_PCM970_BASEBOARD |
| 46 | |
| 47 | config MACH_PCM970_BASEBOARD |
| 48 | prompt "PHYTEC PCM970 development board" |
| 49 | bool |
| 50 | help |
| 51 | This adds board specific devices that can be found on Phytec's |
| 52 | PCM970 evaluation board. |
| 53 | |
| 54 | endchoice |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 55 | |
Eric Benard | af5b1df | 2009-07-16 16:26:33 +0200 | [diff] [blame] | 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 | |
Eric Benard | a961bf3 | 2009-07-16 16:26:34 +0200 | [diff] [blame] | 70 | choice |
| 71 | prompt "Baseboard" |
| 72 | depends on MACH_EUKREA_CPUIMX27 |
| 73 | default MACH_EUKREA_MBIMX27_BASEBOARD |
| 74 | |
| 75 | config MACH_EUKREA_MBIMX27_BASEBOARD |
| 76 | prompt "Eukrea MBIMX27 development board" |
| 77 | bool |
| 78 | help |
| 79 | This adds board specific devices that can be found on Eukrea's |
| 80 | MBIMX27 evaluation board. |
| 81 | |
| 82 | endchoice |
| 83 | |
Fabio Estevam | ec9be0d | 2009-04-16 12:45:01 -0700 | [diff] [blame] | 84 | config MACH_MX27_3DS |
| 85 | bool "MX27PDK platform" |
| 86 | depends on MACH_MX27 |
| 87 | help |
| 88 | Include support for MX27PDK platform. This includes specific |
| 89 | configurations for the board and its peripherals. |
Daniel Schaeffer | 8c032ec | 2009-06-03 17:23:54 -0400 | [diff] [blame] | 90 | |
| 91 | config MACH_MX27LITE |
| 92 | bool "LogicPD MX27 LITEKIT platform" |
| 93 | depends on MACH_MX27 |
| 94 | help |
| 95 | Include support for MX27 LITEKIT platform. This includes specific |
| 96 | configurations for the board and its peripherals. |
| 97 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 98 | endif |