blob: 5edead235bd1deba802408d62fb8084089b3cef7 [file] [log] [blame]
Uwe Kleine-König07469492010-06-14 15:56:58 +02001if ARCH_MX1
2
Uwe Kleine-Könige780d232010-06-14 17:39:21 +02003config SOC_IMX1
4 select CPU_ARM920T
5 select IMX_HAVE_IOMUX_V1
6 bool
7
Uwe Kleine-König07469492010-06-14 15:56:58 +02008comment "MX1 platforms:"
9config MACH_MXLADS
10 bool
11
12config 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
18config MACH_SCB9328
19 bool "Synertronixx scb9328"
20 help
21 Say Y here if you are using a Synertronixx scb9328 board
22
23endif
24
Holger Schurig6bbdbf22009-01-29 14:42:25 +010025if ARCH_MX2
Juergen Beiserteea643f2008-07-05 10:02:56 +020026
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020027config SOC_IMX21
28 select CPU_ARM926T
29 select ARCH_MXC_AUDMUX_V1
30 select IMX_HAVE_IOMUX_V1
31 bool
32
33config SOC_IMX27
34 select CPU_ARM926T
35 select ARCH_MXC_AUDMUX_V1
36 select IMX_HAVE_IOMUX_V1
37 bool
38
Holger Schurig5512e882009-01-26 16:34:52 +010039choice
Holger Schurig6bbdbf22009-01-29 14:42:25 +010040 prompt "CPUs:"
Holger Schurig5512e882009-01-26 16:34:52 +010041 default MACH_MX21
42
43config MACH_MX21
44 bool "i.MX21 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020045 select SOC_IMX21
Holger Schurig5512e882009-01-26 16:34:52 +010046 help
47 This enables support for Freescale's MX2 based i.MX21 processor.
48
Juergen Beisertf31405c2008-07-05 10:02:59 +020049config MACH_MX27
50 bool "i.MX27 support"
Uwe Kleine-Könige780d232010-06-14 17:39:21 +020051 select SOC_IMX27
Juergen Beisertf31405c2008-07-05 10:02:59 +020052 help
53 This enables support for Freescale's MX2 based i.MX27 processor.
54
Holger Schurig5512e882009-01-26 16:34:52 +010055endchoice
56
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020057endif
58
59if MACH_MX21
60
61comment "MX21 platforms:"
Juergen Beisert80eedae2008-07-05 10:03:00 +020062
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020063config MACH_MX21ADS
64 bool "MX21ADS platform"
Ivo Clarysse6b91edd2009-04-15 15:39:27 +020065 help
66 Include support for MX21ADS platform. This includes specific
67 configurations for the board and its peripherals.
68
Uwe Kleine-Königb6b06be2010-06-14 16:56:46 +020069endif
70
71if MACH_MX27
72
73comment "MX27 platforms:"
74
Juergen Beisert80eedae2008-07-05 10:03:00 +020075config MACH_MX27ADS
76 bool "MX27ADS platform"
Juergen Beisert80eedae2008-07-05 10:03:00 +020077 help
78 Include support for MX27ADS platform. This includes specific
79 configurations for the board and its peripherals.
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020080
81config MACH_PCM038
82 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
Sascha Hauer773f2062010-02-03 17:13:41 +010083 select MXC_ULPI if USB_ULPI
Juergen Beisert7e5e9f52008-07-05 10:03:00 +020084 help
85 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
86 includes specific configurations for the module and its peripherals.
Juergen Beisertff6552e2008-07-05 10:03:01 +020087
88choice
89 prompt "Baseboard"
90 depends on MACH_PCM038
91 default MACH_PCM970_BASEBOARD
92
93config 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
100endchoice
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100101
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100102config MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200103 bool "Eukrea CPUIMX27 module"
Eric Benardaf5b1df2009-07-16 16:26:33 +0200104 help
105 Include support for Eukrea CPUIMX27 platform. This includes
106 specific configurations for the module and its peripherals.
107
108config MACH_EUKREA_CPUIMX27_USESDHC2
109 bool "CPUIMX27 integrates SDHC2 module"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100110 depends on MACH_CPUIMX27
Eric Benardaf5b1df2009-07-16 16:26:33 +0200111 help
112 This adds support for the internal SDHC2 used on CPUIMX27 used
113 for wifi or eMMC.
114
Eric Benarda961bf32009-07-16 16:26:34 +0200115choice
116 prompt "Baseboard"
Uwe Kleine-Königbc727392009-12-10 10:19:43 +0100117 depends on MACH_CPUIMX27
Eric Benarda961bf32009-07-16 16:26:34 +0200118 default MACH_EUKREA_MBIMX27_BASEBOARD
119
120config 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
127endchoice
128
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700129config MACH_MX27_3DS
130 bool "MX27PDK platform"
Fabio Estevamec9be0d2009-04-16 12:45:01 -0700131 help
132 Include support for MX27PDK platform. This includes specific
133 configurations for the board and its peripherals.
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400134
Uwe Kleine-Königf747f932009-12-10 10:25:07 +0100135config MACH_IMX27LITE
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400136 bool "LogicPD MX27 LITEKIT platform"
Daniel Schaeffer8c032ec2009-06-03 17:23:54 -0400137 help
138 Include support for MX27 LITEKIT platform. This includes specific
139 configurations for the board and its peripherals.
140
Luotao Fu33731692009-08-06 11:19:39 +0200141config MACH_PCA100
142 bool "Phytec phyCARD-s (pca100)"
Sascha Hauereee7c492010-02-03 17:13:29 +0100143 select MXC_ULPI if USB_ULPI
Luotao Fu33731692009-08-06 11:19:39 +0200144 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 Assis143a1792009-11-25 15:24:50 -0200148config MACH_MXT_TD60
149 bool "Maxtrack i-MXT TD60"
Alan Carvalho de Assis143a1792009-11-25 15:24:50 -0200150 help
151 Include support for i-MXT (aka td60) platform. This
152 includes specific configurations for the module and its peripherals.
153
Holger Schurig6bbdbf22009-01-29 14:42:25 +0100154endif