blob: 23671824abd9ca40b517338434d81498af71fba6 [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
19 help
20 Say Y here if you are using Motorola MX1ADS/MXLADS boards
21
22config MACH_SCB9328
23 bool "Synertronixx scb9328"
24 help
25 Say Y here if you are using a Synertronixx scb9328 board
26
27endif
28
Holger Schurig6bbdbf22009-01-29 14:42:25 +010029if ARCH_MX2
Juergen Beiserteea643f2008-07-05 10:02:56 +020030
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020031config SOC_IMX21
32 select CPU_ARM926T
33 select ARCH_MXC_AUDMUX_V1
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +020034 select IMX_HAVE_DMA_V1
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020035 select IMX_HAVE_IOMUX_V1
36 bool
37
38config SOC_IMX27
39 select CPU_ARM926T
40 select ARCH_MXC_AUDMUX_V1
Uwe Kleine-König9f72ffe2010-06-14 17:56:52 +020041 select IMX_HAVE_DMA_V1
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020042 select IMX_HAVE_IOMUX_V1
43 bool
44
Holger Schurig5512e882009-01-26 16:34:52 +010045choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +010046 prompt "CPUs:"
Holger Schurig5512e882009-01-26 16:34:52 +010047 default MACH_MX21
48
49config MACH_MX21
50 bool "i.MX21 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020051 select SOC_IMX21
Holger Schurig5512e882009-01-26 16:34:52 +010052 help
53 This enables support for Freescale's MX2 based i.MX21 processor.
54
Juergen Beisertf31405c2008-07-05 10:02:59 +020055config MACH_MX27
56 bool "i.MX27 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020057 select SOC_IMX27
Juergen Beisertf31405c2008-07-05 10:02:59 +020058 help
59 This enables support for Freescale's MX2 based i.MX27 processor.
60
Holger Schurig5512e882009-01-26 16:34:52 +010061endchoice
62
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020063endif
64
65if MACH_MX21
66
67comment "MX21 platforms:"
Juergen Beisert80eedae2008-07-05 10:03:00 +020068
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020069config MACH_MX21ADS
70 bool "MX21ADS platform"
Uwe Kleine-König1f8d7212010-06-16 11:17:45 +020071 select IMX_HAVE_PLATFORM_MXC_NAND
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020072 help
73 Include support for MX21ADS platform. This includes specific
74 configurations for the board and its peripherals.
75
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020076endif
77
78if MACH_MX27
79
80comment "MX27 platforms:"
81
Juergen Beisert80eedae2008-07-05 10:03:00 +020082config MACH_MX27ADS
83 bool "MX27ADS platform"
Juergen Beisert80eedae2008-07-05 10:03:00 +020084 help
85 Include support for MX27ADS platform. This includes specific
86 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020087
88config MACH_PCM038
89 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
Sascha Hauer773f2062010-02-03 17:13:41 +010090 select MXC_ULPI if USB_ULPI
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020091 help
92 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
93 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020094
95choice
96 prompt "Baseboard"
97 depends on MACH_PCM038
98 default MACH_PCM970_BASEBOARD
99
100config MACH_PCM970_BASEBOARD
101 prompt "PHYTEC PCM970 development board"
102 bool
103 help
104 This adds board specific devices that can be found on Phytec's
105 PCM970 evaluation board.
106
107endchoice
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100108
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100109config MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200110 bool "Eukrea CPUIMX27 module"
Eric Benardaf5b1df2009-07-16 16:26:33 +0200111 help
112 Include support for Eukrea CPUIMX27 platform. This includes
113 specific configurations for the module and its peripherals.
114
115config MACH_EUKREA_CPUIMX27_USESDHC2
116 bool "CPUIMX27 integrates SDHC2 module"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100117 depends on MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200118 help
119 This adds support for the internal SDHC2 used on CPUIMX27 used
120 for wifi or eMMC.
121
Eric Benarda961bf32009-07-16 16:26:34 +0200122choice
123 prompt "Baseboard"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100124 depends on MACH_CPUIMX27
Eric Benarda961bf32009-07-16 16:26:34 +0200125 default MACH_EUKREA_MBIMX27_BASEBOARD
126
127config MACH_EUKREA_MBIMX27_BASEBOARD
128 prompt "Eukrea MBIMX27 development board"
129 bool
130 help
131 This adds board specific devices that can be found on Eukrea's
132 MBIMX27 evaluation board.
133
134endchoice
135
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700136config MACH_MX27_3DS
137 bool "MX27PDK platform"
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700138 help
139 Include support for MX27PDK platform. This includes specific
140 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400141
Uwe Kleine-Königf747f932009-12-10 10:25:07 +0100142config MACH_IMX27LITE
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400143 bool "LogicPD MX27 LITEKIT platform"
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400144 help
145 Include support for MX27 LITEKIT platform. This includes specific
146 configurations for the board and its peripherals.
147
Luotao Fu33731692009-08-06 11:19:39 +0200148config MACH_PCA100
149 bool "Phytec phyCARD-s (pca100)"
Sascha Hauereee7c492010-02-03 17:13:29 +0100150 select MXC_ULPI if USB_ULPI
Luotao Fu33731692009-08-06 11:19:39 +0200151 help
152 Include support for phyCARD-s (aka pca100) platform. This
153 includes specific configurations for the module and its peripherals.
154
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200155config MACH_MXT_TD60
156 bool "Maxtrack i-MXT TD60"
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200157 help
158 Include support for i-MXT (aka td60) platform. This
159 includes specific configurations for the module and its peripherals.
160
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100161endif