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