blob: 4214ab5dc61286bce7c11197e18cf3732b76736a [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
Boris BREZILLON058d2312015-03-04 13:13:05 +010034choice
35 prompt "MX6 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050036 optional
Boris BREZILLON058d2312015-03-04 13:13:05 +010037
Akshay Bhatff383222016-07-29 11:44:46 -040038config TARGET_ADVANTECH_DMS_BA16
39 bool "Advantech dms-ba16"
40 select MX6Q
41
Peng Fan21782822015-08-07 20:35:24 +080042config TARGET_ARISTAINETOS
43 bool "aristainetos"
Peng Fan21782822015-08-07 20:35:24 +080044
45config TARGET_ARISTAINETOS2
46 bool "aristainetos2"
Peng Fan21782822015-08-07 20:35:24 +080047
Heiko Schocher96270842015-08-24 11:36:40 +020048config TARGET_ARISTAINETOS2B
49 bool "Support aristainetos2-revB"
Heiko Schocher96270842015-08-24 11:36:40 +020050
Peng Fan21782822015-08-07 20:35:24 +080051config TARGET_CGTQMX6EVAL
52 bool "cgtqmx6eval"
Otavio Salvadord7140352015-11-19 19:02:36 -020053 select SUPPORT_SPL
54 select DM
55 select DM_THERMAL
Peng Fan21782822015-08-07 20:35:24 +080056
Nikita Kiryanov81f55982015-07-23 17:19:33 +030057config TARGET_CM_FX6
Peng Fan21782822015-08-07 20:35:24 +080058 bool "CM-FX6"
Nikita Kiryanov81f55982015-07-23 17:19:33 +030059 select SUPPORT_SPL
60 select DM
61 select DM_SERIAL
62 select DM_GPIO
63
Peng Fan21782822015-08-07 20:35:24 +080064config TARGET_EMBESTMX6BOARDS
65 bool "embestmx6boards"
Peng Fan21782822015-08-07 20:35:24 +080066
Akshay Bhatf9162b12016-01-29 15:16:40 -050067config TARGET_GE_B450V3
68 bool "General Electric B450v3"
69 select MX6Q
70
71config TARGET_GE_B650V3
72 bool "General Electric B650v3"
73 select MX6Q
74
75config TARGET_GE_B850V3
76 bool "General Electric B850v3"
77 select MX6Q
78
Peng Fan21782822015-08-07 20:35:24 +080079config TARGET_GW_VENTANA
80 bool "gw_ventana"
Peng Fan21782822015-08-07 20:35:24 +080081 select SUPPORT_SPL
82
83config TARGET_KOSAGI_NOVENA
84 bool "Kosagi Novena"
Peng Fan21782822015-08-07 20:35:24 +080085 select SUPPORT_SPL
86
87config TARGET_MX6CUBOXI
88 bool "Solid-run mx6 boards"
Peng Fan21782822015-08-07 20:35:24 +080089 select SUPPORT_SPL
90
91config TARGET_MX6QARM2
92 bool "mx6qarm2"
Peng Fan21782822015-08-07 20:35:24 +080093
94config TARGET_MX6QSABREAUTO
95 bool "mx6qsabreauto"
Peng Fan21782822015-08-07 20:35:24 +080096 select DM
97 select DM_THERMAL
98
99config TARGET_MX6SABRESD
100 bool "mx6sabresd"
Peng Fan21782822015-08-07 20:35:24 +0800101 select SUPPORT_SPL
102 select DM
103 select DM_THERMAL
104
105config TARGET_MX6SLEVK
106 bool "mx6slevk"
Peng Fane7d3b212015-08-17 16:11:05 +0800107 select SUPPORT_SPL
Peng Fan21782822015-08-07 20:35:24 +0800108
109config TARGET_MX6SXSABRESD
110 bool "mx6sxsabresd"
Peng Fan9131c182016-03-03 15:56:01 +0800111 select MX6SX
Peng Fan21782822015-08-07 20:35:24 +0800112 select SUPPORT_SPL
113 select DM
114 select DM_THERMAL
115
Ye Licf94a342016-02-01 10:41:32 +0800116config TARGET_MX6SXSABREAUTO
117 bool "mx6sxsabreauto"
Peng Fan9131c182016-03-03 15:56:01 +0800118 select MX6SX
Ye Licf94a342016-02-01 10:41:32 +0800119 select DM
120 select DM_THERMAL
121
Peng Fand9cbb262015-09-06 15:02:34 +0800122config TARGET_MX6UL_9X9_EVK
123 bool "mx6ul_9x9_evk"
124 select MX6UL
Peng Fand9cbb262015-09-06 15:02:34 +0800125 select DM
126 select DM_THERMAL
127 select SUPPORT_SPL
128
Peng Fan21782822015-08-07 20:35:24 +0800129config TARGET_MX6UL_14X14_EVK
130 bool "mx6ul_14x14_evk"
Peng Fand5b21122015-08-19 15:48:58 +0800131 select MX6UL
Peng Fan21782822015-08-07 20:35:24 +0800132 select DM
133 select DM_THERMAL
134 select SUPPORT_SPL
135
136config TARGET_NITROGEN6X
137 bool "nitrogen6x"
Peng Fan21782822015-08-07 20:35:24 +0800138
139config TARGET_OT1200
140 bool "Bachmann OT1200"
Peng Fan21782822015-08-07 20:35:24 +0800141 select SUPPORT_SPL
142
Fabio Estevam69cc7db2016-04-18 09:56:16 -0300143config TARGET_PICO_IMX6UL
144 bool "PICO-IMX6UL-EMMC"
145 select MX6UL
146
Peng Fan21782822015-08-07 20:35:24 +0800147config TARGET_PLATINUM_PICON
148 bool "platinum-picon"
Peng Fan21782822015-08-07 20:35:24 +0800149 select SUPPORT_SPL
150
151config TARGET_PLATINUM_TITANIUM
152 bool "platinum-titanium"
Peng Fan21782822015-08-07 20:35:24 +0800153 select SUPPORT_SPL
154
Stefano Babic876a25d2016-06-08 10:50:20 +0200155config TARGET_PCM058
156 bool "Phytec PCM058 i.MX6 Quad"
157 select SUPPORT_SPL
158
Boris BREZILLON058d2312015-03-04 13:13:05 +0100159config TARGET_SECOMX6
Peng Fan21782822015-08-07 20:35:24 +0800160 bool "secomx6 boards"
161
162config TARGET_TBS2910
Soeren Mochc3f871c2015-08-13 21:08:45 +0200163 bool "TBS2910 Matrix ARM mini PC"
Peng Fan21782822015-08-07 20:35:24 +0800164
165config TARGET_TITANIUM
166 bool "titanium"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100167
Markus Niebel51f6c422015-06-04 17:25:31 +0200168config TARGET_TQMA6
169 bool "TQ Systems TQMa6 board"
Markus Niebel51f6c422015-06-04 17:25:31 +0200170
Peng Fan21782822015-08-07 20:35:24 +0800171config TARGET_UDOO
172 bool "udoo"
Peng Fan21782822015-08-07 20:35:24 +0800173 select SUPPORT_SPL
174
175config TARGET_WANDBOARD
176 bool "wandboard"
Peng Fan21782822015-08-07 20:35:24 +0800177 select SUPPORT_SPL
178
179config TARGET_WARP
180 bool "WaRP"
Peng Fan21782822015-08-07 20:35:24 +0800181
Stefan Roesea7f480d2016-02-10 11:41:26 +0100182config TARGET_XPRESS
183 bool "CCV xPress"
184 select MX6UL
185 select DM
186 select DM_THERMAL
187 select SUPPORT_SPL
188
Stefano Babic8be4f402016-06-06 11:19:42 +0200189config TARGET_ZC5202
190 bool "zc5202"
191 select SUPPORT_SPL
192 select DM
193 select DM_THERMAL
194
195config TARGET_ZC5601
196 bool "zc5601"
197 select SUPPORT_SPL
198 select DM
199 select DM_THERMAL
200
Boris BREZILLON058d2312015-03-04 13:13:05 +0100201endchoice
202
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100203config SYS_SOC
204 default "mx6"
205
Akshay Bhatf9162b12016-01-29 15:16:40 -0500206source "board/ge/bx50v3/Kconfig"
Akshay Bhatff383222016-07-29 11:44:46 -0400207source "board/advantech/dms-ba16/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800208source "board/aristainetos/Kconfig"
209source "board/bachmann/ot1200/Kconfig"
210source "board/barco/platinum/Kconfig"
211source "board/barco/titanium/Kconfig"
212source "board/boundary/nitrogen6x/Kconfig"
Stefan Roesea7f480d2016-02-10 11:41:26 +0100213source "board/ccv/xpress/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800214source "board/compulab/cm_fx6/Kconfig"
215source "board/congatec/cgtqmx6eval/Kconfig"
Stefano Babic8be4f402016-06-06 11:19:42 +0200216source "board/el/el6x/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800217source "board/embest/mx6boards/Kconfig"
218source "board/freescale/mx6qarm2/Kconfig"
219source "board/freescale/mx6qsabreauto/Kconfig"
220source "board/freescale/mx6sabresd/Kconfig"
221source "board/freescale/mx6slevk/Kconfig"
222source "board/freescale/mx6sxsabresd/Kconfig"
Ye Licf94a342016-02-01 10:41:32 +0800223source "board/freescale/mx6sxsabreauto/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800224source "board/freescale/mx6ul_14x14_evk/Kconfig"
Stefano Babic876a25d2016-06-08 10:50:20 +0200225source "board/phytec/pcm058/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800226source "board/gateworks/gw_ventana/Kconfig"
227source "board/kosagi/novena/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100228source "board/seco/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800229source "board/solidrun/mx6cuboxi/Kconfig"
Fabio Estevam69cc7db2016-04-18 09:56:16 -0300230source "board/technexion/pico-imx6ul/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800231source "board/tbs/tbs2910/Kconfig"
Markus Niebel51f6c422015-06-04 17:25:31 +0200232source "board/tqc/tqma6/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800233source "board/udoo/Kconfig"
234source "board/wandboard/Kconfig"
235source "board/warp/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100236
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100237endif