blob: 8489182651c04a96697d3e126cea507926058b50 [file] [log] [blame]
Boris BREZILLON89ebc822015-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
Adrian Alonsoa89729c2015-10-12 13:48:09 -050026 select ROM_UNIFIED_SECTIONS
Boris BREZILLON89ebc822015-03-04 13:13:03 +010027 bool
28
Peng Fana2c74aa2015-07-20 19:28:28 +080029config MX6UL
30 select SYS_L2CACHE_OFF
Adrian Alonsoa89729c2015-10-12 13:48:09 -050031 select ROM_UNIFIED_SECTIONS
Peng Fana2c74aa2015-07-20 19:28:28 +080032 bool
33
Boris BREZILLON058d2312015-03-04 13:13:05 +010034choice
35 prompt "MX6 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050036 optional
Boris BREZILLON058d2312015-03-04 13:13:05 +010037
Peng Fan21782822015-08-07 20:35:24 +080038config TARGET_ARISTAINETOS
39 bool "aristainetos"
Peng Fan21782822015-08-07 20:35:24 +080040
41config TARGET_ARISTAINETOS2
42 bool "aristainetos2"
Peng Fan21782822015-08-07 20:35:24 +080043
Heiko Schocher96270842015-08-24 11:36:40 +020044config TARGET_ARISTAINETOS2B
45 bool "Support aristainetos2-revB"
Heiko Schocher96270842015-08-24 11:36:40 +020046
Peng Fan21782822015-08-07 20:35:24 +080047config TARGET_CGTQMX6EVAL
48 bool "cgtqmx6eval"
Otavio Salvadord7140352015-11-19 19:02:36 -020049 select SUPPORT_SPL
50 select DM
51 select DM_THERMAL
Peng Fan21782822015-08-07 20:35:24 +080052
Nikita Kiryanov81f55982015-07-23 17:19:33 +030053config TARGET_CM_FX6
Peng Fan21782822015-08-07 20:35:24 +080054 bool "CM-FX6"
Nikita Kiryanov81f55982015-07-23 17:19:33 +030055 select SUPPORT_SPL
56 select DM
57 select DM_SERIAL
58 select DM_GPIO
59
Peng Fan21782822015-08-07 20:35:24 +080060config TARGET_EMBESTMX6BOARDS
61 bool "embestmx6boards"
Peng Fan21782822015-08-07 20:35:24 +080062
63config TARGET_GW_VENTANA
64 bool "gw_ventana"
Peng Fan21782822015-08-07 20:35:24 +080065 select SUPPORT_SPL
66
67config TARGET_KOSAGI_NOVENA
68 bool "Kosagi Novena"
Peng Fan21782822015-08-07 20:35:24 +080069 select SUPPORT_SPL
70
71config TARGET_MX6CUBOXI
72 bool "Solid-run mx6 boards"
Peng Fan21782822015-08-07 20:35:24 +080073 select SUPPORT_SPL
74
75config TARGET_MX6QARM2
76 bool "mx6qarm2"
Peng Fan21782822015-08-07 20:35:24 +080077
78config TARGET_MX6QSABREAUTO
79 bool "mx6qsabreauto"
Peng Fan21782822015-08-07 20:35:24 +080080 select DM
81 select DM_THERMAL
82
83config TARGET_MX6SABRESD
84 bool "mx6sabresd"
Peng Fan21782822015-08-07 20:35:24 +080085 select SUPPORT_SPL
86 select DM
87 select DM_THERMAL
88
89config TARGET_MX6SLEVK
90 bool "mx6slevk"
Peng Fane7d3b212015-08-17 16:11:05 +080091 select SUPPORT_SPL
Peng Fan21782822015-08-07 20:35:24 +080092
93config TARGET_MX6SXSABRESD
94 bool "mx6sxsabresd"
Peng Fan21782822015-08-07 20:35:24 +080095 select SUPPORT_SPL
96 select DM
97 select DM_THERMAL
98
Peng Fand9cbb262015-09-06 15:02:34 +080099config TARGET_MX6UL_9X9_EVK
100 bool "mx6ul_9x9_evk"
101 select MX6UL
Peng Fand9cbb262015-09-06 15:02:34 +0800102 select DM
103 select DM_THERMAL
104 select SUPPORT_SPL
105
Peng Fan21782822015-08-07 20:35:24 +0800106config TARGET_MX6UL_14X14_EVK
107 bool "mx6ul_14x14_evk"
Peng Fand5b21122015-08-19 15:48:58 +0800108 select MX6UL
Peng Fan21782822015-08-07 20:35:24 +0800109 select DM
110 select DM_THERMAL
111 select SUPPORT_SPL
112
113config TARGET_NITROGEN6X
114 bool "nitrogen6x"
Peng Fan21782822015-08-07 20:35:24 +0800115
116config TARGET_OT1200
117 bool "Bachmann OT1200"
Peng Fan21782822015-08-07 20:35:24 +0800118 select SUPPORT_SPL
119
120config TARGET_PLATINUM_PICON
121 bool "platinum-picon"
Peng Fan21782822015-08-07 20:35:24 +0800122 select SUPPORT_SPL
123
124config TARGET_PLATINUM_TITANIUM
125 bool "platinum-titanium"
Peng Fan21782822015-08-07 20:35:24 +0800126 select SUPPORT_SPL
127
Boris BREZILLON058d2312015-03-04 13:13:05 +0100128config TARGET_SECOMX6
Peng Fan21782822015-08-07 20:35:24 +0800129 bool "secomx6 boards"
130
131config TARGET_TBS2910
Soeren Mochc3f871c2015-08-13 21:08:45 +0200132 bool "TBS2910 Matrix ARM mini PC"
Peng Fan21782822015-08-07 20:35:24 +0800133
134config TARGET_TITANIUM
135 bool "titanium"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100136
Markus Niebel51f6c422015-06-04 17:25:31 +0200137config TARGET_TQMA6
138 bool "TQ Systems TQMa6 board"
Markus Niebel51f6c422015-06-04 17:25:31 +0200139
Peng Fan21782822015-08-07 20:35:24 +0800140config TARGET_UDOO
141 bool "udoo"
Peng Fan21782822015-08-07 20:35:24 +0800142 select SUPPORT_SPL
143
144config TARGET_WANDBOARD
145 bool "wandboard"
Peng Fan21782822015-08-07 20:35:24 +0800146 select SUPPORT_SPL
147
148config TARGET_WARP
149 bool "WaRP"
Peng Fan21782822015-08-07 20:35:24 +0800150
Boris BREZILLON058d2312015-03-04 13:13:05 +0100151endchoice
152
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100153config SYS_SOC
154 default "mx6"
155
Peng Fan21782822015-08-07 20:35:24 +0800156source "board/aristainetos/Kconfig"
157source "board/bachmann/ot1200/Kconfig"
158source "board/barco/platinum/Kconfig"
159source "board/barco/titanium/Kconfig"
160source "board/boundary/nitrogen6x/Kconfig"
161source "board/compulab/cm_fx6/Kconfig"
162source "board/congatec/cgtqmx6eval/Kconfig"
163source "board/embest/mx6boards/Kconfig"
164source "board/freescale/mx6qarm2/Kconfig"
165source "board/freescale/mx6qsabreauto/Kconfig"
166source "board/freescale/mx6sabresd/Kconfig"
167source "board/freescale/mx6slevk/Kconfig"
168source "board/freescale/mx6sxsabresd/Kconfig"
169source "board/freescale/mx6ul_14x14_evk/Kconfig"
170source "board/gateworks/gw_ventana/Kconfig"
171source "board/kosagi/novena/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100172source "board/seco/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800173source "board/solidrun/mx6cuboxi/Kconfig"
174source "board/tbs/tbs2910/Kconfig"
Markus Niebel51f6c422015-06-04 17:25:31 +0200175source "board/tqc/tqma6/Kconfig"
Peng Fan21782822015-08-07 20:35:24 +0800176source "board/udoo/Kconfig"
177source "board/wandboard/Kconfig"
178source "board/warp/Kconfig"
Boris BREZILLON058d2312015-03-04 13:13:05 +0100179
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100180endif