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" |
Sascha Hauer | 9eedbdf | 2009-10-29 17:12:39 +0100 | [diff] [blame] | 9 | select ARCH_MXC_AUDMUX_V1 |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 10 | help |
| 11 | This enables support for Freescale's MX2 based i.MX21 processor. |
| 12 | |
Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 13 | config MACH_MX27 |
| 14 | bool "i.MX27 support" |
Sascha Hauer | 9eedbdf | 2009-10-29 17:12:39 +0100 | [diff] [blame] | 15 | select ARCH_MXC_AUDMUX_V1 |
Juergen Beisert | f31405c | 2008-07-05 10:02:59 +0200 | [diff] [blame] | 16 | help |
| 17 | This enables support for Freescale's MX2 based i.MX27 processor. |
| 18 | |
Holger Schurig | 5512e88 | 2009-01-26 16:34:52 +0100 | [diff] [blame] | 19 | endchoice |
| 20 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 21 | comment "MX2 platforms:" |
Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 22 | |
Ivo Clarysse | 6b91edd | 2009-04-15 15:39:27 +0200 | [diff] [blame] | 23 | config MACH_MX21ADS |
| 24 | bool "MX21ADS platform" |
| 25 | depends on MACH_MX21 |
| 26 | help |
| 27 | Include support for MX21ADS platform. This includes specific |
| 28 | configurations for the board and its peripherals. |
| 29 | |
Juergen Beisert | 80eedae | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 30 | config MACH_MX27ADS |
| 31 | bool "MX27ADS platform" |
| 32 | depends on MACH_MX27 |
| 33 | help |
| 34 | Include support for MX27ADS platform. This includes specific |
| 35 | configurations for the board and its peripherals. |
Juergen Beisert | 7e5e9f5 | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 36 | |
| 37 | config MACH_PCM038 |
| 38 | bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" |
| 39 | depends on MACH_MX27 |
Sascha Hauer | 773f206 | 2010-02-03 17:13:41 +0100 | [diff] [blame] | 40 | select MXC_ULPI if USB_ULPI |
Juergen Beisert | 7e5e9f5 | 2008-07-05 10:03:00 +0200 | [diff] [blame] | 41 | help |
| 42 | Include support for phyCORE-i.MX27 (aka pcm038) platform. This |
| 43 | includes specific configurations for the module and its peripherals. |
Juergen Beisert | ff6552e | 2008-07-05 10:03:01 +0200 | [diff] [blame] | 44 | |
| 45 | choice |
| 46 | prompt "Baseboard" |
| 47 | depends on MACH_PCM038 |
| 48 | default MACH_PCM970_BASEBOARD |
| 49 | |
| 50 | config MACH_PCM970_BASEBOARD |
| 51 | prompt "PHYTEC PCM970 development board" |
| 52 | bool |
| 53 | help |
| 54 | This adds board specific devices that can be found on Phytec's |
| 55 | PCM970 evaluation board. |
| 56 | |
| 57 | endchoice |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 58 | |
Uwe Kleine-König | bc72739 | 2009-12-10 10:19:43 +0100 | [diff] [blame] | 59 | config MACH_CPUIMX27 |
Eric Benard | af5b1df | 2009-07-16 16:26:33 +0200 | [diff] [blame] | 60 | bool "Eukrea CPUIMX27 module" |
| 61 | depends on MACH_MX27 |
| 62 | help |
| 63 | Include support for Eukrea CPUIMX27 platform. This includes |
| 64 | specific configurations for the module and its peripherals. |
| 65 | |
| 66 | config MACH_EUKREA_CPUIMX27_USESDHC2 |
| 67 | bool "CPUIMX27 integrates SDHC2 module" |
Uwe Kleine-König | bc72739 | 2009-12-10 10:19:43 +0100 | [diff] [blame] | 68 | depends on MACH_CPUIMX27 |
Eric Benard | af5b1df | 2009-07-16 16:26:33 +0200 | [diff] [blame] | 69 | help |
Eric Bénard | 2d66c78 | 2010-05-19 18:45:59 +0200 | [diff] [blame^] | 70 | This adds support for the internal SDHC2 used on CPUIMX27 |
Eric Benard | af5b1df | 2009-07-16 16:26:33 +0200 | [diff] [blame] | 71 | for wifi or eMMC. |
| 72 | |
Eric Bénard | 2d66c78 | 2010-05-19 18:45:59 +0200 | [diff] [blame^] | 73 | config MACH_EUKREA_CPUIMX27_USEUART4 |
| 74 | bool "CPUIMX27 integrates UART4 module" |
| 75 | depends on MACH_CPUIMX27 |
| 76 | help |
| 77 | This adds support for the internal UART4 used on CPUIMX27 |
| 78 | for bluetooth. |
| 79 | |
Eric Benard | a961bf3 | 2009-07-16 16:26:34 +0200 | [diff] [blame] | 80 | choice |
| 81 | prompt "Baseboard" |
Uwe Kleine-König | bc72739 | 2009-12-10 10:19:43 +0100 | [diff] [blame] | 82 | depends on MACH_CPUIMX27 |
Eric Benard | a961bf3 | 2009-07-16 16:26:34 +0200 | [diff] [blame] | 83 | default MACH_EUKREA_MBIMX27_BASEBOARD |
| 84 | |
| 85 | config MACH_EUKREA_MBIMX27_BASEBOARD |
| 86 | prompt "Eukrea MBIMX27 development board" |
| 87 | bool |
| 88 | help |
| 89 | This adds board specific devices that can be found on Eukrea's |
| 90 | MBIMX27 evaluation board. |
| 91 | |
| 92 | endchoice |
| 93 | |
Fabio Estevam | ec9be0d | 2009-04-16 12:45:01 -0700 | [diff] [blame] | 94 | config MACH_MX27_3DS |
| 95 | bool "MX27PDK platform" |
| 96 | depends on MACH_MX27 |
| 97 | help |
| 98 | Include support for MX27PDK platform. This includes specific |
| 99 | configurations for the board and its peripherals. |
Daniel Schaeffer | 8c032ec | 2009-06-03 17:23:54 -0400 | [diff] [blame] | 100 | |
Uwe Kleine-König | f747f93 | 2009-12-10 10:25:07 +0100 | [diff] [blame] | 101 | config MACH_IMX27LITE |
Daniel Schaeffer | 8c032ec | 2009-06-03 17:23:54 -0400 | [diff] [blame] | 102 | bool "LogicPD MX27 LITEKIT platform" |
| 103 | depends on MACH_MX27 |
| 104 | help |
| 105 | Include support for MX27 LITEKIT platform. This includes specific |
| 106 | configurations for the board and its peripherals. |
| 107 | |
Luotao Fu | 3373169 | 2009-08-06 11:19:39 +0200 | [diff] [blame] | 108 | config MACH_PCA100 |
| 109 | bool "Phytec phyCARD-s (pca100)" |
| 110 | depends on MACH_MX27 |
Sascha Hauer | eee7c49 | 2010-02-03 17:13:29 +0100 | [diff] [blame] | 111 | select MXC_ULPI if USB_ULPI |
Luotao Fu | 3373169 | 2009-08-06 11:19:39 +0200 | [diff] [blame] | 112 | help |
| 113 | Include support for phyCARD-s (aka pca100) platform. This |
| 114 | includes specific configurations for the module and its peripherals. |
| 115 | |
Alan Carvalho de Assis | 143a179 | 2009-11-25 15:24:50 -0200 | [diff] [blame] | 116 | config MACH_MXT_TD60 |
| 117 | bool "Maxtrack i-MXT TD60" |
| 118 | depends on MACH_MX27 |
| 119 | help |
| 120 | Include support for i-MXT (aka td60) platform. This |
| 121 | includes specific configurations for the module and its peripherals. |
| 122 | |
Holger Schurig | 6bbdbf2 | 2009-01-29 14:42:25 +0100 | [diff] [blame] | 123 | endif |