Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/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_SECOMX6
152         bool "secomx6 boards"
153
154 config TARGET_TBS2910
155         bool "TBS2910 Matrix ARM mini PC"
156
157 config TARGET_TITANIUM
158         bool "titanium"
159
160 config TARGET_TQMA6
161         bool "TQ Systems TQMa6 board"
162
163 config TARGET_UDOO
164         bool "udoo"
165         select SUPPORT_SPL
166
167 config TARGET_WANDBOARD
168         bool "wandboard"
169         select SUPPORT_SPL
170
171 config TARGET_WARP
172         bool "WaRP"
173
174 config TARGET_XPRESS
175         bool "CCV xPress"
176         select MX6UL
177         select DM
178         select DM_THERMAL
179         select SUPPORT_SPL
180
181 endchoice
182
183 config SYS_SOC
184         default "mx6"
185
186 source "board/ge/bx50v3/Kconfig"
187 source "board/aristainetos/Kconfig"
188 source "board/bachmann/ot1200/Kconfig"
189 source "board/barco/platinum/Kconfig"
190 source "board/barco/titanium/Kconfig"
191 source "board/boundary/nitrogen6x/Kconfig"
192 source "board/ccv/xpress/Kconfig"
193 source "board/compulab/cm_fx6/Kconfig"
194 source "board/congatec/cgtqmx6eval/Kconfig"
195 source "board/embest/mx6boards/Kconfig"
196 source "board/freescale/mx6qarm2/Kconfig"
197 source "board/freescale/mx6qsabreauto/Kconfig"
198 source "board/freescale/mx6sabresd/Kconfig"
199 source "board/freescale/mx6slevk/Kconfig"
200 source "board/freescale/mx6sxsabresd/Kconfig"
201 source "board/freescale/mx6sxsabreauto/Kconfig"
202 source "board/freescale/mx6ul_14x14_evk/Kconfig"
203 source "board/gateworks/gw_ventana/Kconfig"
204 source "board/kosagi/novena/Kconfig"
205 source "board/seco/Kconfig"
206 source "board/solidrun/mx6cuboxi/Kconfig"
207 source "board/technexion/pico-imx6ul/Kconfig"
208 source "board/tbs/tbs2910/Kconfig"
209 source "board/tqc/tqma6/Kconfig"
210 source "board/udoo/Kconfig"
211 source "board/wandboard/Kconfig"
212 source "board/warp/Kconfig"
213
214 endif