]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - arch/arm/cpu/armv7/mx6/Kconfig
arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
... / ...
CommitLineData
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
26 select ROM_UNIFIED_SECTIONS
27 bool
28
29config MX6UL
30 select SYS_L2CACHE_OFF
31 select ROM_UNIFIED_SECTIONS
32 bool
33
34config MX6ULL
35 bool
36 select MX6UL
37
38choice
39 prompt "MX6 board select"
40 optional
41
42config TARGET_ADVANTECH_DMS_BA16
43 bool "Advantech dms-ba16"
44 select MX6Q
45
46config TARGET_ARISTAINETOS
47 bool "aristainetos"
48
49config TARGET_ARISTAINETOS2
50 bool "aristainetos2"
51
52config TARGET_ARISTAINETOS2B
53 bool "Support aristainetos2-revB"
54
55config TARGET_CGTQMX6EVAL
56 bool "cgtqmx6eval"
57 select SUPPORT_SPL
58 select DM
59 select DM_THERMAL
60
61config TARGET_CM_FX6
62 bool "CM-FX6"
63 select SUPPORT_SPL
64 select DM
65 select DM_SERIAL
66 select DM_GPIO
67
68config TARGET_EMBESTMX6BOARDS
69 bool "embestmx6boards"
70
71config TARGET_GE_B450V3
72 bool "General Electric B450v3"
73 select MX6Q
74
75config TARGET_GE_B650V3
76 bool "General Electric B650v3"
77 select MX6Q
78
79config TARGET_GE_B850V3
80 bool "General Electric B850v3"
81 select MX6Q
82
83config TARGET_GW_VENTANA
84 bool "gw_ventana"
85 select SUPPORT_SPL
86
87config TARGET_KOSAGI_NOVENA
88 bool "Kosagi Novena"
89 select SUPPORT_SPL
90
91config TARGET_MX6CUBOXI
92 bool "Solid-run mx6 boards"
93 select SUPPORT_SPL
94
95config TARGET_MX6QARM2
96 bool "mx6qarm2"
97
98config TARGET_MX6Q_ICORE
99 bool "Support Engicam i.Core"
100 select MX6QDL
101 select DM
102 select DM_THERMAL
103 select SUPPORT_SPL
104
105config TARGET_MX6QSABREAUTO
106 bool "mx6qsabreauto"
107 select DM
108 select DM_THERMAL
109
110config TARGET_MX6SABRESD
111 bool "mx6sabresd"
112 select SUPPORT_SPL
113 select DM
114 select DM_THERMAL
115
116config TARGET_MX6SLEVK
117 bool "mx6slevk"
118 select SUPPORT_SPL
119
120config TARGET_MX6SXSABRESD
121 bool "mx6sxsabresd"
122 select MX6SX
123 select SUPPORT_SPL
124 select DM
125 select DM_THERMAL
126
127config TARGET_MX6SXSABREAUTO
128 bool "mx6sxsabreauto"
129 select MX6SX
130 select DM
131 select DM_THERMAL
132
133config TARGET_MX6UL_9X9_EVK
134 bool "mx6ul_9x9_evk"
135 select MX6UL
136 select DM
137 select DM_THERMAL
138 select SUPPORT_SPL
139
140config TARGET_MX6UL_14X14_EVK
141 bool "mx6ul_14x14_evk"
142 select MX6UL
143 select DM
144 select DM_THERMAL
145 select SUPPORT_SPL
146
147config TARGET_MX6ULL_14X14_EVK
148 bool "Support mx6ull_14x14_evk"
149 select MX6ULL
150 select DM
151 select DM_THERMAL
152
153config TARGET_NITROGEN6X
154 bool "nitrogen6x"
155
156config TARGET_OT1200
157 bool "Bachmann OT1200"
158 select SUPPORT_SPL
159
160config TARGET_PICO_IMX6UL
161 bool "PICO-IMX6UL-EMMC"
162 select MX6UL
163
164config TARGET_PLATINUM_PICON
165 bool "platinum-picon"
166 select SUPPORT_SPL
167
168config TARGET_PLATINUM_TITANIUM
169 bool "platinum-titanium"
170 select SUPPORT_SPL
171
172config TARGET_PCM058
173 bool "Phytec PCM058 i.MX6 Quad"
174 select SUPPORT_SPL
175
176config TARGET_SECOMX6
177 bool "secomx6 boards"
178
179config TARGET_TBS2910
180 bool "TBS2910 Matrix ARM mini PC"
181
182config TARGET_TITANIUM
183 bool "titanium"
184
185config TARGET_TQMA6
186 bool "TQ Systems TQMa6 board"
187
188config TARGET_UDOO
189 bool "udoo"
190 select SUPPORT_SPL
191
192config TARGET_WANDBOARD
193 bool "wandboard"
194 select SUPPORT_SPL
195
196config TARGET_WARP
197 bool "WaRP"
198
199config TARGET_XPRESS
200 bool "CCV xPress"
201 select MX6UL
202 select DM
203 select DM_THERMAL
204 select SUPPORT_SPL
205
206config TARGET_ZC5202
207 bool "zc5202"
208 select SUPPORT_SPL
209 select DM
210 select DM_THERMAL
211
212config TARGET_ZC5601
213 bool "zc5601"
214 select SUPPORT_SPL
215 select DM
216 select DM_THERMAL
217
218endchoice
219
220config SYS_SOC
221 default "mx6"
222
223source "board/ge/bx50v3/Kconfig"
224source "board/advantech/dms-ba16/Kconfig"
225source "board/aristainetos/Kconfig"
226source "board/bachmann/ot1200/Kconfig"
227source "board/barco/platinum/Kconfig"
228source "board/barco/titanium/Kconfig"
229source "board/boundary/nitrogen6x/Kconfig"
230source "board/ccv/xpress/Kconfig"
231source "board/compulab/cm_fx6/Kconfig"
232source "board/congatec/cgtqmx6eval/Kconfig"
233source "board/el/el6x/Kconfig"
234source "board/embest/mx6boards/Kconfig"
235source "board/engicam/icorem6/Kconfig"
236source "board/freescale/mx6qarm2/Kconfig"
237source "board/freescale/mx6qsabreauto/Kconfig"
238source "board/freescale/mx6sabresd/Kconfig"
239source "board/freescale/mx6slevk/Kconfig"
240source "board/freescale/mx6sxsabresd/Kconfig"
241source "board/freescale/mx6sxsabreauto/Kconfig"
242source "board/freescale/mx6ul_14x14_evk/Kconfig"
243source "board/freescale/mx6ullevk/Kconfig"
244source "board/phytec/pcm058/Kconfig"
245source "board/gateworks/gw_ventana/Kconfig"
246source "board/kosagi/novena/Kconfig"
247source "board/seco/Kconfig"
248source "board/solidrun/mx6cuboxi/Kconfig"
249source "board/technexion/pico-imx6ul/Kconfig"
250source "board/tbs/tbs2910/Kconfig"
251source "board/tqc/tqma6/Kconfig"
252source "board/udoo/Kconfig"
253source "board/wandboard/Kconfig"
254source "board/warp/Kconfig"
255
256endif