cgtqmx6eval: Add SPL support
[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_GW_VENTANA
64         bool "gw_ventana"
65         select SUPPORT_SPL
66
67 config TARGET_KOSAGI_NOVENA
68         bool "Kosagi Novena"
69         select SUPPORT_SPL
70
71 config TARGET_MX6CUBOXI
72         bool "Solid-run mx6 boards"
73         select SUPPORT_SPL
74
75 config TARGET_MX6QARM2
76         bool "mx6qarm2"
77
78 config TARGET_MX6QSABREAUTO
79         bool "mx6qsabreauto"
80         select DM
81         select DM_THERMAL
82
83 config TARGET_MX6SABRESD
84         bool "mx6sabresd"
85         select SUPPORT_SPL
86         select DM
87         select DM_THERMAL
88
89 config TARGET_MX6SLEVK
90         bool "mx6slevk"
91         select SUPPORT_SPL
92
93 config TARGET_MX6SXSABRESD
94         bool "mx6sxsabresd"
95         select SUPPORT_SPL
96         select DM
97         select DM_THERMAL
98
99 config TARGET_MX6UL_9X9_EVK
100         bool "mx6ul_9x9_evk"
101         select MX6UL
102         select DM
103         select DM_THERMAL
104         select SUPPORT_SPL
105
106 config TARGET_MX6UL_14X14_EVK
107         bool "mx6ul_14x14_evk"
108         select MX6UL
109         select DM
110         select DM_THERMAL
111         select SUPPORT_SPL
112
113 config TARGET_NITROGEN6X
114         bool "nitrogen6x"
115
116 config TARGET_OT1200
117         bool "Bachmann OT1200"
118         select SUPPORT_SPL
119
120 config TARGET_PLATINUM_PICON
121         bool "platinum-picon"
122         select SUPPORT_SPL
123
124 config TARGET_PLATINUM_TITANIUM
125         bool "platinum-titanium"
126         select SUPPORT_SPL
127
128 config TARGET_SECOMX6
129         bool "secomx6 boards"
130
131 config TARGET_TBS2910
132         bool "TBS2910 Matrix ARM mini PC"
133
134 config TARGET_TITANIUM
135         bool "titanium"
136
137 config TARGET_TQMA6
138         bool "TQ Systems TQMa6 board"
139
140 config TARGET_UDOO
141         bool "udoo"
142         select SUPPORT_SPL
143
144 config TARGET_WANDBOARD
145         bool "wandboard"
146         select SUPPORT_SPL
147
148 config TARGET_WARP
149         bool "WaRP"
150
151 endchoice
152
153 config SYS_SOC
154         default "mx6"
155
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"
172 source "board/seco/Kconfig"
173 source "board/solidrun/mx6cuboxi/Kconfig"
174 source "board/tbs/tbs2910/Kconfig"
175 source "board/tqc/tqma6/Kconfig"
176 source "board/udoo/Kconfig"
177 source "board/wandboard/Kconfig"
178 source "board/warp/Kconfig"
179
180 endif