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