blob: c72a15087511252c4697b6b854fd427bf3374b9f [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"
Otavio Salvadore186b182015-11-19 19:02:36 -020049 select SUPPORT_SPL
50 select DM
51 select DM_THERMAL
Peng Fan62c15d72015-08-07 20:35:24 +080052
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030053config TARGET_CM_FX6
Peng Fan62c15d72015-08-07 20:35:24 +080054 bool "CM-FX6"
Nikita Kiryanov3aea6ae2015-07-23 17:19:33 +030055 select SUPPORT_SPL
56 select DM
57 select DM_SERIAL
58 select DM_GPIO
59
Peng Fan62c15d72015-08-07 20:35:24 +080060config TARGET_EMBESTMX6BOARDS
61 bool "embestmx6boards"
Peng Fan62c15d72015-08-07 20:35:24 +080062
63config TARGET_GW_VENTANA
64 bool "gw_ventana"
Peng Fan62c15d72015-08-07 20:35:24 +080065 select SUPPORT_SPL
66
67config TARGET_KOSAGI_NOVENA
68 bool "Kosagi Novena"
Peng Fan62c15d72015-08-07 20:35:24 +080069 select SUPPORT_SPL
70
71config TARGET_MX6CUBOXI
72 bool "Solid-run mx6 boards"
Peng Fan62c15d72015-08-07 20:35:24 +080073 select SUPPORT_SPL
74
75config TARGET_MX6QARM2
76 bool "mx6qarm2"
Peng Fan62c15d72015-08-07 20:35:24 +080077
78config TARGET_MX6QSABREAUTO
79 bool "mx6qsabreauto"
Peng Fan62c15d72015-08-07 20:35:24 +080080 select DM
81 select DM_THERMAL
82
83config TARGET_MX6SABRESD
84 bool "mx6sabresd"
Peng Fan62c15d72015-08-07 20:35:24 +080085 select SUPPORT_SPL
86 select DM
87 select DM_THERMAL
88
89config TARGET_MX6SLEVK
90 bool "mx6slevk"
Peng Fane8c50ce2015-08-17 16:11:05 +080091 select SUPPORT_SPL
Peng Fan62c15d72015-08-07 20:35:24 +080092
93config TARGET_MX6SXSABRESD
94 bool "mx6sxsabresd"
Peng Fan62c15d72015-08-07 20:35:24 +080095 select SUPPORT_SPL
96 select DM
97 select DM_THERMAL
98
Ye Lib3d60d52016-02-01 10:41:32 +080099config TARGET_MX6SXSABREAUTO
100 bool "mx6sxsabreauto"
101 select DM
102 select DM_THERMAL
103
Peng Fan5630c982015-09-06 15:02:34 +0800104config TARGET_MX6UL_9X9_EVK
105 bool "mx6ul_9x9_evk"
106 select MX6UL
Peng Fan5630c982015-09-06 15:02:34 +0800107 select DM
108 select DM_THERMAL
109 select SUPPORT_SPL
110
Peng Fan62c15d72015-08-07 20:35:24 +0800111config TARGET_MX6UL_14X14_EVK
112 bool "mx6ul_14x14_evk"
Peng Fancdd26f52015-08-19 15:48:58 +0800113 select MX6UL
Peng Fan62c15d72015-08-07 20:35:24 +0800114 select DM
115 select DM_THERMAL
116 select SUPPORT_SPL
117
118config TARGET_NITROGEN6X
119 bool "nitrogen6x"
Peng Fan62c15d72015-08-07 20:35:24 +0800120
121config TARGET_OT1200
122 bool "Bachmann OT1200"
Peng Fan62c15d72015-08-07 20:35:24 +0800123 select SUPPORT_SPL
124
125config TARGET_PLATINUM_PICON
126 bool "platinum-picon"
Peng Fan62c15d72015-08-07 20:35:24 +0800127 select SUPPORT_SPL
128
129config TARGET_PLATINUM_TITANIUM
130 bool "platinum-titanium"
Peng Fan62c15d72015-08-07 20:35:24 +0800131 select SUPPORT_SPL
132
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100133config TARGET_SECOMX6
Peng Fan62c15d72015-08-07 20:35:24 +0800134 bool "secomx6 boards"
135
136config TARGET_TBS2910
Soeren Moch4aee78c2015-08-13 21:08:45 +0200137 bool "TBS2910 Matrix ARM mini PC"
Peng Fan62c15d72015-08-07 20:35:24 +0800138
139config TARGET_TITANIUM
140 bool "titanium"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100141
Markus Niebelf665a792015-06-04 17:25:31 +0200142config TARGET_TQMA6
143 bool "TQ Systems TQMa6 board"
Markus Niebelf665a792015-06-04 17:25:31 +0200144
Peng Fan62c15d72015-08-07 20:35:24 +0800145config TARGET_UDOO
146 bool "udoo"
Peng Fan62c15d72015-08-07 20:35:24 +0800147 select SUPPORT_SPL
148
149config TARGET_WANDBOARD
150 bool "wandboard"
Peng Fan62c15d72015-08-07 20:35:24 +0800151 select SUPPORT_SPL
152
153config TARGET_WARP
154 bool "WaRP"
Peng Fan62c15d72015-08-07 20:35:24 +0800155
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100156endchoice
157
Boris BREZILLON51e82662015-03-04 13:13:03 +0100158config SYS_SOC
159 default "mx6"
160
Peng Fan62c15d72015-08-07 20:35:24 +0800161source "board/aristainetos/Kconfig"
162source "board/bachmann/ot1200/Kconfig"
163source "board/barco/platinum/Kconfig"
164source "board/barco/titanium/Kconfig"
165source "board/boundary/nitrogen6x/Kconfig"
166source "board/compulab/cm_fx6/Kconfig"
167source "board/congatec/cgtqmx6eval/Kconfig"
168source "board/embest/mx6boards/Kconfig"
169source "board/freescale/mx6qarm2/Kconfig"
170source "board/freescale/mx6qsabreauto/Kconfig"
171source "board/freescale/mx6sabresd/Kconfig"
172source "board/freescale/mx6slevk/Kconfig"
173source "board/freescale/mx6sxsabresd/Kconfig"
Ye Lib3d60d52016-02-01 10:41:32 +0800174source "board/freescale/mx6sxsabreauto/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800175source "board/freescale/mx6ul_14x14_evk/Kconfig"
176source "board/gateworks/gw_ventana/Kconfig"
177source "board/kosagi/novena/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100178source "board/seco/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800179source "board/solidrun/mx6cuboxi/Kconfig"
180source "board/tbs/tbs2910/Kconfig"
Markus Niebelf665a792015-06-04 17:25:31 +0200181source "board/tqc/tqma6/Kconfig"
Peng Fan62c15d72015-08-07 20:35:24 +0800182source "board/udoo/Kconfig"
183source "board/wandboard/Kconfig"
184source "board/warp/Kconfig"
Boris BREZILLON7832bf32015-03-04 13:13:05 +0100185
Boris BREZILLON51e82662015-03-04 13:13:03 +0100186endif