Juergen Beisert | eea643f | 2008-07-05 10:02:56 +0200 | [diff] [blame] | 1 | comment "MX2 family CPU support" |
| 2 | depends on ARCH_MX2 |
| 3 | |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame^] | 4 | choice |
| 5 | prompt "MX2 Type" |
| 6 | depends on ARCH_MX2 |
| 7 | default MACH_MX21 |
| 8 | |
| 9 | config MACH_MX21 |
| 10 | bool "i.MX21 support" |
| 11 | depends on ARCH_MX2 |
| 12 | help |
| 13 | This enables support for Freescale's MX2 based i.MX21 processor. |
| 14 | |
Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 15 | config MACH_MX27 |
| 16 | bool "i.MX27 support" |
| 17 | depends on ARCH_MX2 |
| 18 | help |
| 19 | This enables support for Freescale's MX2 based i.MX27 processor. |
| 20 | |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame^] | 21 | endchoice |
| 22 | |
Juergen Beisert | eea643f | 2008-07-05 10:02:56 +0200 | [diff] [blame] | 23 | comment "MX2 Platforms" |
| 24 | depends on ARCH_MX2 |
Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 25 | |
| 26 | config MACH_MX27ADS |
| 27 | bool "MX27ADS platform" |
| 28 | depends on MACH_MX27 |
| 29 | help |
| 30 | Include support for MX27ADS platform. This includes specific |
| 31 | configurations for the board and its peripherals. |
Juergen Beisert | 7e5e9f5 | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 32 | |
| 33 | config MACH_PCM038 |
| 34 | bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" |
| 35 | depends on MACH_MX27 |
| 36 | help |
| 37 | Include support for phyCORE-i.MX27 (aka pcm038) platform. This |
| 38 | includes specific configurations for the module and its peripherals. |
Juergen Beisert | ff6552e | 2008-07-05 10:03:01 +0200 | [diff] [blame] | 39 | |
| 40 | choice |
| 41 | prompt "Baseboard" |
| 42 | depends on MACH_PCM038 |
| 43 | default MACH_PCM970_BASEBOARD |
| 44 | |
| 45 | config MACH_PCM970_BASEBOARD |
| 46 | prompt "PHYTEC PCM970 development board" |
| 47 | bool |
| 48 | help |
| 49 | This adds board specific devices that can be found on Phytec's |
| 50 | PCM970 evaluation board. |
| 51 | |
| 52 | endchoice |