blob: e2431a8c9237e1657e272cbe52725a15a7732e43 [file] [log] [blame]
Boris BREZILLON89ebc822015-03-04 13:13:03 +01001if 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
Adrian Alonsoa89729c2015-10-12 13:48:09 -050026 select ROM_UNIFIED_SECTIONS
Boris BREZILLON89ebc822015-03-04 13:13:03 +010027 bool
28
Peng Fana2c74aa2015-07-20 19:28:28 +080029config MX6UL
30 select SYS_L2CACHE_OFF
Adrian Alonsoa89729c2015-10-12 13:48:09 -050031 select ROM_UNIFIED_SECTIONS
Peng Fana2c74aa2015-07-20 19:28:28 +080032 bool
33
Ye Li51db4602016-08-11 14:02:39 +080034config MX6ULL
35 bool
36 select MX6UL
37
Boris BREZILLON058d2312015-03-04 13:13:05 +010038choice
39 prompt "MX6 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050040 optional
Boris BREZILLON058d2312015-03-04 13:13:05 +010041
Akshay Bhatff383222016-07-29 11:44:46 -040042config TARGET_ADVANTECH_DMS_BA16
43 bool "Advantech dms-ba16"
44 select MX6Q
45
Peng Fan21782822015-08-07 20:35:24 +080046config TARGET_ARISTAINETOS
47 bool "aristainetos"
Peng Fan21782822015-08-07 20:35:24 +080048
49config TARGET_ARISTAINETOS2
50 bool "aristainetos2"
Peng Fan21782822015-08-07 20:35:24 +080051
Heiko Schocher96270842015-08-24 11:36:40 +020052config TARGET_ARISTAINETOS2B
53 bool "Support aristainetos2-revB"
Heiko Schocher96270842015-08-24 11:36:40 +020054
Peng Fan21782822015-08-07 20:35:24 +080055config TARGET_CGTQMX6EVAL
56 bool "cgtqmx6eval"
Otavio Salvadord7140352015-11-19 19:02:36 -020057 select SUPPORT_SPL
58 select DM
59 select DM_THERMAL
Peng Fan21782822015-08-07 20:35:24 +080060
Nikita Kiryanov81f55982015-07-23 17:19:33 +030061config TARGET_CM_FX6
Peng Fan21782822015-08-07 20:35:24 +080062 bool "CM-FX6"
Nikita Kiryanov81f55982015-07-23 17:19:33 +030063 select SUPPORT_SPL
64 select DM
65 select DM_SERIAL
66 select DM_GPIO
67
Peng Fan21782822015-08-07 20:35:24 +080068config TARGET_EMBESTMX6BOARDS
69 bool "embestmx6boards"
Peng Fan21782822015-08-07 20:35:24 +080070
Akshay Bhatf9162b12016-01-29 15:16:40 -050071config 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
Peng Fan21782822015-08-07 20:35:24 +080083config TARGET_GW_VENTANA
84 bool "gw_ventana"
Peng Fan21782822015-08-07 20:35:24 +080085 select SUPPORT_SPL
86
87config TARGET_KOSAGI_NOVENA
88 bool "Kosagi Novena"
Peng Fan21782822015-08-07 20:35:24 +080089 select SUPPORT_SPL
90
91config TARGET_MX6CUBOXI
92 bool "Solid-run mx6 boards"
Peng Fan21782822015-08-07 20:35:24 +080093 select SUPPORT_SPL
94
95config TARGET_MX6QARM2
96 bool "mx6qarm2"
Peng Fan21782822015-08-07 20:35:24 +080097
Jagan Tekif4b75322016-10-08 18:00:11 +053098config TARGET_MX6Q_ICORE
99 bool "Support Engicam i.Core"
100 select MX6QDL
Jagan Tekie88edc72016-10-08 18:00:19 +0530101 select OF_CONTROL
Jagan Tekif4b75322016-10-08 18:00:11 +0530102 select DM
103 select DM_THERMAL
104 select SUPPORT_SPL
105
Peng Fan21782822015-08-07 20:35:24 +0800106config TARGET_MX6QSABREAUTO
107 bool "mx6qsabreauto"
Peng Fan21782822015-08-07 20:35:24 +0800108 select DM
109 select DM_THERMAL
110
111config TARGET_MX6SABRESD
112 bool "mx6sabresd"
Peng Fan21782822015-08-07 20:35:24 +0800113 select SUPPORT_SPL
114 select DM
115 select DM_THERMAL
116
117config TARGET_MX6SLEVK
118 bool "mx6slevk"
Peng Fane7d3b212015-08-17 16:11:05 +0800119 select SUPPORT_SPL
Peng Fan21782822015-08-07 20:35:24 +0800120
121config TARGET_MX6SXSABRESD
122 bool "mx6sxsabresd"
Peng Fan9131c182016-03-03 15:56:01 +0800123 select MX6SX
Peng Fan21782822015-08-07 20:35:24 +0800124 select SUPPORT_SPL
125 select DM
126 select DM_THERMAL
127
Ye Licf94a342016-02-01 10:41:32 +0800128config TARGET_MX6SXSABREAUTO
129 bool "mx6sxsabreauto"
Peng Fan9131c182016-03-03 15:56:01 +0800130 select MX6SX
Ye Licf94a342016-02-01 10:41:32 +0800131 select DM
132 select DM_THERMAL
133
Peng Fand9cbb262015-09-06 15:02:34 +0800134config TARGET_MX6UL_9X9_EVK
135 bool "mx6ul_9x9_evk"
136 select MX6UL
Peng Fand9cbb262015-09-06 15:02:34 +0800137 select DM
138 select DM_THERMAL
139 select SUPPORT_SPL
140
Peng Fan21782822015-08-07 20:35:24 +0800141config TARGET_MX6UL_14X14_EVK
142 bool "mx6ul_14x14_evk"
Peng Fand5b21122015-08-19 15:48:58 +0800143 select MX6UL
Peng Fan21782822015-08-07 20:35:24 +0800144 select DM
145 select DM_THERMAL
146 select SUPPORT_SPL
147
Peng Fan55a42b32016-08-11 14:02:57 +0800148config TARGET_MX6ULL_14X14_EVK
149 bool "Support mx6ull_14x14_evk"
150 select MX6ULL
151 select DM
152 select DM_THERMAL
153
Peng Fan21782822015-08-07 20:35:24 +0800154config TARGET_NITROGEN6X
155 bool "nitrogen6x"
Peng Fan21782822015-08-07 20:35:24 +0800156
157config TARGET_OT1200
158 bool "Bachmann OT1200"
Peng Fan21782822015-08-07 20:35:24 +0800159 select SUPPORT_SPL
160
Fabio Estevam69cc7db2016-04-18 09:56:16 -0300161config TARGET_PICO_IMX6UL
162 bool "PICO-IMX6UL-EMMC"
163 select MX6UL
164
Peng Fan21782822015-08-07 20:35:24 +0800165config TARGET_PLATINUM_PICON
166 bool "platinum-picon"
Peng Fan21782822015-08-07 20:35:24 +0800167 select SUPPORT_SPL
168
169config TARGET_PLATINUM_TITANIUM
170 bool "platinum-titanium"
Peng Fan21782822015-08-07 20:35:24 +0800171 select SUPPORT_SPL
172
Stefano Babic876a25d2016-06-08 10:50:20 +0200173config TARGET_PCM058
174 bool "Phytec PCM058 i.MX6 Quad"
175 select SUPPORT_SPL
176
Boris BREZILLON058d2312015-03-04 13:13:05 +0100177config TARGET_SECOMX6
Peng Fan21782822015-08-07 20:35:24 +0800178 bool "secomx6 boards"
179
180config TARGET_TBS2910
Soeren Mochc3f871c2015-08-13 21:08:45 +0200181 bool "TBS2910 Matrix ARM mini PC"
Peng Fan21782822015-08-07 20:35:24 +0800182
183config TARGET_TITANIUM
184 bool "titanium"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100185
Markus Niebel51f6c422015-06-04 17:25:31 +0200186config TARGET_TQMA6
187 bool "TQ Systems TQMa6 board"
Markus Niebel51f6c422015-06-04 17:25:31 +0200188
Peng Fan21782822015-08-07 20:35:24 +0800189config TARGET_UDOO
190 bool "udoo"
Peng Fan21782822015-08-07 20:35:24 +0800191 select SUPPORT_SPL
192
193config TARGET_WANDBOARD
194 bool "wandboard"
Peng Fan21782822015-08-07 20:35:24 +0800195 select SUPPORT_SPL
196
197config TARGET_WARP
198 bool "WaRP"
Peng Fan21782822015-08-07 20:35:24 +0800199
Stefan Roesea7f480d2016-02-10 11:41:26 +0100200config TARGET_XPRESS
201 bool "CCV xPress"
202 select MX6UL
203 select DM
204 select DM_THERMAL
205 select SUPPORT_SPL
206
Stefano Babic8be4f402016-06-06 11:19:42 +0200207config TARGET_ZC5202
208 bool "zc5202"
209 select SUPPORT_SPL
210 select DM
211 select DM_THERMAL
212
213config TARGET_ZC5601
214 bool "zc5601"
215 select SUPPORT_SPL
216 select DM
217 select DM_THERMAL
218
Boris BREZILLON058d2312015-03-04 13:13:05 +0100219endchoice
220
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100221config SYS_SOC
222 default "mx6"
223
Akshay Bhatf9162b12016-01-29 15:16:40 -0500224source "board/ge/bx50v3/Kconfig"
Akshay Bhatff383222016-07-29 11:44:46 -0400225source "board/advantech/dms-ba16/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800226source "board/aristainetos/Kconfig"
227source "board/bachmann/ot1200/Kconfig"
228source "board/barco/platinum/Kconfig"
229source "board/barco/titanium/Kconfig"
230source "board/boundary/nitrogen6x/Kconfig"
Stefan Roesea7f480d2016-02-10 11:41:26 +0100231source "board/ccv/xpress/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800232source "board/compulab/cm_fx6/Kconfig"
233source "board/congatec/cgtqmx6eval/Kconfig"
Stefano Babic8be4f402016-06-06 11:19:42 +0200234source "board/el/el6x/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800235source "board/embest/mx6boards/Kconfig"
Jagan Tekif4b75322016-10-08 18:00:11 +0530236source "board/engicam/icorem6/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800237source "board/freescale/mx6qarm2/Kconfig"
238source "board/freescale/mx6qsabreauto/Kconfig"
239source "board/freescale/mx6sabresd/Kconfig"
240source "board/freescale/mx6slevk/Kconfig"
241source "board/freescale/mx6sxsabresd/Kconfig"
Ye Licf94a342016-02-01 10:41:32 +0800242source "board/freescale/mx6sxsabreauto/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800243source "board/freescale/mx6ul_14x14_evk/Kconfig"
Peng Fan55a42b32016-08-11 14:02:57 +0800244source "board/freescale/mx6ullevk/Kconfig"
Stefano Babic876a25d2016-06-08 10:50:20 +0200245source "board/phytec/pcm058/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800246source "board/gateworks/gw_ventana/Kconfig"
247source "board/kosagi/novena/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100248source "board/seco/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800249source "board/solidrun/mx6cuboxi/Kconfig"
Fabio Estevam69cc7db2016-04-18 09:56:16 -0300250source "board/technexion/pico-imx6ul/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800251source "board/tbs/tbs2910/Kconfig"
Markus Niebel51f6c422015-06-04 17:25:31 +0200252source "board/tqc/tqma6/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800253source "board/udoo/Kconfig"
254source "board/wandboard/Kconfig"
255source "board/warp/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100256
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100257endif