blob: 77fad0449de005e0855dc6f783ff9fc1932bbfab [file] [log] [blame]
Boris BREZILLON51e82662015-03-04 13:13:03 +01001if 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
26 bool
27
Peng Fan6ac4a432015-07-20 19:28:28 +080028config MX6UL
29 select SYS_L2CACHE_OFF
30 bool
31
Boris BREZILLON7832bf32015-03-04 13:13:05 +010032choice
33 prompt "MX6 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050034 optional
Boris BREZILLON7832bf32015-03-04 13:13:05 +010035
Peng Fan62c15d72015-08-07 20:35:24 +080036config TARGET_ARISTAINETOS
37 bool "aristainetos"
38 select CPU_V7
39
40config TARGET_ARISTAINETOS2
41 bool "aristainetos2"
42 select CPU_V7
43
44config TARGET_CGTQMX6EVAL
45 bool "cgtqmx6eval"
46 select CPU_V7
47
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030048config TARGET_CM_FX6
Peng Fan62c15d72015-08-07 20:35:24 +080049 bool "CM-FX6"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030050 select SUPPORT_SPL
51 select DM
52 select DM_SERIAL
53 select DM_GPIO
54
Peng Fan62c15d72015-08-07 20:35:24 +080055config TARGET_EMBESTMX6BOARDS
56 bool "embestmx6boards"
57 select CPU_V7
58
59config TARGET_GW_VENTANA
60 bool "gw_ventana"
61 select CPU_V7
62 select SUPPORT_SPL
63
64config TARGET_KOSAGI_NOVENA
65 bool "Kosagi Novena"
66 select CPU_V7
67 select SUPPORT_SPL
68
69config TARGET_MX6CUBOXI
70 bool "Solid-run mx6 boards"
71 select CPU_V7
72 select SUPPORT_SPL
73
74config TARGET_MX6QARM2
75 bool "mx6qarm2"
76 select CPU_V7
77
78config TARGET_MX6QSABREAUTO
79 bool "mx6qsabreauto"
80 select CPU_V7
81 select DM
82 select DM_THERMAL
83
84config TARGET_MX6SABRESD
85 bool "mx6sabresd"
86 select CPU_V7
87 select SUPPORT_SPL
88 select DM
89 select DM_THERMAL
90
91config TARGET_MX6SLEVK
92 bool "mx6slevk"
93 select CPU_V7
Peng Fane8c50ce2015-08-17 16:11:05 +080094 select SUPPORT_SPL
Peng Fan62c15d72015-08-07 20:35:24 +080095
96config TARGET_MX6SXSABRESD
97 bool "mx6sxsabresd"
98 select CPU_V7
99 select SUPPORT_SPL
100 select DM
101 select DM_THERMAL
102
103config TARGET_MX6UL_14X14_EVK
104 bool "mx6ul_14x14_evk"
Peng Fancdd26f52015-08-19 15:48:58 +0800105 select MX6UL
Peng Fan62c15d72015-08-07 20:35:24 +0800106 select CPU_V7
107 select DM
108 select DM_THERMAL
109 select SUPPORT_SPL
110
111config TARGET_NITROGEN6X
112 bool "nitrogen6x"
113 select CPU_V7
114
115config TARGET_OT1200
116 bool "Bachmann OT1200"
117 select CPU_V7
118 select SUPPORT_SPL
119
120config TARGET_PLATINUM_PICON
121 bool "platinum-picon"
122 select CPU_V7
123 select SUPPORT_SPL
124
125config TARGET_PLATINUM_TITANIUM
126 bool "platinum-titanium"
127 select CPU_V7
128 select SUPPORT_SPL
129
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100130config TARGET_SECOMX6
Peng Fan62c15d72015-08-07 20:35:24 +0800131 bool "secomx6 boards"
132
133config TARGET_TBS2910
Soeren Moch4aee78c2015-08-13 21:08:45 +0200134 bool "TBS2910 Matrix ARM mini PC"
Peng Fan62c15d72015-08-07 20:35:24 +0800135 select CPU_V7
136
137config TARGET_TITANIUM
138 bool "titanium"
139 select CPU_V7
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100140
Markus Niebelf665a792015-06-04 17:25:31 +0200141config TARGET_TQMA6
142 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +0200143
Peng Fan62c15d72015-08-07 20:35:24 +0800144config TARGET_UDOO
145 bool "udoo"
146 select CPU_V7
147 select SUPPORT_SPL
148
149config TARGET_WANDBOARD
150 bool "wandboard"
151 select CPU_V7
152 select SUPPORT_SPL
153
154config TARGET_WARP
155 bool "WaRP"
156 select CPU_V7
157
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100158endchoice
159
Boris BREZILLON51e82662015-03-04 13:13:03 +0100160config SYS_SOC
161 default "mx6"
162
Peng Fan62c15d72015-08-07 20:35:24 +0800163source "board/aristainetos/Kconfig"
164source "board/bachmann/ot1200/Kconfig"
165source "board/barco/platinum/Kconfig"
166source "board/barco/titanium/Kconfig"
167source "board/boundary/nitrogen6x/Kconfig"
168source "board/compulab/cm_fx6/Kconfig"
169source "board/congatec/cgtqmx6eval/Kconfig"
170source "board/embest/mx6boards/Kconfig"
171source "board/freescale/mx6qarm2/Kconfig"
172source "board/freescale/mx6qsabreauto/Kconfig"
173source "board/freescale/mx6sabresd/Kconfig"
174source "board/freescale/mx6slevk/Kconfig"
175source "board/freescale/mx6sxsabresd/Kconfig"
176source "board/freescale/mx6ul_14x14_evk/Kconfig"
177source "board/gateworks/gw_ventana/Kconfig"
178source "board/kosagi/novena/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100179source "board/seco/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800180source "board/solidrun/mx6cuboxi/Kconfig"
181source "board/tbs/tbs2910/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +0200182source "board/tqc/tqma6/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800183source "board/udoo/Kconfig"
184source "board/wandboard/Kconfig"
185source "board/warp/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100186
Boris BREZILLON51e82662015-03-04 13:13:03 +0100187endif