blob: 2bf807818fdcd156e12024e55f8303a828c493e1 [file] [log] [blame]
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +02001config IMX_HAVE_DMA_V1
2 bool
3
Uwe Kleine-König07469492010-06-14 15:56:58 +02004if ARCH_MX1
5
Uwe Kleine-Könige780d232010-06-14 17:39:21 +02006config SOC_IMX1
7 select CPU_ARM920T
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +02008 select IMX_HAVE_DMA_V1
Uwe Kleine-Könige780d232010-06-14 17:39:21 +02009 select IMX_HAVE_IOMUX_V1
10 bool
11
Uwe Kleine-König07469492010-06-14 15:56:58 +020012comment "MX1 platforms:"
13config MACH_MXLADS
14 bool
15
16config ARCH_MX1ADS
17 bool "MX1ADS platform"
18 select MACH_MXLADS
Uwe Kleine-König6348e6b2010-06-16 15:26:07 +020019 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König07469492010-06-14 15:56:58 +020020 help
21 Say Y here if you are using Motorola MX1ADS/MXLADS boards
22
23config MACH_SCB9328
24 bool "Synertronixx scb9328"
25 help
26 Say Y here if you are using a Synertronixx scb9328 board
27
28endif
29
Holger Schurig6bbdbf22009-01-29 14:42:25 +010030if ARCH_MX2
Juergen Beiserteea643f2008-07-05 10:02:56 +020031
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020032config SOC_IMX21
33 select CPU_ARM926T
34 select ARCH_MXC_AUDMUX_V1
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +020035 select IMX_HAVE_DMA_V1
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020036 select IMX_HAVE_IOMUX_V1
37 bool
38
39config SOC_IMX27
40 select CPU_ARM926T
41 select ARCH_MXC_AUDMUX_V1
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +020042 select IMX_HAVE_DMA_V1
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020043 select IMX_HAVE_IOMUX_V1
44 bool
45
Holger Schurig5512e882009-01-26 16:34:52 +010046choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +010047 prompt "CPUs:"
Holger Schurig5512e882009-01-26 16:34:52 +010048 default MACH_MX21
49
50config MACH_MX21
51 bool "i.MX21 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020052 select SOC_IMX21
Holger Schurig5512e882009-01-26 16:34:52 +010053 help
54 This enables support for Freescale's MX2 based i.MX21 processor.
55
Juergen Beisertf31405c2008-07-05 10:02:59 +020056config MACH_MX27
57 bool "i.MX27 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020058 select SOC_IMX27
Juergen Beisertf31405c2008-07-05 10:02:59 +020059 help
60 This enables support for Freescale's MX2 based i.MX27 processor.
61
Holger Schurig5512e882009-01-26 16:34:52 +010062endchoice
63
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020064endif
65
66if MACH_MX21
67
68comment "MX21 platforms:"
Juergen Beisert80eedae2008-07-05 10:03:00 +020069
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020070config MACH_MX21ADS
71 bool "MX21ADS platform"
Uwe Kleine-König1f8d7212010-06-16 11:17:45 +020072 select IMX_HAVE_PLATFORM_MXC_NAND
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020073 help
74 Include support for MX21ADS platform. This includes specific
75 configurations for the board and its peripherals.
76
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020077endif
78
79if MACH_MX27
80
81comment "MX27 platforms:"
82
Juergen Beisert80eedae2008-07-05 10:03:00 +020083config MACH_MX27ADS
84 bool "MX27ADS platform"
Uwe Kleine-Königc6987152010-06-16 17:25:40 +020085 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020086 select IMX_HAVE_PLATFORM_MXC_NAND
Juergen Beisert80eedae2008-07-05 10:03:00 +020087 help
88 Include support for MX27ADS platform. This includes specific
89 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020090
91config MACH_PCM038
92 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
Uwe Kleine-Königc6987152010-06-16 17:25:40 +020093 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020094 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauer773f2062010-02-03 17:13:41 +010095 select MXC_ULPI if USB_ULPI
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020096 help
97 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
98 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020099
100choice
101 prompt "Baseboard"
102 depends on MACH_PCM038
103 default MACH_PCM970_BASEBOARD
104
105config MACH_PCM970_BASEBOARD
106 prompt "PHYTEC PCM970 development board"
107 bool
108 help
109 This adds board specific devices that can be found on Phytec's
110 PCM970 evaluation board.
111
112endchoice
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100113
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100114config MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200115 bool "Eukrea CPUIMX27 module"
Uwe Kleine-Königc6987152010-06-16 17:25:40 +0200116 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200117 select IMX_HAVE_PLATFORM_MXC_NAND
Eric Benardaf5b1df2009-07-16 16:26:33 +0200118 help
119 Include support for Eukrea CPUIMX27 platform. This includes
120 specific configurations for the module and its peripherals.
121
122config MACH_EUKREA_CPUIMX27_USESDHC2
123 bool "CPUIMX27 integrates SDHC2 module"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100124 depends on MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200125 help
126 This adds support for the internal SDHC2 used on CPUIMX27 used
127 for wifi or eMMC.
128
Eric Benarda961bf32009-07-16 16:26:34 +0200129choice
130 prompt "Baseboard"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100131 depends on MACH_CPUIMX27
Eric Benarda961bf32009-07-16 16:26:34 +0200132 default MACH_EUKREA_MBIMX27_BASEBOARD
133
134config MACH_EUKREA_MBIMX27_BASEBOARD
135 prompt "Eukrea MBIMX27 development board"
136 bool
137 help
138 This adds board specific devices that can be found on Eukrea's
139 MBIMX27 evaluation board.
140
141endchoice
142
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700143config MACH_MX27_3DS
144 bool "MX27PDK platform"
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700145 help
146 Include support for MX27PDK platform. This includes specific
147 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400148
Uwe Kleine-Königf747f932009-12-10 10:25:07 +0100149config MACH_IMX27LITE
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400150 bool "LogicPD MX27 LITEKIT platform"
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400151 help
152 Include support for MX27 LITEKIT platform. This includes specific
153 configurations for the board and its peripherals.
154
Luotao Fu33731692009-08-06 11:19:39 +0200155config MACH_PCA100
156 bool "Phytec phyCARD-s (pca100)"
Uwe Kleine-Königc6987152010-06-16 17:25:40 +0200157 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200158 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauereee7c492010-02-03 17:13:29 +0100159 select MXC_ULPI if USB_ULPI
Luotao Fu33731692009-08-06 11:19:39 +0200160 help
161 Include support for phyCARD-s (aka pca100) platform. This
162 includes specific configurations for the module and its peripherals.
163
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200164config MACH_MXT_TD60
165 bool "Maxtrack i-MXT TD60"
Uwe Kleine-Königc6987152010-06-16 17:25:40 +0200166 select IMX_HAVE_PLATFORM_IMX_I2C
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200167 select IMX_HAVE_PLATFORM_MXC_NAND
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200168 help
169 Include support for i-MXT (aka td60) platform. This
170 includes specific configurations for the module and its peripherals.
171
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100172endif