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