Boris BREZILLON | 89ebc82 | 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 | a89729c | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 26 | select ROM_UNIFIED_SECTIONS |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 27 | bool |
28 | |||||
Peng Fan | a2c74aa | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 29 | config MX6UL |
30 | select SYS_L2CACHE_OFF | ||||
Adrian Alonso | a89729c | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 31 | select ROM_UNIFIED_SECTIONS |
Peng Fan | a2c74aa | 2015-07-20 19:28:28 +0800 | [diff] [blame] | 32 | bool |
33 | |||||
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 34 | choice |
35 | prompt "MX6 board select" | ||||
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 36 | optional |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 37 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 38 | config TARGET_ARISTAINETOS |
39 | bool "aristainetos" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 40 | |
41 | config TARGET_ARISTAINETOS2 | ||||
42 | bool "aristainetos2" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 43 | |
Heiko Schocher | 9627084 | 2015-08-24 11:36:40 +0200 | [diff] [blame] | 44 | config TARGET_ARISTAINETOS2B |
45 | bool "Support aristainetos2-revB" | ||||
Heiko Schocher | 9627084 | 2015-08-24 11:36:40 +0200 | [diff] [blame] | 46 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 47 | config TARGET_CGTQMX6EVAL |
48 | bool "cgtqmx6eval" | ||||
Otavio Salvador | d714035 | 2015-11-19 19:02:36 -0200 | [diff] [blame^] | 49 | select SUPPORT_SPL |
50 | select DM | ||||
51 | select DM_THERMAL | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 52 | |
Nikita Kiryanov | 81f5598 | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 53 | config TARGET_CM_FX6 |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 54 | bool "CM-FX6" |
Nikita Kiryanov | 81f5598 | 2015-07-23 17:19:33 +0300 | [diff] [blame] | 55 | select SUPPORT_SPL |
56 | select DM | ||||
57 | select DM_SERIAL | ||||
58 | select DM_GPIO | ||||
59 | |||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 60 | config TARGET_EMBESTMX6BOARDS |
61 | bool "embestmx6boards" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 62 | |
63 | config TARGET_GW_VENTANA | ||||
64 | bool "gw_ventana" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 65 | select SUPPORT_SPL |
66 | |||||
67 | config TARGET_KOSAGI_NOVENA | ||||
68 | bool "Kosagi Novena" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 69 | select SUPPORT_SPL |
70 | |||||
71 | config TARGET_MX6CUBOXI | ||||
72 | bool "Solid-run mx6 boards" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 73 | select SUPPORT_SPL |
74 | |||||
75 | config TARGET_MX6QARM2 | ||||
76 | bool "mx6qarm2" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 77 | |
78 | config TARGET_MX6QSABREAUTO | ||||
79 | bool "mx6qsabreauto" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 80 | select DM |
81 | select DM_THERMAL | ||||
82 | |||||
83 | config TARGET_MX6SABRESD | ||||
84 | bool "mx6sabresd" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 85 | select SUPPORT_SPL |
86 | select DM | ||||
87 | select DM_THERMAL | ||||
88 | |||||
89 | config TARGET_MX6SLEVK | ||||
90 | bool "mx6slevk" | ||||
Peng Fan | e7d3b21 | 2015-08-17 16:11:05 +0800 | [diff] [blame] | 91 | select SUPPORT_SPL |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 92 | |
93 | config TARGET_MX6SXSABRESD | ||||
94 | bool "mx6sxsabresd" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 95 | select SUPPORT_SPL |
96 | select DM | ||||
97 | select DM_THERMAL | ||||
98 | |||||
Peng Fan | d9cbb26 | 2015-09-06 15:02:34 +0800 | [diff] [blame] | 99 | config TARGET_MX6UL_9X9_EVK |
100 | bool "mx6ul_9x9_evk" | ||||
101 | select MX6UL | ||||
Peng Fan | d9cbb26 | 2015-09-06 15:02:34 +0800 | [diff] [blame] | 102 | select DM |
103 | select DM_THERMAL | ||||
104 | select SUPPORT_SPL | ||||
105 | |||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 106 | config TARGET_MX6UL_14X14_EVK |
107 | bool "mx6ul_14x14_evk" | ||||
Peng Fan | d5b2112 | 2015-08-19 15:48:58 +0800 | [diff] [blame] | 108 | select MX6UL |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 109 | select DM |
110 | select DM_THERMAL | ||||
111 | select SUPPORT_SPL | ||||
112 | |||||
113 | config TARGET_NITROGEN6X | ||||
114 | bool "nitrogen6x" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 115 | |
116 | config TARGET_OT1200 | ||||
117 | bool "Bachmann OT1200" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 118 | select SUPPORT_SPL |
119 | |||||
120 | config TARGET_PLATINUM_PICON | ||||
121 | bool "platinum-picon" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 122 | select SUPPORT_SPL |
123 | |||||
124 | config TARGET_PLATINUM_TITANIUM | ||||
125 | bool "platinum-titanium" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 126 | select SUPPORT_SPL |
127 | |||||
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 128 | config TARGET_SECOMX6 |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 129 | bool "secomx6 boards" |
130 | |||||
131 | config TARGET_TBS2910 | ||||
Soeren Moch | c3f871c | 2015-08-13 21:08:45 +0200 | [diff] [blame] | 132 | bool "TBS2910 Matrix ARM mini PC" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 133 | |
134 | config TARGET_TITANIUM | ||||
135 | bool "titanium" | ||||
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 136 | |
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 137 | config TARGET_TQMA6 |
138 | bool "TQ Systems TQMa6 board" | ||||
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 139 | |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 140 | config TARGET_UDOO |
141 | bool "udoo" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 142 | select SUPPORT_SPL |
143 | |||||
144 | config TARGET_WANDBOARD | ||||
145 | bool "wandboard" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 146 | select SUPPORT_SPL |
147 | |||||
148 | config TARGET_WARP | ||||
149 | bool "WaRP" | ||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 150 | |
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 151 | endchoice |
152 | |||||
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 153 | config SYS_SOC |
154 | default "mx6" | ||||
155 | |||||
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 156 | source "board/aristainetos/Kconfig" |
157 | source "board/bachmann/ot1200/Kconfig" | ||||
158 | source "board/barco/platinum/Kconfig" | ||||
159 | source "board/barco/titanium/Kconfig" | ||||
160 | source "board/boundary/nitrogen6x/Kconfig" | ||||
161 | source "board/compulab/cm_fx6/Kconfig" | ||||
162 | source "board/congatec/cgtqmx6eval/Kconfig" | ||||
163 | source "board/embest/mx6boards/Kconfig" | ||||
164 | source "board/freescale/mx6qarm2/Kconfig" | ||||
165 | source "board/freescale/mx6qsabreauto/Kconfig" | ||||
166 | source "board/freescale/mx6sabresd/Kconfig" | ||||
167 | source "board/freescale/mx6slevk/Kconfig" | ||||
168 | source "board/freescale/mx6sxsabresd/Kconfig" | ||||
169 | source "board/freescale/mx6ul_14x14_evk/Kconfig" | ||||
170 | source "board/gateworks/gw_ventana/Kconfig" | ||||
171 | source "board/kosagi/novena/Kconfig" | ||||
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 172 | source "board/seco/Kconfig" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 173 | source "board/solidrun/mx6cuboxi/Kconfig" |
174 | source "board/tbs/tbs2910/Kconfig" | ||||
Markus Niebel | 51f6c42 | 2015-06-04 17:25:31 +0200 | [diff] [blame] | 175 | source "board/tqc/tqma6/Kconfig" |
Peng Fan | 2178282 | 2015-08-07 20:35:24 +0800 | [diff] [blame] | 176 | source "board/udoo/Kconfig" |
177 | source "board/wandboard/Kconfig" | ||||
178 | source "board/warp/Kconfig" | ||||
Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 179 | |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 180 | endif |