Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
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
26         select ROM_UNIFIED_SECTIONS
27         bool
28
29 config MX6UL
30         select SYS_L2CACHE_OFF
31         select ROM_UNIFIED_SECTIONS
32         bool
33
34 choice
35         prompt "MX6 board select"
36         optional
37
38 config TARGET_ARISTAINETOS
39         bool "aristainetos"
40
41 config TARGET_ARISTAINETOS2
42         bool "aristainetos2"
43
44 config TARGET_ARISTAINETOS2B
45         bool "Support aristainetos2-revB"
46
47 config TARGET_CGTQMX6EVAL
48         bool "cgtqmx6eval"
49         select SUPPORT_SPL
50         select DM
51         select DM_THERMAL
52
53 config TARGET_CM_FX6
54         bool "CM-FX6"
55         select SUPPORT_SPL
56         select DM
57         select DM_SERIAL
58         select DM_GPIO
59
60 config TARGET_EMBESTMX6BOARDS
61         bool "embestmx6boards"
62
63 config TARGET_GE_B450V3
64         bool "General Electric B450v3"
65         select MX6Q
66
67 config TARGET_GE_B650V3
68         bool "General Electric B650v3"
69         select MX6Q
70
71 config TARGET_GE_B850V3
72         bool "General Electric B850v3"
73         select MX6Q
74
75 config TARGET_GW_VENTANA
76         bool "gw_ventana"
77         select SUPPORT_SPL
78
79 config TARGET_KOSAGI_NOVENA
80         bool "Kosagi Novena"
81         select SUPPORT_SPL
82
83 config TARGET_MX6CUBOXI
84         bool "Solid-run mx6 boards"
85         select SUPPORT_SPL
86
87 config TARGET_MX6QARM2
88         bool "mx6qarm2"
89
90 config TARGET_MX6QSABREAUTO
91         bool "mx6qsabreauto"
92         select DM
93         select DM_THERMAL
94
95 config TARGET_MX6SABRESD
96         bool "mx6sabresd"
97         select SUPPORT_SPL
98         select DM
99         select DM_THERMAL
100
101 config TARGET_MX6SLEVK
102         bool "mx6slevk"
103         select SUPPORT_SPL
104
105 config TARGET_MX6SXSABRESD
106         bool "mx6sxsabresd"
107         select MX6SX
108         select SUPPORT_SPL
109         select DM
110         select DM_THERMAL
111
112 config TARGET_MX6SXSABREAUTO
113         bool "mx6sxsabreauto"
114         select MX6SX
115         select DM
116         select DM_THERMAL
117
118 config TARGET_MX6UL_9X9_EVK
119         bool "mx6ul_9x9_evk"
120         select MX6UL
121         select DM
122         select DM_THERMAL
123         select SUPPORT_SPL
124
125 config TARGET_MX6UL_14X14_EVK
126         bool "mx6ul_14x14_evk"
127         select MX6UL
128         select DM
129         select DM_THERMAL
130         select SUPPORT_SPL
131
132 config TARGET_NITROGEN6X
133         bool "nitrogen6x"
134
135 config TARGET_OT1200
136         bool "Bachmann OT1200"
137         select SUPPORT_SPL
138
139 config TARGET_PICO_IMX6UL
140         bool "PICO-IMX6UL-EMMC"
141         select MX6UL
142
143 config TARGET_PLATINUM_PICON
144         bool "platinum-picon"
145         select SUPPORT_SPL
146
147 config TARGET_PLATINUM_TITANIUM
148         bool "platinum-titanium"
149         select SUPPORT_SPL
150
151 config TARGET_PCM058
152         bool "Phytec PCM058 i.MX6 Quad"
153         select SUPPORT_SPL
154
155 config TARGET_SECOMX6
156         bool "secomx6 boards"
157
158 config TARGET_TBS2910
159         bool "TBS2910 Matrix ARM mini PC"
160
161 config TARGET_TITANIUM
162         bool "titanium"
163
164 config TARGET_TQMA6
165         bool "TQ Systems TQMa6 board"
166
167 config TARGET_UDOO
168         bool "udoo"
169         select SUPPORT_SPL
170
171 config TARGET_WANDBOARD
172         bool "wandboard"
173         select SUPPORT_SPL
174
175 config TARGET_WARP
176         bool "WaRP"
177
178 config TARGET_XPRESS
179         bool "CCV xPress"
180         select MX6UL
181         select DM
182         select DM_THERMAL
183         select SUPPORT_SPL
184
185 config TARGET_ZC5202
186         bool "zc5202"
187         select SUPPORT_SPL
188         select DM
189         select DM_THERMAL
190
191 config TARGET_ZC5601
192         bool "zc5601"
193         select SUPPORT_SPL
194         select DM
195         select DM_THERMAL
196
197 endchoice
198
199 config SYS_SOC
200         default "mx6"
201
202 source "board/ge/bx50v3/Kconfig"
203 source "board/aristainetos/Kconfig"
204 source "board/bachmann/ot1200/Kconfig"
205 source "board/barco/platinum/Kconfig"
206 source "board/barco/titanium/Kconfig"
207 source "board/boundary/nitrogen6x/Kconfig"
208 source "board/ccv/xpress/Kconfig"
209 source "board/compulab/cm_fx6/Kconfig"
210 source "board/congatec/cgtqmx6eval/Kconfig"
211 source "board/el/el6x/Kconfig"
212 source "board/embest/mx6boards/Kconfig"
213 source "board/freescale/mx6qarm2/Kconfig"
214 source "board/freescale/mx6qsabreauto/Kconfig"
215 source "board/freescale/mx6sabresd/Kconfig"
216 source "board/freescale/mx6slevk/Kconfig"
217 source "board/freescale/mx6sxsabresd/Kconfig"
218 source "board/freescale/mx6sxsabreauto/Kconfig"
219 source "board/freescale/mx6ul_14x14_evk/Kconfig"
220 source "board/phytec/pcm058/Kconfig"
221 source "board/gateworks/gw_ventana/Kconfig"
222 source "board/kosagi/novena/Kconfig"
223 source "board/seco/Kconfig"
224 source "board/solidrun/mx6cuboxi/Kconfig"
225 source "board/technexion/pico-imx6ul/Kconfig"
226 source "board/tbs/tbs2910/Kconfig"
227 source "board/tqc/tqma6/Kconfig"
228 source "board/udoo/Kconfig"
229 source "board/wandboard/Kconfig"
230 source "board/warp/Kconfig"
231
232 endif