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