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