blob: 5af1c22112a703a4818d1dd30ac289bf9d0cee1f [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"
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020084 select IMX_HAVE_PLATFORM_MXC_NAND
Juergen Beisert80eedae2008-07-05 10:03:00 +020085 help
86 Include support for MX27ADS platform. This includes specific
87 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020088
89config MACH_PCM038
90 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020091 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauer773f2062010-02-03 17:13:41 +010092 select MXC_ULPI if USB_ULPI
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020093 help
94 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
95 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020096
97choice
98 prompt "Baseboard"
99 depends on MACH_PCM038
100 default MACH_PCM970_BASEBOARD
101
102config MACH_PCM970_BASEBOARD
103 prompt "PHYTEC PCM970 development board"
104 bool
105 help
106 This adds board specific devices that can be found on Phytec's
107 PCM970 evaluation board.
108
109endchoice
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100110
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100111config MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200112 bool "Eukrea CPUIMX27 module"
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200113 select IMX_HAVE_PLATFORM_MXC_NAND
Eric Benardaf5b1df2009-07-16 16:26:33 +0200114 help
115 Include support for Eukrea CPUIMX27 platform. This includes
116 specific configurations for the module and its peripherals.
117
118config MACH_EUKREA_CPUIMX27_USESDHC2
119 bool "CPUIMX27 integrates SDHC2 module"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100120 depends on MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200121 help
122 This adds support for the internal SDHC2 used on CPUIMX27 used
123 for wifi or eMMC.
124
Eric Benarda961bf32009-07-16 16:26:34 +0200125choice
126 prompt "Baseboard"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100127 depends on MACH_CPUIMX27
Eric Benarda961bf32009-07-16 16:26:34 +0200128 default MACH_EUKREA_MBIMX27_BASEBOARD
129
130config MACH_EUKREA_MBIMX27_BASEBOARD
131 prompt "Eukrea MBIMX27 development board"
132 bool
133 help
134 This adds board specific devices that can be found on Eukrea's
135 MBIMX27 evaluation board.
136
137endchoice
138
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700139config MACH_MX27_3DS
140 bool "MX27PDK platform"
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700141 help
142 Include support for MX27PDK platform. This includes specific
143 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400144
Uwe Kleine-Königf747f932009-12-10 10:25:07 +0100145config MACH_IMX27LITE
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400146 bool "LogicPD MX27 LITEKIT platform"
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400147 help
148 Include support for MX27 LITEKIT platform. This includes specific
149 configurations for the board and its peripherals.
150
Luotao Fu33731692009-08-06 11:19:39 +0200151config MACH_PCA100
152 bool "Phytec phyCARD-s (pca100)"
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200153 select IMX_HAVE_PLATFORM_MXC_NAND
Sascha Hauereee7c492010-02-03 17:13:29 +0100154 select MXC_ULPI if USB_ULPI
Luotao Fu33731692009-08-06 11:19:39 +0200155 help
156 Include support for phyCARD-s (aka pca100) platform. This
157 includes specific configurations for the module and its peripherals.
158
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200159config MACH_MXT_TD60
160 bool "Maxtrack i-MXT TD60"
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200161 select IMX_HAVE_PLATFORM_MXC_NAND
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200162 help
163 Include support for i-MXT (aka td60) platform. This
164 includes specific configurations for the module and its peripherals.
165
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100166endif