blob: 273e209cbb14d27f6dc5f5b271960202045455c5 [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
Adrian Alonso994d9cf2015-10-12 13:48:09 -050026 select ROM_UNIFIED_SECTIONS
Boris BREZILLON51e82662015-03-04 13:13:03 +010027 bool
28
Peng Fan6ac4a432015-07-20 19:28:28 +080029config MX6UL
30 select SYS_L2CACHE_OFF
Adrian Alonso994d9cf2015-10-12 13:48:09 -050031 select ROM_UNIFIED_SECTIONS
Peng Fan6ac4a432015-07-20 19:28:28 +080032 bool
33
Boris BREZILLON7832bf32015-03-04 13:13:05 +010034choice
35 prompt "MX6 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -050036 optional
Boris BREZILLON7832bf32015-03-04 13:13:05 +010037
Peng Fan62c15d72015-08-07 20:35:24 +080038config TARGET_ARISTAINETOS
39 bool "aristainetos"
Peng Fan62c15d72015-08-07 20:35:24 +080040
41config TARGET_ARISTAINETOS2
42 bool "aristainetos2"
Peng Fan62c15d72015-08-07 20:35:24 +080043
Heiko Schocher8fb9f3f2015-08-24 11:36:40 +020044config TARGET_ARISTAINETOS2B
45 bool "Support aristainetos2-revB"
Heiko Schocher8fb9f3f2015-08-24 11:36:40 +020046
Peng Fan62c15d72015-08-07 20:35:24 +080047config TARGET_CGTQMX6EVAL
48 bool "cgtqmx6eval"
Peng Fan62c15d72015-08-07 20:35:24 +080049
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030050config TARGET_CM_FX6
Peng Fan62c15d72015-08-07 20:35:24 +080051 bool "CM-FX6"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030052 select SUPPORT_SPL
53 select DM
54 select DM_SERIAL
55 select DM_GPIO
56
Peng Fan62c15d72015-08-07 20:35:24 +080057config TARGET_EMBESTMX6BOARDS
58 bool "embestmx6boards"
Peng Fan62c15d72015-08-07 20:35:24 +080059
60config TARGET_GW_VENTANA
61 bool "gw_ventana"
Peng Fan62c15d72015-08-07 20:35:24 +080062 select SUPPORT_SPL
63
64config TARGET_KOSAGI_NOVENA
65 bool "Kosagi Novena"
Peng Fan62c15d72015-08-07 20:35:24 +080066 select SUPPORT_SPL
67
68config TARGET_MX6CUBOXI
69 bool "Solid-run mx6 boards"
Peng Fan62c15d72015-08-07 20:35:24 +080070 select SUPPORT_SPL
71
72config TARGET_MX6QARM2
73 bool "mx6qarm2"
Peng Fan62c15d72015-08-07 20:35:24 +080074
75config TARGET_MX6QSABREAUTO
76 bool "mx6qsabreauto"
Peng Fan62c15d72015-08-07 20:35:24 +080077 select DM
78 select DM_THERMAL
79
80config TARGET_MX6SABRESD
81 bool "mx6sabresd"
Peng Fan62c15d72015-08-07 20:35:24 +080082 select SUPPORT_SPL
83 select DM
84 select DM_THERMAL
85
86config TARGET_MX6SLEVK
87 bool "mx6slevk"
Peng Fane8c50ce2015-08-17 16:11:05 +080088 select SUPPORT_SPL
Peng Fan62c15d72015-08-07 20:35:24 +080089
90config TARGET_MX6SXSABRESD
91 bool "mx6sxsabresd"
Peng Fan62c15d72015-08-07 20:35:24 +080092 select SUPPORT_SPL
93 select DM
94 select DM_THERMAL
95
Peng Fan5630c982015-09-06 15:02:34 +080096config TARGET_MX6UL_9X9_EVK
97 bool "mx6ul_9x9_evk"
98 select MX6UL
Peng Fan5630c982015-09-06 15:02:34 +080099 select DM
100 select DM_THERMAL
101 select SUPPORT_SPL
102
Peng Fan62c15d72015-08-07 20:35:24 +0800103config 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 DM
107 select DM_THERMAL
108 select SUPPORT_SPL
109
110config TARGET_NITROGEN6X
111 bool "nitrogen6x"
Peng Fan62c15d72015-08-07 20:35:24 +0800112
113config TARGET_OT1200
114 bool "Bachmann OT1200"
Peng Fan62c15d72015-08-07 20:35:24 +0800115 select SUPPORT_SPL
116
117config TARGET_PLATINUM_PICON
118 bool "platinum-picon"
Peng Fan62c15d72015-08-07 20:35:24 +0800119 select SUPPORT_SPL
120
121config TARGET_PLATINUM_TITANIUM
122 bool "platinum-titanium"
Peng Fan62c15d72015-08-07 20:35:24 +0800123 select SUPPORT_SPL
124
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100125config TARGET_SECOMX6
Peng Fan62c15d72015-08-07 20:35:24 +0800126 bool "secomx6 boards"
127
128config TARGET_TBS2910
Soeren Moch4aee78c2015-08-13 21:08:45 +0200129 bool "TBS2910 Matrix ARM mini PC"
Peng Fan62c15d72015-08-07 20:35:24 +0800130
131config TARGET_TITANIUM
132 bool "titanium"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100133
Markus Niebelf665a792015-06-04 17:25:31 +0200134config TARGET_TQMA6
135 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +0200136
Peng Fan62c15d72015-08-07 20:35:24 +0800137config TARGET_UDOO
138 bool "udoo"
Peng Fan62c15d72015-08-07 20:35:24 +0800139 select SUPPORT_SPL
140
141config TARGET_WANDBOARD
142 bool "wandboard"
Peng Fan62c15d72015-08-07 20:35:24 +0800143 select SUPPORT_SPL
144
145config TARGET_WARP
146 bool "WaRP"
Peng Fan62c15d72015-08-07 20:35:24 +0800147
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100148endchoice
149
Boris BREZILLON51e82662015-03-04 13:13:03 +0100150config SYS_SOC
151 default "mx6"
152
Peng Fan62c15d72015-08-07 20:35:24 +0800153source "board/aristainetos/Kconfig"
154source "board/bachmann/ot1200/Kconfig"
155source "board/barco/platinum/Kconfig"
156source "board/barco/titanium/Kconfig"
157source "board/boundary/nitrogen6x/Kconfig"
158source "board/compulab/cm_fx6/Kconfig"
159source "board/congatec/cgtqmx6eval/Kconfig"
160source "board/embest/mx6boards/Kconfig"
161source "board/freescale/mx6qarm2/Kconfig"
162source "board/freescale/mx6qsabreauto/Kconfig"
163source "board/freescale/mx6sabresd/Kconfig"
164source "board/freescale/mx6slevk/Kconfig"
165source "board/freescale/mx6sxsabresd/Kconfig"
166source "board/freescale/mx6ul_14x14_evk/Kconfig"
167source "board/gateworks/gw_ventana/Kconfig"
168source "board/kosagi/novena/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100169source "board/seco/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800170source "board/solidrun/mx6cuboxi/Kconfig"
171source "board/tbs/tbs2910/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +0200172source "board/tqc/tqma6/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800173source "board/udoo/Kconfig"
174source "board/wandboard/Kconfig"
175source "board/warp/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100176
Boris BREZILLON51e82662015-03-04 13:13:03 +0100177endif