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