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