]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/mx6/Kconfig
imx6: icorem6_rqs: Add FEC support
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
1 if ARCH_MX6
2
3 config MX6
4 bool
5 default y
6
7 config MX6D
8 bool
9
10 config MX6DL
11 bool
12
13 config MX6Q
14 bool
15
16 config MX6QDL
17 bool
18
19 config MX6S
20 bool
21
22 config MX6SL
23 bool
24
25 config MX6SX
26 select ROM_UNIFIED_SECTIONS
27 bool
28
29 config MX6SLL
30 select ROM_UNIFIED_SECTIONS
31 bool
32
33 config MX6UL
34 select SYS_L2CACHE_OFF
35 select ROM_UNIFIED_SECTIONS
36 bool
37
38 config MX6ULL
39 bool
40 select MX6UL
41
42 config MX6_DDRCAL
43 bool "Include dynamic DDR calibration routines"
44 depends on SPL
45 default n
46 help
47 Say "Y" if your board uses dynamic (per-boot) DDR calibration.
48 If unsure, say N.
49
50 choice
51 prompt "MX6 board select"
52 optional
53
54 config TARGET_ADVANTECH_DMS_BA16
55 bool "Advantech dms-ba16"
56 select MX6Q
57
58 config TARGET_APALIS_IMX6
59 bool "Toradex Apalis iMX6 board"
60 select SUPPORT_SPL
61 select DM
62 select DM_SERIAL
63 select DM_THERMAL
64
65 config TARGET_ARISTAINETOS
66 bool "aristainetos"
67
68 config TARGET_ARISTAINETOS2
69 bool "aristainetos2"
70
71 config TARGET_ARISTAINETOS2B
72 bool "Support aristainetos2-revB"
73
74 config TARGET_CGTQMX6EVAL
75 bool "cgtqmx6eval"
76 select SUPPORT_SPL
77 select DM
78 select DM_THERMAL
79
80 config TARGET_CM_FX6
81 bool "CM-FX6"
82 select SUPPORT_SPL
83 select DM
84 select DM_SERIAL
85 select DM_GPIO
86
87 config TARGET_COLIBRI_IMX6
88 bool "Toradex Colibri iMX6 board"
89 select SUPPORT_SPL
90 select DM
91 select DM_SERIAL
92 select DM_THERMAL
93
94 config TARGET_EMBESTMX6BOARDS
95 bool "embestmx6boards"
96
97 config TARGET_GE_B450V3
98 bool "General Electric B450v3"
99 select MX6Q
100
101 config TARGET_GE_B650V3
102 bool "General Electric B650v3"
103 select MX6Q
104
105 config TARGET_GE_B850V3
106 bool "General Electric B850v3"
107 select MX6Q
108
109 config TARGET_GW_VENTANA
110 bool "gw_ventana"
111 select SUPPORT_SPL
112
113 config TARGET_KOSAGI_NOVENA
114 bool "Kosagi Novena"
115 select SUPPORT_SPL
116
117 config TARGET_MX6CUBOXI
118 bool "Solid-run mx6 boards"
119 select SUPPORT_SPL
120
121 config TARGET_MX6QARM2
122 bool "mx6qarm2"
123
124 config TARGET_MX6Q_ICORE
125 bool "Support Engicam i.Core"
126 select MX6QDL
127 select OF_CONTROL
128 select DM
129 select DM_ETH
130 select DM_GPIO
131 select DM_I2C
132 select DM_MMC
133 select DM_THERMAL
134 select SUPPORT_SPL
135
136 config TARGET_MX6Q_ICORE_RQS
137 bool "Support Engicam i.Core RQS"
138 select MX6QDL
139 select OF_CONTROL
140 select DM
141 select DM_ETH
142 select DM_GPIO
143 select DM_I2C
144 select DM_MMC
145 select DM_THERMAL
146 select SUPPORT_SPL
147
148 config TARGET_MX6QSABREAUTO
149 bool "mx6qsabreauto"
150 select DM
151 select DM_THERMAL
152
153 config TARGET_MX6SABRESD
154 bool "mx6sabresd"
155 select SUPPORT_SPL
156 select DM
157 select DM_THERMAL
158
159 config TARGET_MX6SLEVK
160 bool "mx6slevk"
161 select SUPPORT_SPL
162
163 config TARGET_MX6SLLEVK
164 bool "mx6sll evk"
165 select MX6SLL
166 select DM
167 select DM_THERMAL
168
169 config TARGET_MX6SXSABRESD
170 bool "mx6sxsabresd"
171 select MX6SX
172 select SUPPORT_SPL
173 select DM
174 select DM_THERMAL
175
176 config TARGET_MX6SXSABREAUTO
177 bool "mx6sxsabreauto"
178 select MX6SX
179 select DM
180 select DM_THERMAL
181
182 config TARGET_MX6UL_9X9_EVK
183 bool "mx6ul_9x9_evk"
184 select MX6UL
185 select DM
186 select DM_THERMAL
187 select SUPPORT_SPL
188
189 config TARGET_MX6UL_14X14_EVK
190 bool "mx6ul_14x14_evk"
191 select MX6UL
192 select DM
193 select DM_THERMAL
194 select SUPPORT_SPL
195
196 config TARGET_MX6UL_GEAM
197 bool "Support Engicam GEAM6UL"
198 select MX6UL
199 select OF_CONTROL
200 select DM
201 select DM_ETH
202 select DM_GPIO
203 select DM_I2C
204 select DM_MMC
205 select DM_THERMAL
206 select SUPPORT_SPL
207
208 config TARGET_MX6ULL_14X14_EVK
209 bool "Support mx6ull_14x14_evk"
210 select MX6ULL
211 select DM
212 select DM_THERMAL
213
214 config TARGET_NITROGEN6X
215 bool "nitrogen6x"
216
217 config TARGET_OT1200
218 bool "Bachmann OT1200"
219 select SUPPORT_SPL
220
221 config TARGET_PICO_IMX6UL
222 bool "PICO-IMX6UL-EMMC"
223 select MX6UL
224
225 config TARGET_LITEBOARD
226 bool "Grinn liteBoard (i.MX6UL)"
227 select LITESOM
228
229 config TARGET_PLATINUM_PICON
230 bool "platinum-picon"
231 select SUPPORT_SPL
232
233 config TARGET_PLATINUM_TITANIUM
234 bool "platinum-titanium"
235 select SUPPORT_SPL
236
237 config TARGET_PCM058
238 bool "Phytec PCM058 i.MX6 Quad"
239 select SUPPORT_SPL
240
241 config TARGET_SECOMX6
242 bool "secomx6 boards"
243
244 config TARGET_TBS2910
245 bool "TBS2910 Matrix ARM mini PC"
246
247 config TARGET_TITANIUM
248 bool "titanium"
249
250 config TARGET_TQMA6
251 bool "TQ Systems TQMa6 board"
252
253 config TARGET_UDOO
254 bool "udoo"
255 select SUPPORT_SPL
256
257 config TARGET_UDOO_NEO
258 bool "UDOO Neo"
259 select SUPPORT_SPL
260 select MX6SX
261 select DM
262 select DM_THERMAL
263
264 config TARGET_SAMTEC_VINING_2000
265 bool "samtec VIN|ING 2000"
266 select MX6SX
267 select DM
268 select DM_THERMAL
269
270 config TARGET_WANDBOARD
271 bool "wandboard"
272 select SUPPORT_SPL
273
274 config TARGET_WARP
275 bool "WaRP"
276
277 config TARGET_XPRESS
278 bool "CCV xPress"
279 select MX6UL
280 select DM
281 select DM_THERMAL
282 select SUPPORT_SPL
283
284 config TARGET_ZC5202
285 bool "zc5202"
286 select SUPPORT_SPL
287 select DM
288 select DM_THERMAL
289
290 config TARGET_ZC5601
291 bool "zc5601"
292 select SUPPORT_SPL
293 select DM
294 select DM_THERMAL
295
296 endchoice
297
298 config SYS_SOC
299 default "mx6"
300
301 source "board/ge/bx50v3/Kconfig"
302 source "board/advantech/dms-ba16/Kconfig"
303 source "board/aristainetos/Kconfig"
304 source "board/bachmann/ot1200/Kconfig"
305 source "board/barco/platinum/Kconfig"
306 source "board/barco/titanium/Kconfig"
307 source "board/boundary/nitrogen6x/Kconfig"
308 source "board/ccv/xpress/Kconfig"
309 source "board/compulab/cm_fx6/Kconfig"
310 source "board/congatec/cgtqmx6eval/Kconfig"
311 source "board/el/el6x/Kconfig"
312 source "board/embest/mx6boards/Kconfig"
313 source "board/engicam/geam6ul/Kconfig"
314 source "board/engicam/icorem6/Kconfig"
315 source "board/engicam/icorem6_rqs/Kconfig"
316 source "board/freescale/mx6qarm2/Kconfig"
317 source "board/freescale/mx6qsabreauto/Kconfig"
318 source "board/freescale/mx6sabresd/Kconfig"
319 source "board/freescale/mx6slevk/Kconfig"
320 source "board/freescale/mx6sllevk/Kconfig"
321 source "board/freescale/mx6sxsabresd/Kconfig"
322 source "board/freescale/mx6sxsabreauto/Kconfig"
323 source "board/freescale/mx6ul_14x14_evk/Kconfig"
324 source "board/freescale/mx6ullevk/Kconfig"
325 source "board/grinn/liteboard/Kconfig"
326 source "board/phytec/pcm058/Kconfig"
327 source "board/gateworks/gw_ventana/Kconfig"
328 source "board/kosagi/novena/Kconfig"
329 source "board/samtec/vining_2000/Kconfig"
330 source "board/seco/Kconfig"
331 source "board/solidrun/mx6cuboxi/Kconfig"
332 source "board/technexion/pico-imx6ul/Kconfig"
333 source "board/tbs/tbs2910/Kconfig"
334 source "board/tqc/tqma6/Kconfig"
335 source "board/toradex/apalis_imx6/Kconfig"
336 source "board/toradex/colibri_imx6/Kconfig"
337 source "board/udoo/Kconfig"
338 source "board/udoo/neo/Kconfig"
339 source "board/wandboard/Kconfig"
340 source "board/warp/Kconfig"
341
342 endif