Merge branch 'next'
[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 SUPPORT_SPL
108         select DM
109         select DM_THERMAL
110
111 config TARGET_MX6SXSABREAUTO
112         bool "mx6sxsabreauto"
113         select DM
114         select DM_THERMAL
115
116 config TARGET_MX6UL_9X9_EVK
117         bool "mx6ul_9x9_evk"
118         select MX6UL
119         select DM
120         select DM_THERMAL
121         select SUPPORT_SPL
122
123 config TARGET_MX6UL_14X14_EVK
124         bool "mx6ul_14x14_evk"
125         select MX6UL
126         select DM
127         select DM_THERMAL
128         select SUPPORT_SPL
129
130 config TARGET_NITROGEN6X
131         bool "nitrogen6x"
132
133 config TARGET_OT1200
134         bool "Bachmann OT1200"
135         select SUPPORT_SPL
136
137 config TARGET_PLATINUM_PICON
138         bool "platinum-picon"
139         select SUPPORT_SPL
140
141 config TARGET_PLATINUM_TITANIUM
142         bool "platinum-titanium"
143         select SUPPORT_SPL
144
145 config TARGET_SECOMX6
146         bool "secomx6 boards"
147
148 config TARGET_TBS2910
149         bool "TBS2910 Matrix ARM mini PC"
150
151 config TARGET_TITANIUM
152         bool "titanium"
153
154 config TARGET_TQMA6
155         bool "TQ Systems TQMa6 board"
156
157 config TARGET_UDOO
158         bool "udoo"
159         select SUPPORT_SPL
160
161 config TARGET_WANDBOARD
162         bool "wandboard"
163         select SUPPORT_SPL
164
165 config TARGET_WARP
166         bool "WaRP"
167
168 endchoice
169
170 config SYS_SOC
171         default "mx6"
172
173 source "board/ge/bx50v3/Kconfig"
174 source "board/aristainetos/Kconfig"
175 source "board/bachmann/ot1200/Kconfig"
176 source "board/barco/platinum/Kconfig"
177 source "board/barco/titanium/Kconfig"
178 source "board/boundary/nitrogen6x/Kconfig"
179 source "board/compulab/cm_fx6/Kconfig"
180 source "board/congatec/cgtqmx6eval/Kconfig"
181 source "board/embest/mx6boards/Kconfig"
182 source "board/freescale/mx6qarm2/Kconfig"
183 source "board/freescale/mx6qsabreauto/Kconfig"
184 source "board/freescale/mx6sabresd/Kconfig"
185 source "board/freescale/mx6slevk/Kconfig"
186 source "board/freescale/mx6sxsabresd/Kconfig"
187 source "board/freescale/mx6sxsabreauto/Kconfig"
188 source "board/freescale/mx6ul_14x14_evk/Kconfig"
189 source "board/gateworks/gw_ventana/Kconfig"
190 source "board/kosagi/novena/Kconfig"
191 source "board/seco/Kconfig"
192 source "board/solidrun/mx6cuboxi/Kconfig"
193 source "board/tbs/tbs2910/Kconfig"
194 source "board/tqc/tqma6/Kconfig"
195 source "board/udoo/Kconfig"
196 source "board/wandboard/Kconfig"
197 source "board/warp/Kconfig"
198
199 endif