]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/mx6/Kconfig
driver/net/fec: support fixed speed connection
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
CommitLineData
89ebc821
BB
1if ARCH_MX6
2
3config MX6
4 bool
5 default y
6
7config MX6D
8 bool
9
10config MX6DL
11 bool
12
13config MX6Q
14 bool
15
16config MX6QDL
17 bool
18
19config MX6S
20 bool
21
22config MX6SL
23 bool
24
25config MX6SX
a89729c9 26 select ROM_UNIFIED_SECTIONS
89ebc821
BB
27 bool
28
a2c74aaf
PF
29config MX6UL
30 select SYS_L2CACHE_OFF
a89729c9 31 select ROM_UNIFIED_SECTIONS
a2c74aaf
PF
32 bool
33
058d2316
BB
34choice
35 prompt "MX6 board select"
a26cd049 36 optional
058d2316 37
21782828
PF
38config TARGET_ARISTAINETOS
39 bool "aristainetos"
21782828
PF
40
41config TARGET_ARISTAINETOS2
42 bool "aristainetos2"
21782828 43
9627084c
HS
44config TARGET_ARISTAINETOS2B
45 bool "Support aristainetos2-revB"
9627084c 46
21782828
PF
47config TARGET_CGTQMX6EVAL
48 bool "cgtqmx6eval"
d7140351
OS
49 select SUPPORT_SPL
50 select DM
51 select DM_THERMAL
21782828 52
81f5598b 53config TARGET_CM_FX6
21782828 54 bool "CM-FX6"
81f5598b
NK
55 select SUPPORT_SPL
56 select DM
57 select DM_SERIAL
58 select DM_GPIO
59
21782828
PF
60config TARGET_EMBESTMX6BOARDS
61 bool "embestmx6boards"
21782828 62
f9162b15
AB
63config TARGET_GE_B450V3
64 bool "General Electric B450v3"
65 select MX6Q
66
67config TARGET_GE_B650V3
68 bool "General Electric B650v3"
69 select MX6Q
70
71config TARGET_GE_B850V3
72 bool "General Electric B850v3"
73 select MX6Q
74
21782828
PF
75config TARGET_GW_VENTANA
76 bool "gw_ventana"
21782828
PF
77 select SUPPORT_SPL
78
79config TARGET_KOSAGI_NOVENA
80 bool "Kosagi Novena"
21782828
PF
81 select SUPPORT_SPL
82
83config TARGET_MX6CUBOXI
84 bool "Solid-run mx6 boards"
21782828
PF
85 select SUPPORT_SPL
86
87config TARGET_MX6QARM2
88 bool "mx6qarm2"
21782828
PF
89
90config TARGET_MX6QSABREAUTO
91 bool "mx6qsabreauto"
21782828
PF
92 select DM
93 select DM_THERMAL
94
95config TARGET_MX6SABRESD
96 bool "mx6sabresd"
21782828
PF
97 select SUPPORT_SPL
98 select DM
99 select DM_THERMAL
100
101config TARGET_MX6SLEVK
102 bool "mx6slevk"
e7d3b21b 103 select SUPPORT_SPL
21782828
PF
104
105config TARGET_MX6SXSABRESD
106 bool "mx6sxsabresd"
9131c18c 107 select MX6SX
21782828
PF
108 select SUPPORT_SPL
109 select DM
110 select DM_THERMAL
111
cf94a342
YL
112config TARGET_MX6SXSABREAUTO
113 bool "mx6sxsabreauto"
9131c18c 114 select MX6SX
cf94a342
YL
115 select DM
116 select DM_THERMAL
117
d9cbb264
PF
118config TARGET_MX6UL_9X9_EVK
119 bool "mx6ul_9x9_evk"
120 select MX6UL
d9cbb264
PF
121 select DM
122 select DM_THERMAL
123 select SUPPORT_SPL
124
21782828
PF
125config TARGET_MX6UL_14X14_EVK
126 bool "mx6ul_14x14_evk"
d5b2112e 127 select MX6UL
21782828
PF
128 select DM
129 select DM_THERMAL
130 select SUPPORT_SPL
131
132config TARGET_NITROGEN6X
133 bool "nitrogen6x"
21782828
PF
134
135config TARGET_OT1200
136 bool "Bachmann OT1200"
21782828
PF
137 select SUPPORT_SPL
138
69cc7dbf
FE
139config TARGET_PICO_IMX6UL
140 bool "PICO-IMX6UL-EMMC"
141 select MX6UL
142
21782828
PF
143config TARGET_PLATINUM_PICON
144 bool "platinum-picon"
21782828
PF
145 select SUPPORT_SPL
146
147config TARGET_PLATINUM_TITANIUM
148 bool "platinum-titanium"
21782828
PF
149 select SUPPORT_SPL
150
058d2316 151config TARGET_SECOMX6
21782828
PF
152 bool "secomx6 boards"
153
154config TARGET_TBS2910
c3f871c1 155 bool "TBS2910 Matrix ARM mini PC"
21782828
PF
156
157config TARGET_TITANIUM
158 bool "titanium"
058d2316 159
51f6c428
MN
160config TARGET_TQMA6
161 bool "TQ Systems TQMa6 board"
51f6c428 162
21782828
PF
163config TARGET_UDOO
164 bool "udoo"
21782828
PF
165 select SUPPORT_SPL
166
167config TARGET_WANDBOARD
168 bool "wandboard"
21782828
PF
169 select SUPPORT_SPL
170
171config TARGET_WARP
172 bool "WaRP"
21782828 173
a7f480d9
SR
174config TARGET_XPRESS
175 bool "CCV xPress"
176 select MX6UL
177 select DM
178 select DM_THERMAL
179 select SUPPORT_SPL
180
058d2316
BB
181endchoice
182
89ebc821
BB
183config SYS_SOC
184 default "mx6"
185
f9162b15 186source "board/ge/bx50v3/Kconfig"
21782828
PF
187source "board/aristainetos/Kconfig"
188source "board/bachmann/ot1200/Kconfig"
189source "board/barco/platinum/Kconfig"
190source "board/barco/titanium/Kconfig"
191source "board/boundary/nitrogen6x/Kconfig"
a7f480d9 192source "board/ccv/xpress/Kconfig"
21782828
PF
193source "board/compulab/cm_fx6/Kconfig"
194source "board/congatec/cgtqmx6eval/Kconfig"
195source "board/embest/mx6boards/Kconfig"
196source "board/freescale/mx6qarm2/Kconfig"
197source "board/freescale/mx6qsabreauto/Kconfig"
198source "board/freescale/mx6sabresd/Kconfig"
199source "board/freescale/mx6slevk/Kconfig"
200source "board/freescale/mx6sxsabresd/Kconfig"
cf94a342 201source "board/freescale/mx6sxsabreauto/Kconfig"
21782828
PF
202source "board/freescale/mx6ul_14x14_evk/Kconfig"
203source "board/gateworks/gw_ventana/Kconfig"
204source "board/kosagi/novena/Kconfig"
058d2316 205source "board/seco/Kconfig"
21782828 206source "board/solidrun/mx6cuboxi/Kconfig"
69cc7dbf 207source "board/technexion/pico-imx6ul/Kconfig"
21782828 208source "board/tbs/tbs2910/Kconfig"
51f6c428 209source "board/tqc/tqma6/Kconfig"
21782828
PF
210source "board/udoo/Kconfig"
211source "board/wandboard/Kconfig"
212source "board/warp/Kconfig"
058d2316 213
89ebc821 214endif