Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 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 | ||||
Adrian Alonso | 994d9cf | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 26 | select ROM_UNIFIED_SECTIONS |
Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 27 | bool |
28 | |||||
Peng Fan | 6ac4a43 | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 29 | config MX6UL |
30 | select SYS_L2CACHE_OFF | ||||
Adrian Alonso | 994d9cf | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 31 | select ROM_UNIFIED_SECTIONS |
Peng Fan | 6ac4a43 | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 32 | bool |
33 | |||||
Ye Li | d65f41d | 2016-08-11 14:02:39 +0800 | [diff] [blame] | 34 | config MX6ULL |
35 | bool | ||||
36 | select MX6UL | ||||
37 | |||||
Eric Nelson | c448df7 | 2016-10-30 16:33:50 -0700 | [diff] [blame] | 38 | config MX6_DDRCAL |
39 | bool "Include dynamic DDR calibration routines" | ||||
40 | depends on SPL | ||||
41 | default n | ||||
42 | help | ||||
43 | Say "Y" if your board uses dynamic (per-boot) DDR calibration. | ||||
44 | If unsure, say N. | ||||
45 | |||||
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 46 | choice |
47 | prompt "MX6 board select" | ||||
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 48 | optional |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 49 | |
Akshay Bhat | 9301aea | 2016-07-29 11:44:46 -0400 | [diff] [blame] | 50 | config TARGET_ADVANTECH_DMS_BA16 |
51 | bool "Advantech dms-ba16" | ||||
52 | select MX6Q | ||||
53 | |||||
Max Krummenacher | 3b74ccf | 2016-11-30 19:43:08 +0100 | [diff] [blame^] | 54 | config TARGET_APALIS_IMX6 |
55 | bool "Toradex Apalis iMX6 board" | ||||
56 | select SUPPORT_SPL | ||||
57 | select DM | ||||
58 | select DM_SERIAL | ||||
59 | select DM_THERMAL | ||||
60 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 61 | config TARGET_ARISTAINETOS |
62 | bool "aristainetos" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 63 | |
64 | config TARGET_ARISTAINETOS2 | ||||
65 | bool "aristainetos2" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 66 | |
Heiko Schocher | 8fb9f3f | 2015-08-24 11:36:40 +0200 | [diff] [blame] | 67 | config TARGET_ARISTAINETOS2B |
68 | bool "Support aristainetos2-revB" | ||||
Heiko Schocher | 8fb9f3f | 2015-08-24 11:36:40 +0200 | [diff] [blame] | 69 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 70 | config TARGET_CGTQMX6EVAL |
71 | bool "cgtqmx6eval" | ||||
Otavio Salvador | e186b18 | 2015-11-19 19:02:36 -0200 | [diff] [blame] | 72 | select SUPPORT_SPL |
73 | select DM | ||||
74 | select DM_THERMAL | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 75 | |
Nikita Kiryanov | 3aea6ae | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 76 | config TARGET_CM_FX6 |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 77 | bool "CM-FX6" |
Nikita Kiryanov | 3aea6ae | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 78 | select SUPPORT_SPL |
79 | select DM | ||||
80 | select DM_SERIAL | ||||
81 | select DM_GPIO | ||||
82 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 83 | config TARGET_EMBESTMX6BOARDS |
84 | bool "embestmx6boards" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 85 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 86 | config TARGET_GE_B450V3 |
87 | bool "General Electric B450v3" | ||||
88 | select MX6Q | ||||
89 | |||||
90 | config TARGET_GE_B650V3 | ||||
91 | bool "General Electric B650v3" | ||||
92 | select MX6Q | ||||
93 | |||||
94 | config TARGET_GE_B850V3 | ||||
95 | bool "General Electric B850v3" | ||||
96 | select MX6Q | ||||
97 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 98 | config TARGET_GW_VENTANA |
99 | bool "gw_ventana" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 100 | select SUPPORT_SPL |
101 | |||||
102 | config TARGET_KOSAGI_NOVENA | ||||
103 | bool "Kosagi Novena" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 104 | select SUPPORT_SPL |
105 | |||||
106 | config TARGET_MX6CUBOXI | ||||
107 | bool "Solid-run mx6 boards" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 108 | select SUPPORT_SPL |
109 | |||||
110 | config TARGET_MX6QARM2 | ||||
111 | bool "mx6qarm2" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 112 | |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 113 | config TARGET_MX6Q_ICORE |
114 | bool "Support Engicam i.Core" | ||||
115 | select MX6QDL | ||||
Jagan Teki | 46e8ea9 | 2016-10-08 18:00:19 +0530 | [diff] [blame] | 116 | select OF_CONTROL |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 117 | select DM |
Jagan Teki | d57960f | 2016-10-25 11:53:22 +0530 | [diff] [blame] | 118 | select DM_GPIO |
119 | select DM_MMC | ||||
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 120 | select DM_THERMAL |
121 | select SUPPORT_SPL | ||||
122 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 123 | config TARGET_MX6QSABREAUTO |
124 | bool "mx6qsabreauto" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 125 | select DM |
126 | select DM_THERMAL | ||||
127 | |||||
128 | config TARGET_MX6SABRESD | ||||
129 | bool "mx6sabresd" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 130 | select SUPPORT_SPL |
131 | select DM | ||||
132 | select DM_THERMAL | ||||
133 | |||||
134 | config TARGET_MX6SLEVK | ||||
135 | bool "mx6slevk" | ||||
Peng Fan | e8c50ce | 2015-08-17 16:11:05 +0800 | [diff] [blame] | 136 | select SUPPORT_SPL |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 137 | |
138 | config TARGET_MX6SXSABRESD | ||||
139 | bool "mx6sxsabresd" | ||||
Peng Fan | 6feaa96 | 2016-03-03 15:56:01 +0800 | [diff] [blame] | 140 | select MX6SX |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 141 | select SUPPORT_SPL |
142 | select DM | ||||
143 | select DM_THERMAL | ||||
144 | |||||
Ye Li | b3d60d5 | 2016-02-01 10:41:32 +0800 | [diff] [blame] | 145 | config TARGET_MX6SXSABREAUTO |
146 | bool "mx6sxsabreauto" | ||||
Peng Fan | 6feaa96 | 2016-03-03 15:56:01 +0800 | [diff] [blame] | 147 | select MX6SX |
Ye Li | b3d60d5 | 2016-02-01 10:41:32 +0800 | [diff] [blame] | 148 | select DM |
149 | select DM_THERMAL | ||||
150 | |||||
Peng Fan | 5630c98 | 2015-09-06 15:02:34 +0800 | [diff] [blame] | 151 | config TARGET_MX6UL_9X9_EVK |
152 | bool "mx6ul_9x9_evk" | ||||
153 | select MX6UL | ||||
Peng Fan | 5630c98 | 2015-09-06 15:02:34 +0800 | [diff] [blame] | 154 | select DM |
155 | select DM_THERMAL | ||||
156 | select SUPPORT_SPL | ||||
157 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 158 | config TARGET_MX6UL_14X14_EVK |
159 | bool "mx6ul_14x14_evk" | ||||
Peng Fan | cdd26f5 | 2015-08-19 15:48:58 +0800 | [diff] [blame] | 160 | select MX6UL |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 161 | select DM |
162 | select DM_THERMAL | ||||
163 | select SUPPORT_SPL | ||||
164 | |||||
Peng Fan | 8159063 | 2016-08-11 14:02:57 +0800 | [diff] [blame] | 165 | config TARGET_MX6ULL_14X14_EVK |
166 | bool "Support mx6ull_14x14_evk" | ||||
167 | select MX6ULL | ||||
168 | select DM | ||||
169 | select DM_THERMAL | ||||
170 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 171 | config TARGET_NITROGEN6X |
172 | bool "nitrogen6x" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 173 | |
174 | config TARGET_OT1200 | ||||
175 | bool "Bachmann OT1200" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 176 | select SUPPORT_SPL |
177 | |||||
Fabio Estevam | 891b819 | 2016-04-18 09:56:16 -0300 | [diff] [blame] | 178 | config TARGET_PICO_IMX6UL |
179 | bool "PICO-IMX6UL-EMMC" | ||||
180 | select MX6UL | ||||
181 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 182 | config TARGET_PLATINUM_PICON |
183 | bool "platinum-picon" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 184 | select SUPPORT_SPL |
185 | |||||
186 | config TARGET_PLATINUM_TITANIUM | ||||
187 | bool "platinum-titanium" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 188 | select SUPPORT_SPL |
189 | |||||
Stefano Babic | 17b6037 | 2016-06-08 10:50:20 +0200 | [diff] [blame] | 190 | config TARGET_PCM058 |
191 | bool "Phytec PCM058 i.MX6 Quad" | ||||
192 | select SUPPORT_SPL | ||||
193 | |||||
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 194 | config TARGET_SECOMX6 |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 195 | bool "secomx6 boards" |
196 | |||||
197 | config TARGET_TBS2910 | ||||
Soeren Moch | 4aee78c | 2015-08-13 21:08:45 +0200 | [diff] [blame] | 198 | bool "TBS2910 Matrix ARM mini PC" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 199 | |
200 | config TARGET_TITANIUM | ||||
201 | bool "titanium" | ||||
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 202 | |
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 203 | config TARGET_TQMA6 |
204 | bool "TQ Systems TQMa6 board" | ||||
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 205 | |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 206 | config TARGET_UDOO |
207 | bool "udoo" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 208 | select SUPPORT_SPL |
209 | |||||
Breno Lima | fd57769 | 2016-11-25 16:56:57 -0200 | [diff] [blame] | 210 | config TARGET_UDOO_NEO |
211 | bool "UDOO Neo" | ||||
212 | select SUPPORT_SPL | ||||
213 | |||||
Christoph Fritz | d170864 | 2016-11-29 16:13:40 +0100 | [diff] [blame] | 214 | config TARGET_SAMTEC_VINING_2000 |
215 | bool "samtec VIN|ING 2000" | ||||
216 | select MX6SX | ||||
217 | select DM | ||||
218 | select DM_THERMAL | ||||
219 | |||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 220 | config TARGET_WANDBOARD |
221 | bool "wandboard" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 222 | select SUPPORT_SPL |
223 | |||||
224 | config TARGET_WARP | ||||
225 | bool "WaRP" | ||||
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 226 | |
Stefan Roese | 73eb9b0 | 2016-02-10 11:41:26 +0100 | [diff] [blame] | 227 | config TARGET_XPRESS |
228 | bool "CCV xPress" | ||||
229 | select MX6UL | ||||
230 | select DM | ||||
231 | select DM_THERMAL | ||||
232 | select SUPPORT_SPL | ||||
233 | |||||
Stefano Babic | 4c8d412 | 2016-06-06 11:19:42 +0200 | [diff] [blame] | 234 | config TARGET_ZC5202 |
235 | bool "zc5202" | ||||
236 | select SUPPORT_SPL | ||||
237 | select DM | ||||
238 | select DM_THERMAL | ||||
239 | |||||
240 | config TARGET_ZC5601 | ||||
241 | bool "zc5601" | ||||
242 | select SUPPORT_SPL | ||||
243 | select DM | ||||
244 | select DM_THERMAL | ||||
245 | |||||
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 246 | endchoice |
247 | |||||
Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 248 | config SYS_SOC |
249 | default "mx6" | ||||
250 | |||||
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 251 | source "board/ge/bx50v3/Kconfig" |
Akshay Bhat | 9301aea | 2016-07-29 11:44:46 -0400 | [diff] [blame] | 252 | source "board/advantech/dms-ba16/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 253 | source "board/aristainetos/Kconfig" |
254 | source "board/bachmann/ot1200/Kconfig" | ||||
255 | source "board/barco/platinum/Kconfig" | ||||
256 | source "board/barco/titanium/Kconfig" | ||||
257 | source "board/boundary/nitrogen6x/Kconfig" | ||||
Stefan Roese | 73eb9b0 | 2016-02-10 11:41:26 +0100 | [diff] [blame] | 258 | source "board/ccv/xpress/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 259 | source "board/compulab/cm_fx6/Kconfig" |
260 | source "board/congatec/cgtqmx6eval/Kconfig" | ||||
Stefano Babic | 4c8d412 | 2016-06-06 11:19:42 +0200 | [diff] [blame] | 261 | source "board/el/el6x/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 262 | source "board/embest/mx6boards/Kconfig" |
Jagan Teki | 0d6d48b | 2016-10-08 18:00:11 +0530 | [diff] [blame] | 263 | source "board/engicam/icorem6/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 264 | source "board/freescale/mx6qarm2/Kconfig" |
265 | source "board/freescale/mx6qsabreauto/Kconfig" | ||||
266 | source "board/freescale/mx6sabresd/Kconfig" | ||||
267 | source "board/freescale/mx6slevk/Kconfig" | ||||
268 | source "board/freescale/mx6sxsabresd/Kconfig" | ||||
Ye Li | b3d60d5 | 2016-02-01 10:41:32 +0800 | [diff] [blame] | 269 | source "board/freescale/mx6sxsabreauto/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 270 | source "board/freescale/mx6ul_14x14_evk/Kconfig" |
Peng Fan | 8159063 | 2016-08-11 14:02:57 +0800 | [diff] [blame] | 271 | source "board/freescale/mx6ullevk/Kconfig" |
Stefano Babic | 17b6037 | 2016-06-08 10:50:20 +0200 | [diff] [blame] | 272 | source "board/phytec/pcm058/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 273 | source "board/gateworks/gw_ventana/Kconfig" |
274 | source "board/kosagi/novena/Kconfig" | ||||
Christoph Fritz | d170864 | 2016-11-29 16:13:40 +0100 | [diff] [blame] | 275 | source "board/samtec/vining_2000/Kconfig" |
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 276 | source "board/seco/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 277 | source "board/solidrun/mx6cuboxi/Kconfig" |
Fabio Estevam | 891b819 | 2016-04-18 09:56:16 -0300 | [diff] [blame] | 278 | source "board/technexion/pico-imx6ul/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 279 | source "board/tbs/tbs2910/Kconfig" |
Markus Niebel | f665a79 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 280 | source "board/tqc/tqma6/Kconfig" |
Max Krummenacher | 3b74ccf | 2016-11-30 19:43:08 +0100 | [diff] [blame^] | 281 | source "board/toradex/apalis_imx6/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 282 | source "board/udoo/Kconfig" |
Breno Lima | fd57769 | 2016-11-25 16:56:57 -0200 | [diff] [blame] | 283 | source "board/udoo/neo/Kconfig" |
Peng Fan | 62c15d7 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 284 | source "board/wandboard/Kconfig" |
285 | source "board/warp/Kconfig" | ||||
Boris BREZILLON | 7832bf3 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 286 | |
Boris BREZILLON | 51e8266 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 287 | endif |