blob: 5d549bd0bff7a4460851b776b698a926948c9616 [file] [log] [blame]
Boris BREZILLON51e82662015-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 Alonso994d9cf2015-10-12 13:48:09 -050026 select ROM_UNIFIED_SECTIONS
Boris BREZILLON51e82662015-03-04 13:13:03 +010027 bool
28
Peng Fan6ac4a432015-07-20 19:28:28 +080029config MX6UL
30 select SYS_L2CACHE_OFF
Adrian Alonso994d9cf2015-10-12 13:48:09 -050031 select ROM_UNIFIED_SECTIONS
Peng Fan6ac4a432015-07-20 19:28:28 +080032 bool
33
Ye Lid65f41d2016-08-11 14:02:39 +080034config MX6ULL
35 bool
36 select MX6UL
37
Boris BREZILLON7832bf32015-03-04 13:13:05 +010038choice
39 prompt "MX6 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050040 optional
Boris BREZILLON7832bf32015-03-04 13:13:05 +010041
Akshay Bhat9301aea2016-07-29 11:44:46 -040042config TARGET_ADVANTECH_DMS_BA16
43 bool "Advantech dms-ba16"
44 select MX6Q
45
Peng Fan62c15d72015-08-07 20:35:24 +080046config TARGET_ARISTAINETOS
47 bool "aristainetos"
Peng Fan62c15d72015-08-07 20:35:24 +080048
49config TARGET_ARISTAINETOS2
50 bool "aristainetos2"
Peng Fan62c15d72015-08-07 20:35:24 +080051
Heiko Schocher8fb9f3f2015-08-24 11:36:40 +020052config TARGET_ARISTAINETOS2B
53 bool "Support aristainetos2-revB"
Heiko Schocher8fb9f3f2015-08-24 11:36:40 +020054
Peng Fan62c15d72015-08-07 20:35:24 +080055config TARGET_CGTQMX6EVAL
56 bool "cgtqmx6eval"
Otavio Salvadore186b182015-11-19 19:02:36 -020057 select SUPPORT_SPL
58 select DM
59 select DM_THERMAL
Peng Fan62c15d72015-08-07 20:35:24 +080060
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030061config TARGET_CM_FX6
Peng Fan62c15d72015-08-07 20:35:24 +080062 bool "CM-FX6"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030063 select SUPPORT_SPL
64 select DM
65 select DM_SERIAL
66 select DM_GPIO
67
Peng Fan62c15d72015-08-07 20:35:24 +080068config TARGET_EMBESTMX6BOARDS
69 bool "embestmx6boards"
Peng Fan62c15d72015-08-07 20:35:24 +080070
Akshay Bhat197f9872016-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 Fan62c15d72015-08-07 20:35:24 +080083config TARGET_GW_VENTANA
84 bool "gw_ventana"
Peng Fan62c15d72015-08-07 20:35:24 +080085 select SUPPORT_SPL
86
87config TARGET_KOSAGI_NOVENA
88 bool "Kosagi Novena"
Peng Fan62c15d72015-08-07 20:35:24 +080089 select SUPPORT_SPL
90
91config TARGET_MX6CUBOXI
92 bool "Solid-run mx6 boards"
Peng Fan62c15d72015-08-07 20:35:24 +080093 select SUPPORT_SPL
94
95config TARGET_MX6QARM2
96 bool "mx6qarm2"
Peng Fan62c15d72015-08-07 20:35:24 +080097
Jagan Teki0d6d48b2016-10-08 18:00:11 +053098config TARGET_MX6Q_ICORE
99 bool "Support Engicam i.Core"
100 select MX6QDL
101 select DM
102 select DM_THERMAL
103 select SUPPORT_SPL
104
Peng Fan62c15d72015-08-07 20:35:24 +0800105config TARGET_MX6QSABREAUTO
106 bool "mx6qsabreauto"
Peng Fan62c15d72015-08-07 20:35:24 +0800107 select DM
108 select DM_THERMAL
109
110config TARGET_MX6SABRESD
111 bool "mx6sabresd"
Peng Fan62c15d72015-08-07 20:35:24 +0800112 select SUPPORT_SPL
113 select DM
114 select DM_THERMAL
115
116config TARGET_MX6SLEVK
117 bool "mx6slevk"
Peng Fane8c50ce2015-08-17 16:11:05 +0800118 select SUPPORT_SPL
Peng Fan62c15d72015-08-07 20:35:24 +0800119
120config TARGET_MX6SXSABRESD
121 bool "mx6sxsabresd"
Peng Fan6feaa962016-03-03 15:56:01 +0800122 select MX6SX
Peng Fan62c15d72015-08-07 20:35:24 +0800123 select SUPPORT_SPL
124 select DM
125 select DM_THERMAL
126
Ye Lib3d60d52016-02-01 10:41:32 +0800127config TARGET_MX6SXSABREAUTO
128 bool "mx6sxsabreauto"
Peng Fan6feaa962016-03-03 15:56:01 +0800129 select MX6SX
Ye Lib3d60d52016-02-01 10:41:32 +0800130 select DM
131 select DM_THERMAL
132
Peng Fan5630c982015-09-06 15:02:34 +0800133config TARGET_MX6UL_9X9_EVK
134 bool "mx6ul_9x9_evk"
135 select MX6UL
Peng Fan5630c982015-09-06 15:02:34 +0800136 select DM
137 select DM_THERMAL
138 select SUPPORT_SPL
139
Peng Fan62c15d72015-08-07 20:35:24 +0800140config TARGET_MX6UL_14X14_EVK
141 bool "mx6ul_14x14_evk"
Peng Fancdd26f52015-08-19 15:48:58 +0800142 select MX6UL
Peng Fan62c15d72015-08-07 20:35:24 +0800143 select DM
144 select DM_THERMAL
145 select SUPPORT_SPL
146
Peng Fan81590632016-08-11 14:02:57 +0800147config TARGET_MX6ULL_14X14_EVK
148 bool "Support mx6ull_14x14_evk"
149 select MX6ULL
150 select DM
151 select DM_THERMAL
152
Peng Fan62c15d72015-08-07 20:35:24 +0800153config TARGET_NITROGEN6X
154 bool "nitrogen6x"
Peng Fan62c15d72015-08-07 20:35:24 +0800155
156config TARGET_OT1200
157 bool "Bachmann OT1200"
Peng Fan62c15d72015-08-07 20:35:24 +0800158 select SUPPORT_SPL
159
Fabio Estevam891b8192016-04-18 09:56:16 -0300160config TARGET_PICO_IMX6UL
161 bool "PICO-IMX6UL-EMMC"
162 select MX6UL
163
Peng Fan62c15d72015-08-07 20:35:24 +0800164config TARGET_PLATINUM_PICON
165 bool "platinum-picon"
Peng Fan62c15d72015-08-07 20:35:24 +0800166 select SUPPORT_SPL
167
168config TARGET_PLATINUM_TITANIUM
169 bool "platinum-titanium"
Peng Fan62c15d72015-08-07 20:35:24 +0800170 select SUPPORT_SPL
171
Stefano Babic17b60372016-06-08 10:50:20 +0200172config TARGET_PCM058
173 bool "Phytec PCM058 i.MX6 Quad"
174 select SUPPORT_SPL
175
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100176config TARGET_SECOMX6
Peng Fan62c15d72015-08-07 20:35:24 +0800177 bool "secomx6 boards"
178
179config TARGET_TBS2910
Soeren Moch4aee78c2015-08-13 21:08:45 +0200180 bool "TBS2910 Matrix ARM mini PC"
Peng Fan62c15d72015-08-07 20:35:24 +0800181
182config TARGET_TITANIUM
183 bool "titanium"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100184
Markus Niebelf665a792015-06-04 17:25:31 +0200185config TARGET_TQMA6
186 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +0200187
Peng Fan62c15d72015-08-07 20:35:24 +0800188config TARGET_UDOO
189 bool "udoo"
Peng Fan62c15d72015-08-07 20:35:24 +0800190 select SUPPORT_SPL
191
192config TARGET_WANDBOARD
193 bool "wandboard"
Peng Fan62c15d72015-08-07 20:35:24 +0800194 select SUPPORT_SPL
195
196config TARGET_WARP
197 bool "WaRP"
Peng Fan62c15d72015-08-07 20:35:24 +0800198
Stefan Roese73eb9b02016-02-10 11:41:26 +0100199config TARGET_XPRESS
200 bool "CCV xPress"
201 select MX6UL
202 select DM
203 select DM_THERMAL
204 select SUPPORT_SPL
205
Stefano Babic4c8d4122016-06-06 11:19:42 +0200206config 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
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100218endchoice
219
Boris BREZILLON51e82662015-03-04 13:13:03 +0100220config SYS_SOC
221 default "mx6"
222
Akshay Bhat197f9872016-01-29 15:16:40 -0500223source "board/ge/bx50v3/Kconfig"
Akshay Bhat9301aea2016-07-29 11:44:46 -0400224source "board/advantech/dms-ba16/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800225source "board/aristainetos/Kconfig"
226source "board/bachmann/ot1200/Kconfig"
227source "board/barco/platinum/Kconfig"
228source "board/barco/titanium/Kconfig"
229source "board/boundary/nitrogen6x/Kconfig"
Stefan Roese73eb9b02016-02-10 11:41:26 +0100230source "board/ccv/xpress/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800231source "board/compulab/cm_fx6/Kconfig"
232source "board/congatec/cgtqmx6eval/Kconfig"
Stefano Babic4c8d4122016-06-06 11:19:42 +0200233source "board/el/el6x/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800234source "board/embest/mx6boards/Kconfig"
Jagan Teki0d6d48b2016-10-08 18:00:11 +0530235source "board/engicam/icorem6/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800236source "board/freescale/mx6qarm2/Kconfig"
237source "board/freescale/mx6qsabreauto/Kconfig"
238source "board/freescale/mx6sabresd/Kconfig"
239source "board/freescale/mx6slevk/Kconfig"
240source "board/freescale/mx6sxsabresd/Kconfig"
Ye Lib3d60d52016-02-01 10:41:32 +0800241source "board/freescale/mx6sxsabreauto/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800242source "board/freescale/mx6ul_14x14_evk/Kconfig"
Peng Fan81590632016-08-11 14:02:57 +0800243source "board/freescale/mx6ullevk/Kconfig"
Stefano Babic17b60372016-06-08 10:50:20 +0200244source "board/phytec/pcm058/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800245source "board/gateworks/gw_ventana/Kconfig"
246source "board/kosagi/novena/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100247source "board/seco/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800248source "board/solidrun/mx6cuboxi/Kconfig"
Fabio Estevam891b8192016-04-18 09:56:16 -0300249source "board/technexion/pico-imx6ul/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800250source "board/tbs/tbs2910/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +0200251source "board/tqc/tqma6/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800252source "board/udoo/Kconfig"
253source "board/wandboard/Kconfig"
254source "board/warp/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100255
Boris BREZILLON51e82662015-03-04 13:13:03 +0100256endif