]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx6/Kconfig
board/liteboard: Add support for liteBoard
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
CommitLineData
89ebc821
BB
1if ARCH_MX6
2
3config MX6
4 bool
5 default y
6
7config MX6D
8 bool
9
10config MX6DL
11 bool
12
13config MX6Q
14 bool
15
16config MX6QDL
17 bool
18
19config MX6S
20 bool
21
22config MX6SL
23 bool
24
25config MX6SX
a89729c9 26 select ROM_UNIFIED_SECTIONS
89ebc821
BB
27 bool
28
a2c74aaf
PF
29config MX6UL
30 select SYS_L2CACHE_OFF
a89729c9 31 select ROM_UNIFIED_SECTIONS
a2c74aaf
PF
32 bool
33
51db4603
YL
34config MX6ULL
35 bool
36 select MX6UL
37
a425bf72
EN
38config 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
058d2316
BB
46choice
47 prompt "MX6 board select"
a26cd049 48 optional
058d2316 49
ff383220
AB
50config TARGET_ADVANTECH_DMS_BA16
51 bool "Advantech dms-ba16"
52 select MX6Q
53
592f4aed
MK
54config 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
21782828
PF
61config TARGET_ARISTAINETOS
62 bool "aristainetos"
21782828
PF
63
64config TARGET_ARISTAINETOS2
65 bool "aristainetos2"
21782828 66
9627084c
HS
67config TARGET_ARISTAINETOS2B
68 bool "Support aristainetos2-revB"
9627084c 69
21782828
PF
70config TARGET_CGTQMX6EVAL
71 bool "cgtqmx6eval"
d7140351
OS
72 select SUPPORT_SPL
73 select DM
74 select DM_THERMAL
21782828 75
81f5598b 76config TARGET_CM_FX6
21782828 77 bool "CM-FX6"
81f5598b
NK
78 select SUPPORT_SPL
79 select DM
80 select DM_SERIAL
81 select DM_GPIO
82
a02d517b
MK
83config 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
21782828
PF
90config TARGET_EMBESTMX6BOARDS
91 bool "embestmx6boards"
21782828 92
f9162b15
AB
93config TARGET_GE_B450V3
94 bool "General Electric B450v3"
95 select MX6Q
96
97config TARGET_GE_B650V3
98 bool "General Electric B650v3"
99 select MX6Q
100
101config TARGET_GE_B850V3
102 bool "General Electric B850v3"
103 select MX6Q
104
21782828
PF
105config TARGET_GW_VENTANA
106 bool "gw_ventana"
21782828
PF
107 select SUPPORT_SPL
108
109config TARGET_KOSAGI_NOVENA
110 bool "Kosagi Novena"
21782828
PF
111 select SUPPORT_SPL
112
113config TARGET_MX6CUBOXI
114 bool "Solid-run mx6 boards"
21782828
PF
115 select SUPPORT_SPL
116
117config TARGET_MX6QARM2
118 bool "mx6qarm2"
21782828 119
f4b7532f
JT
120config TARGET_MX6Q_ICORE
121 bool "Support Engicam i.Core"
122 select MX6QDL
e88edc7b 123 select OF_CONTROL
f4b7532f 124 select DM
f160c5c8
JT
125 select DM_GPIO
126 select DM_MMC
f4b7532f
JT
127 select DM_THERMAL
128 select SUPPORT_SPL
129
21782828
PF
130config TARGET_MX6QSABREAUTO
131 bool "mx6qsabreauto"
21782828
PF
132 select DM
133 select DM_THERMAL
134
135config TARGET_MX6SABRESD
136 bool "mx6sabresd"
21782828
PF
137 select SUPPORT_SPL
138 select DM
139 select DM_THERMAL
140
141config TARGET_MX6SLEVK
142 bool "mx6slevk"
e7d3b21b 143 select SUPPORT_SPL
21782828
PF
144
145config TARGET_MX6SXSABRESD
146 bool "mx6sxsabresd"
9131c18c 147 select MX6SX
21782828
PF
148 select SUPPORT_SPL
149 select DM
150 select DM_THERMAL
151
cf94a342
YL
152config TARGET_MX6SXSABREAUTO
153 bool "mx6sxsabreauto"
9131c18c 154 select MX6SX
cf94a342
YL
155 select DM
156 select DM_THERMAL
157
d9cbb264
PF
158config TARGET_MX6UL_9X9_EVK
159 bool "mx6ul_9x9_evk"
160 select MX6UL
d9cbb264
PF
161 select DM
162 select DM_THERMAL
163 select SUPPORT_SPL
164
21782828
PF
165config TARGET_MX6UL_14X14_EVK
166 bool "mx6ul_14x14_evk"
d5b2112e 167 select MX6UL
21782828
PF
168 select DM
169 select DM_THERMAL
170 select SUPPORT_SPL
171
55a42b33
PF
172config TARGET_MX6ULL_14X14_EVK
173 bool "Support mx6ull_14x14_evk"
174 select MX6ULL
175 select DM
176 select DM_THERMAL
177
21782828
PF
178config TARGET_NITROGEN6X
179 bool "nitrogen6x"
21782828
PF
180
181config TARGET_OT1200
182 bool "Bachmann OT1200"
21782828
PF
183 select SUPPORT_SPL
184
69cc7dbf
FE
185config TARGET_PICO_IMX6UL
186 bool "PICO-IMX6UL-EMMC"
187 select MX6UL
188
c9e40e65
MN
189config TARGET_LITEBOARD
190 bool "Grinn liteBoard (i.MX6UL)"
191 select LITESOM
192
21782828
PF
193config TARGET_PLATINUM_PICON
194 bool "platinum-picon"
21782828
PF
195 select SUPPORT_SPL
196
197config TARGET_PLATINUM_TITANIUM
198 bool "platinum-titanium"
21782828
PF
199 select SUPPORT_SPL
200
876a25d2
SB
201config TARGET_PCM058
202 bool "Phytec PCM058 i.MX6 Quad"
203 select SUPPORT_SPL
204
058d2316 205config TARGET_SECOMX6
21782828
PF
206 bool "secomx6 boards"
207
208config TARGET_TBS2910
c3f871c1 209 bool "TBS2910 Matrix ARM mini PC"
21782828
PF
210
211config TARGET_TITANIUM
212 bool "titanium"
058d2316 213
51f6c428
MN
214config TARGET_TQMA6
215 bool "TQ Systems TQMa6 board"
51f6c428 216
21782828
PF
217config TARGET_UDOO
218 bool "udoo"
21782828
PF
219 select SUPPORT_SPL
220
792f1868
BL
221config TARGET_UDOO_NEO
222 bool "UDOO Neo"
223 select SUPPORT_SPL
4a056c45 224 select MX6SX
0719b16f
BL
225 select DM
226 select DM_THERMAL
792f1868 227
730d2544
CF
228config TARGET_SAMTEC_VINING_2000
229 bool "samtec VIN|ING 2000"
230 select MX6SX
231 select DM
232 select DM_THERMAL
233
21782828
PF
234config TARGET_WANDBOARD
235 bool "wandboard"
21782828
PF
236 select SUPPORT_SPL
237
238config TARGET_WARP
239 bool "WaRP"
21782828 240
a7f480d9
SR
241config TARGET_XPRESS
242 bool "CCV xPress"
243 select MX6UL
244 select DM
245 select DM_THERMAL
246 select SUPPORT_SPL
247
8be4f40e
SB
248config TARGET_ZC5202
249 bool "zc5202"
250 select SUPPORT_SPL
251 select DM
252 select DM_THERMAL
253
254config TARGET_ZC5601
255 bool "zc5601"
256 select SUPPORT_SPL
257 select DM
258 select DM_THERMAL
259
058d2316
BB
260endchoice
261
89ebc821
BB
262config SYS_SOC
263 default "mx6"
264
f9162b15 265source "board/ge/bx50v3/Kconfig"
ff383220 266source "board/advantech/dms-ba16/Kconfig"
21782828
PF
267source "board/aristainetos/Kconfig"
268source "board/bachmann/ot1200/Kconfig"
269source "board/barco/platinum/Kconfig"
270source "board/barco/titanium/Kconfig"
271source "board/boundary/nitrogen6x/Kconfig"
a7f480d9 272source "board/ccv/xpress/Kconfig"
21782828
PF
273source "board/compulab/cm_fx6/Kconfig"
274source "board/congatec/cgtqmx6eval/Kconfig"
8be4f40e 275source "board/el/el6x/Kconfig"
21782828 276source "board/embest/mx6boards/Kconfig"
f4b7532f 277source "board/engicam/icorem6/Kconfig"
21782828
PF
278source "board/freescale/mx6qarm2/Kconfig"
279source "board/freescale/mx6qsabreauto/Kconfig"
280source "board/freescale/mx6sabresd/Kconfig"
281source "board/freescale/mx6slevk/Kconfig"
282source "board/freescale/mx6sxsabresd/Kconfig"
cf94a342 283source "board/freescale/mx6sxsabreauto/Kconfig"
21782828 284source "board/freescale/mx6ul_14x14_evk/Kconfig"
55a42b33 285source "board/freescale/mx6ullevk/Kconfig"
c9e40e65 286source "board/grinn/liteboard/Kconfig"
876a25d2 287source "board/phytec/pcm058/Kconfig"
21782828
PF
288source "board/gateworks/gw_ventana/Kconfig"
289source "board/kosagi/novena/Kconfig"
730d2544 290source "board/samtec/vining_2000/Kconfig"
058d2316 291source "board/seco/Kconfig"
21782828 292source "board/solidrun/mx6cuboxi/Kconfig"
69cc7dbf 293source "board/technexion/pico-imx6ul/Kconfig"
21782828 294source "board/tbs/tbs2910/Kconfig"
51f6c428 295source "board/tqc/tqma6/Kconfig"
592f4aed 296source "board/toradex/apalis_imx6/Kconfig"
a02d517b 297source "board/toradex/colibri_imx6/Kconfig"
21782828 298source "board/udoo/Kconfig"
792f1868 299source "board/udoo/neo/Kconfig"
21782828
PF
300source "board/wandboard/Kconfig"
301source "board/warp/Kconfig"
058d2316 302
89ebc821 303endif