]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7/mx6/Kconfig
cca8a8755c374a6d5c63298a7af6df232282380b
[u-boot] / 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_PLATINUM_PICON
190         bool "platinum-picon"
191         select SUPPORT_SPL
192
193 config TARGET_PLATINUM_TITANIUM
194         bool "platinum-titanium"
195         select SUPPORT_SPL
196
197 config TARGET_PCM058
198         bool "Phytec PCM058 i.MX6 Quad"
199         select SUPPORT_SPL
200
201 config TARGET_SECOMX6
202         bool "secomx6 boards"
203
204 config TARGET_TBS2910
205         bool "TBS2910 Matrix ARM mini PC"
206
207 config TARGET_TITANIUM
208         bool "titanium"
209
210 config TARGET_TQMA6
211         bool "TQ Systems TQMa6 board"
212
213 config TARGET_UDOO
214         bool "udoo"
215         select SUPPORT_SPL
216
217 config TARGET_UDOO_NEO
218         bool "UDOO Neo"
219         select SUPPORT_SPL
220         select MX6SX
221
222 config TARGET_SAMTEC_VINING_2000
223         bool "samtec VIN|ING 2000"
224         select MX6SX
225         select DM
226         select DM_THERMAL
227
228 config TARGET_WANDBOARD
229         bool "wandboard"
230         select SUPPORT_SPL
231
232 config TARGET_WARP
233         bool "WaRP"
234
235 config TARGET_XPRESS
236         bool "CCV xPress"
237         select MX6UL
238         select DM
239         select DM_THERMAL
240         select SUPPORT_SPL
241
242 config TARGET_ZC5202
243         bool "zc5202"
244         select SUPPORT_SPL
245         select DM
246         select DM_THERMAL
247
248 config TARGET_ZC5601
249         bool "zc5601"
250         select SUPPORT_SPL
251         select DM
252         select DM_THERMAL
253
254 endchoice
255
256 config SYS_SOC
257         default "mx6"
258
259 source "board/ge/bx50v3/Kconfig"
260 source "board/advantech/dms-ba16/Kconfig"
261 source "board/aristainetos/Kconfig"
262 source "board/bachmann/ot1200/Kconfig"
263 source "board/barco/platinum/Kconfig"
264 source "board/barco/titanium/Kconfig"
265 source "board/boundary/nitrogen6x/Kconfig"
266 source "board/ccv/xpress/Kconfig"
267 source "board/compulab/cm_fx6/Kconfig"
268 source "board/congatec/cgtqmx6eval/Kconfig"
269 source "board/el/el6x/Kconfig"
270 source "board/embest/mx6boards/Kconfig"
271 source "board/engicam/icorem6/Kconfig"
272 source "board/freescale/mx6qarm2/Kconfig"
273 source "board/freescale/mx6qsabreauto/Kconfig"
274 source "board/freescale/mx6sabresd/Kconfig"
275 source "board/freescale/mx6slevk/Kconfig"
276 source "board/freescale/mx6sxsabresd/Kconfig"
277 source "board/freescale/mx6sxsabreauto/Kconfig"
278 source "board/freescale/mx6ul_14x14_evk/Kconfig"
279 source "board/freescale/mx6ullevk/Kconfig"
280 source "board/phytec/pcm058/Kconfig"
281 source "board/gateworks/gw_ventana/Kconfig"
282 source "board/kosagi/novena/Kconfig"
283 source "board/samtec/vining_2000/Kconfig"
284 source "board/seco/Kconfig"
285 source "board/solidrun/mx6cuboxi/Kconfig"
286 source "board/technexion/pico-imx6ul/Kconfig"
287 source "board/tbs/tbs2910/Kconfig"
288 source "board/tqc/tqma6/Kconfig"
289 source "board/toradex/apalis_imx6/Kconfig"
290 source "board/toradex/colibri_imx6/Kconfig"
291 source "board/udoo/Kconfig"
292 source "board/udoo/neo/Kconfig"
293 source "board/wandboard/Kconfig"
294 source "board/warp/Kconfig"
295
296 endif