blob: 1c7cf7f6d4bcd6becf56e5647ce8f23d7783a484 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada016a9542014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
13config CPU_ARM720T
14 bool
15
16config CPU_ARM920T
17 bool
18
19config CPU_ARM926EJS
20 bool
21
22config CPU_ARM946ES
23 bool
24
25config CPU_ARM1136
26 bool
27
28config CPU_ARM1176
29 bool
30 select HAS_VBAR
31
32config CPU_V7
33 bool
34 select HAS_VBAR
35
rev13@wp.pl12d8a722015-03-01 12:44:39 +010036config CPU_V7M
37 bool
38
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010039config CPU_PXA
40 bool
41
42config CPU_SA1100
43 bool
44
45config SYS_CPU
46 default "arm720t" if CPU_ARM720T
47 default "arm920t" if CPU_ARM920T
48 default "arm926ejs" if CPU_ARM926EJS
49 default "arm946es" if CPU_ARM946ES
50 default "arm1136" if CPU_ARM1136
51 default "arm1176" if CPU_ARM1176
52 default "armv7" if CPU_V7
rev13@wp.pl12d8a722015-03-01 12:44:39 +010053 default "armv7m" if CPU_V7M
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010054 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
Masahiro Yamada01541ee2014-11-06 11:39:27 +090056 default "armv8" if ARM64
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010057
Linus Walleijf91afc42015-01-23 11:50:53 +010058config SEMIHOSTING
59 bool "support boot from semihosting"
60 help
61 In emulated environments, semihosting is a way for
62 the hosted environment to call out to the emulator to
63 retrieve files from the host machine.
64
Masahiro Yamadadd840582014-07-30 14:08:14 +090065choice
66 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050067 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090068
Masahiro Yamada4614b892015-02-20 17:04:01 +090069config ARCH_AT91
70 bool "Atmel AT91"
Masahiro Yamadadd840582014-07-30 14:08:14 +090071
72config TARGET_EDB93XX
73 bool "Support edb93xx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010074 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090075
76config TARGET_SCB9328
77 bool "Support scb9328"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010078 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
Masahiro Yamadadd840582014-07-30 14:08:14 +090080config TARGET_VCMA9
81 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010082 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090083
84config TARGET_SMDK2410
85 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010086 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090087
Masahiro Yamadadd840582014-07-30 14:08:14 +090088config TARGET_ASPENITE
89 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010090 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090091
92config TARGET_GPLUGD
93 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010094 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090095
Masahiro Yamada3491ba62014-08-31 07:11:01 +090096config ARCH_DAVINCI
97 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010098 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +090099 help
100 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900101
Masahiro Yamada47539e22014-08-31 07:10:59 +0900102config KIRKWOOD
103 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100104 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900105
Stefan Roese2bae75a2015-04-25 06:29:56 +0200106config TARGET_DB_88F6820_GP
107 bool "Support DB-88F6820-GP"
108 select CPU_V7
109 select SUPPORT_SPL
110
Stefan Roesedd580802014-10-22 12:13:18 +0200111config TARGET_DB_MV784MP_GP
112 bool "Support db-mv784mp-gp"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900113 select CPU_V7
Stefan Roese25541672015-01-19 11:33:46 +0100114 select SUPPORT_SPL
Stefan Roesedd580802014-10-22 12:13:18 +0200115
Stefan Roesea4884832014-10-22 12:13:19 +0200116config TARGET_MAXBCM
117 bool "Support maxbcm"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900118 select CPU_V7
Stefan Roesee7778ec2015-01-19 11:33:47 +0100119 select SUPPORT_SPL
Stefan Roesea4884832014-10-22 12:13:19 +0200120
Masahiro Yamadadd840582014-07-30 14:08:14 +0900121config TARGET_DEVKIT3250
122 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100123 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900124
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200125config TARGET_WORK_92105
126 bool "Support work_92105"
127 select CPU_ARM926EJS
128 select SUPPORT_SPL
129
Masahiro Yamadadd840582014-07-30 14:08:14 +0900130config TARGET_MX25PDK
131 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100132 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900133
134config TARGET_TX25
135 bool "Support tx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100136 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900137 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900138
139config TARGET_ZMX25
140 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100141 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900142
143config TARGET_APF27
144 bool "Support apf27"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100145 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900146 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900147
148config TARGET_IMX27LITE
149 bool "Support imx27lite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100150 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900151
152config TARGET_MAGNESIUM
153 bool "Support magnesium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100154 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900155
156config TARGET_APX4DEVKIT
157 bool "Support apx4devkit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100158 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900159 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900160
161config TARGET_XFI3
162 bool "Support xfi3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100163 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900164 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900165
166config TARGET_M28EVK
167 bool "Support m28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100168 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900169 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900170
171config TARGET_MX23EVK
172 bool "Support mx23evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100173 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900174 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900175
176config TARGET_MX28EVK
177 bool "Support mx28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100178 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900179 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900180
181config TARGET_MX23_OLINUXINO
182 bool "Support mx23_olinuxino"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100183 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900184 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900185
186config TARGET_BG0900
187 bool "Support bg0900"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100188 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900189 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900190
191config TARGET_SANSA_FUZE_PLUS
192 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100193 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900194 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900195
196config TARGET_SC_SPS_1
197 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100198 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900199 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900200
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900201config ARCH_NOMADIK
202 bool "ST-Ericsson Nomadik"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100203 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900204
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900205config ORION5X
206 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100207 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900208
Masahiro Yamadadd840582014-07-30 14:08:14 +0900209config TARGET_SPEAR300
210 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100211 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900212
213config TARGET_SPEAR310
214 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100215 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900216
217config TARGET_SPEAR320
218 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100219 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900220
221config TARGET_SPEAR600
222 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100223 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900224
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800225config TARGET_STV0991
226 bool "Support stv0991"
227 select CPU_V7
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900228 select DM
229 select DM_SERIAL
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800230
Masahiro Yamadadd840582014-07-30 14:08:14 +0900231config TARGET_X600
232 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100233 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900234 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900235
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900236config ARCH_VERSATILE
237 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100238 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900239
Masahiro Yamadadd840582014-07-30 14:08:14 +0900240config TARGET_IMX31_PHYCORE
241 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100242 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900243
244config TARGET_QONG
245 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100246 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900247
248config TARGET_MX31ADS
249 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100250 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900251
252config TARGET_MX31PDK
253 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100254 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900255 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900256
257config TARGET_TT01
258 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100259 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900260
261config TARGET_IMX31_LITEKIT
262 bool "Support imx31_litekit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100263 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900264
265config TARGET_WOODBURN
266 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100267 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900268
269config TARGET_WOODBURN_SD
270 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100271 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900272 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900273
274config TARGET_FLEA3
275 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100276 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900277
278config TARGET_MX35PDK
279 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100280 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900281
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900282config ARCH_BCM283X
283 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900284 select DM
285 select DM_SERIAL
286 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700287
Masahiro Yamadadd840582014-07-30 14:08:14 +0900288config TARGET_VEXPRESS_CA15_TC2
289 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100290 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100291 select CPU_V7_HAS_NONSEC
292 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900293
294config TARGET_VEXPRESS_CA5X2
295 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100296 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900297
298config TARGET_VEXPRESS_CA9X4
299 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100300 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900301
302config TARGET_KWB
303 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100304 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900305 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900306
307config TARGET_TSERIES
308 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100309 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900310 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900311
312config TARGET_CM_T335
313 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100314 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900315 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900316 select DM
317 select DM_SERIAL
318 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900319
320config TARGET_PEPPER
321 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100322 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900323 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900324 select DM
325 select DM_SERIAL
326 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900327
328config TARGET_AM335X_IGEP0033
329 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100330 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900331 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900332 select DM
333 select DM_SERIAL
334 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900335
336config TARGET_PCM051
337 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100338 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900339 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900340 select DM
341 select DM_SERIAL
342 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900343
344config TARGET_DRACO
345 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100346 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900347 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900348
349config TARGET_DXR2
350 bool "Support dxr2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100351 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900352 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900353
354config TARGET_PXM2
355 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100356 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900357 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900358
359config TARGET_RUT
360 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100361 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900362 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900363
364config TARGET_PENGWYN
365 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100366 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900367 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900368 select DM
369 select DM_SERIAL
370 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900371
372config TARGET_AM335X_EVM
373 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100374 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900375 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900376 select DM
377 select DM_SERIAL
378 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900379
380config TARGET_AM43XX_EVM
381 bool "Support am43xx_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100382 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900383 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900384
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800385config TARGET_BAV335X
386 bool "Support bav335x"
387 select CPU_V7
388 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900389 select DM
390 select DM_SERIAL
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800391 help
392 The BAV335x OEM Network Processor integrates all the functions of an
393 embedded network computer in a small, easy to use SODIMM module which
394 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
395 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
396 ethernet with simple connection to external connectors.
397
398 For more information, visit: http://birdland.com/oem
399
Masahiro Yamadadd840582014-07-30 14:08:14 +0900400config TARGET_TI814X_EVM
401 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100402 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900403 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900404
405config TARGET_TI816X_EVM
406 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100407 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900408 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900409
Masahiro Yamadadd840582014-07-30 14:08:14 +0900410config TARGET_BCM28155_AP
411 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100412 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900413
Steve Raeabb16782014-11-11 11:32:18 -0800414config TARGET_BCMCYGNUS
415 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100416 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700417
Steve Raeabb16782014-11-11 11:32:18 -0800418config TARGET_BCMNSP
419 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100420 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700421
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900422config ARCH_EXYNOS
423 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100424 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900425 select DM
426 select DM_SPI_FLASH
427 select DM_SERIAL
428 select DM_SPI
429 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900430
Simon Glass311757b2014-10-07 22:01:50 -0600431config ARCH_S5PC1XX
432 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100433 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900434 select DM
435 select DM_SERIAL
436 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600437
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900438config ARCH_HIGHBANK
439 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100440 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900441
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900442config ARCH_INTEGRATOR
443 bool "ARM Ltd. Integrator family"
444
Masahiro Yamadac338f092014-08-31 07:11:05 +0900445config ARCH_KEYSTONE
446 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100447 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900448 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900449
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100450config ARCH_MX6
451 bool "Freescale MX6"
452 select CPU_V7
453
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200454config ARCH_MX5
455 bool "Freescale MX5"
456 select CPU_V7
457
Masahiro Yamadadd840582014-07-30 14:08:14 +0900458config TARGET_M53EVK
459 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100460 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900461 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900462
463config TARGET_IMA3_MX53
464 bool "Support ima3-mx53"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100465 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900466
467config TARGET_MX51EVK
468 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100469 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900470
471config TARGET_MX53ARD
472 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100473 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900474
475config TARGET_MX53EVK
476 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100477 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900478
479config TARGET_MX53LOCO
480 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100481 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900482
483config TARGET_MX53SMD
484 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100485 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900486
487config TARGET_MX51_EFIKAMX
488 bool "Support mx51_efikamx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100489 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900490
491config TARGET_VISION2
492 bool "Support vision2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100493 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900494
495config TARGET_UDOO
496 bool "Support udoo"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100497 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900498
499config TARGET_WANDBOARD
500 bool "Support wandboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100501 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900502
Otavio Salvador4579dc32015-02-17 10:42:46 -0200503config TARGET_WARP
504 bool "Support WaRP"
505 select CPU_V7
506
Masahiro Yamadadd840582014-07-30 14:08:14 +0900507config TARGET_TITANIUM
508 bool "Support titanium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100509 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900510
511config TARGET_NITROGEN6X
512 bool "Support nitrogen6x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100513 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900514
515config TARGET_CGTQMX6EVAL
516 bool "Support cgtqmx6eval"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100517 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900518
519config TARGET_EMBESTMX6BOARDS
520 bool "Support embestmx6boards"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100521 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900522
Stefano Babic7e929172014-08-11 10:18:41 +0200523config TARGET_ARISTAINETOS
524 bool "Support aristainetos"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100525 select CPU_V7
Stefano Babic7e929172014-08-11 10:18:41 +0200526
Masahiro Yamadadd840582014-07-30 14:08:14 +0900527config TARGET_MX6QARM2
528 bool "Support mx6qarm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100529 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900530
531config TARGET_MX6QSABREAUTO
532 bool "Support mx6qsabreauto"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100533 select CPU_V7
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900534 select DM
535 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900536
537config TARGET_MX6SABRESD
538 bool "Support mx6sabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100539 select CPU_V7
John Tobiase451e9b2014-11-12 14:27:43 -0800540 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900541 select DM
542 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900543
Fabio Estevamb8ce6fe2015-04-20 14:48:57 -0300544config TARGET_MX6CUBOXI
545 bool "Support Solid-run mx6 boards"
546 select CPU_V7
547 select SUPPORT_SPL
548
Masahiro Yamadadd840582014-07-30 14:08:14 +0900549config TARGET_MX6SLEVK
550 bool "Support mx6slevk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100551 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900552
Fabio Estevam080d72f2014-08-14 21:00:28 -0300553config TARGET_MX6SXSABRESD
554 bool "Support mx6sxsabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100555 select CPU_V7
Peng Fan3dae50d2014-12-30 17:23:59 +0800556 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900557 select DM
558 select DM_THERMAL
Fabio Estevam080d72f2014-08-14 21:00:28 -0300559
Masahiro Yamadadd840582014-07-30 14:08:14 +0900560config TARGET_GW_VENTANA
561 bool "Support gw_ventana"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100562 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900563 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900564
565config TARGET_HUMMINGBOARD
566 bool "Support hummingboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100567 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900568
Marek Vasutf91c09a2014-10-24 23:39:07 +0200569config TARGET_KOSAGI_NOVENA
570 bool "Support Kosagi Novena"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900571 select CPU_V7
Marek Vasutbdf16382014-11-13 11:06:21 +0100572 select SUPPORT_SPL
Marek Vasutf91c09a2014-10-24 23:39:07 +0200573
Soeren Moch05d492a2014-11-03 13:57:01 +0100574config TARGET_TBS2910
575 bool "Support tbs2910"
Soeren Mochf8bbd7f2014-11-26 12:39:24 +0100576 select CPU_V7
Soeren Moch05d492a2014-11-03 13:57:01 +0100577
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900578config TARGET_TQMA6
579 bool "TQ Systems TQMa6 board"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100580 select CPU_V7
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900581
Christian Gmeiner39d09732014-10-02 13:33:46 +0200582config TARGET_OT1200
583 bool "Bachmann OT1200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100584 select CPU_V7
Christian Gmeiner8551b362015-01-19 17:26:44 +0100585 select SUPPORT_SPL
Christian Gmeiner39d09732014-10-02 13:33:46 +0200586
Stefan Roese5d6050f2014-12-10 10:15:23 +0100587config TARGET_PLATINUM_PICON
588 bool "Support platinum-picon"
589 select CPU_V7
590 select SUPPORT_SPL
591
592config TARGET_PLATINUM_TITANIUM
593 bool "Support platinum-titanium"
594 select CPU_V7
595 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900596
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900597config OMAP34XX
598 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100599 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900600
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900601config OMAP44XX
602 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100603 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900604 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900605
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900606config OMAP54XX
607 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100608 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900609 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900610
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900611config RMOBILE
612 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100613 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900614
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300615config TARGET_CM_FX6
616 bool "Support cm_fx6"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100617 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900618 select SUPPORT_SPL
Masahiro Yamadae621bae2015-03-31 12:48:02 +0900619 select DM
620 select DM_SERIAL
621 select DM_GPIO
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300622
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900623config ARCH_SOCFPGA
624 bool "Altera SOCFPGA family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100625 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900626 select SUPPORT_SPL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900627 select DM
628 select DM_SPI_FLASH
629 select DM_SPI
Masahiro Yamadadd840582014-07-30 14:08:14 +0900630
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100631config ARCH_SUNXI
632 bool "Support sunxi (Allwinner) SoCs"
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200633 select DM
634 select DM_GPIO
635 select OF_CONTROL
636 select OF_SEPARATE
637 select SPL_DISABLE_OF_CONTROL
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800638
Masahiro Yamadadd840582014-07-30 14:08:14 +0900639config TARGET_SNOWBALL
640 bool "Support snowball"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100641 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900642
643config TARGET_U8500_HREF
644 bool "Support u8500_href"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100645 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900646
647config TARGET_VF610TWR
648 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100649 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900650
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530651config TARGET_COLIBRI_VF
652 bool "Support Colibri VF50/61"
653 select CPU_V7
654
Masahiro Yamada5ca269a2015-03-16 16:43:24 +0900655config ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900656 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100657 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900658 select SUPPORT_SPL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900659 select DM
Masahiro Yamadadd840582014-07-30 14:08:14 +0900660
Michal Simek84c72042015-01-15 10:01:51 +0100661config TARGET_XILINX_ZYNQMP
662 bool "Support Xilinx ZynqMP Platform"
663 select ARM64
664
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900665config TEGRA
666 bool "NVIDIA Tegra"
Masahiro Yamada02627352014-10-20 17:45:56 +0900667 select SUPPORT_SPL
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900668 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900669 select OF_CONTROL
670 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900671 select DM
672 select DM_SPI_FLASH
673 select DM_SERIAL
674 select DM_I2C
675 select DM_SPI
676 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900677
Linus Walleijf91afc42015-01-23 11:50:53 +0100678config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900679 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900680 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900681
Linus Walleijf91afc42015-01-23 11:50:53 +0100682config TARGET_VEXPRESS64_BASE_FVP
683 bool "Support Versatile Express ARMv8a FVP BASE model"
684 select ARM64
685 select SEMIHOSTING
686
Linus Walleijffc10372015-01-23 14:41:10 +0100687config TARGET_VEXPRESS64_JUNO
688 bool "Support Versatile Express Juno Development Platform"
689 select ARM64
690
Masahiro Yamadadd840582014-07-30 14:08:14 +0900691config TARGET_LS2085A_EMU
692 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900693 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100694 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900695
696config TARGET_LS2085A_SIMU
697 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900698 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100699 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900700
York Sun7288c2c2015-03-20 19:28:23 -0700701config TARGET_LS2085AQDS
702 bool "Support ls2085aqds"
703 select ARM64
704 select ARMV8_MULTIENTRY
Scott Woodb2d5ac52015-03-24 13:25:02 -0700705 select SUPPORT_SPL
York Sun7288c2c2015-03-20 19:28:23 -0700706 help
707 Support for Freescale LS2085AQDS platform
708 The LS2085A Development System (QDS) is a high-performance
709 development platform that supports the QorIQ LS2085A
710 Layerscape Architecture processor.
711
York Sune2b65ea2015-03-20 19:28:24 -0700712config TARGET_LS2085ARDB
713 bool "Support ls2085ardb"
714 select ARM64
715 select ARMV8_MULTIENTRY
Scott Wood32eda7c2015-03-24 13:25:03 -0700716 select SUPPORT_SPL
York Sune2b65ea2015-03-20 19:28:24 -0700717 help
718 Support for Freescale LS2085ARDB platform.
719 The LS2085A Reference design board (RDB) is a high-performance
720 development platform that supports the QorIQ LS2085A
721 Layerscape Architecture processor.
722
Wang Huan550e3dc2014-09-05 13:52:44 +0800723config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800724 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100725 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800726 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800727
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800728config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800729 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100730 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800731 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800732
Masahiro Yamadadd840582014-07-30 14:08:14 +0900733config TARGET_BALLOON3
734 bool "Support balloon3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100735 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900736
737config TARGET_H2200
738 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100739 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900740
741config TARGET_PALMLD
742 bool "Support palmld"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100743 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900744
745config TARGET_PALMTC
746 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100747 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900748
749config TARGET_PALMTREO680
750 bool "Support palmtreo680"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100751 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900752 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900753
754config TARGET_PXA255_IDP
755 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100756 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900757
758config TARGET_TRIZEPSIV
759 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100760 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900761
762config TARGET_VPAC270
763 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100764 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900765 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900766
767config TARGET_XAENIAX
768 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100769 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900770
771config TARGET_ZIPITZ2
772 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100773 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900774
775config TARGET_LP8X4X
776 bool "Support lp8x4x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100777 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900778
779config TARGET_COLIBRI_PXA270
780 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100781 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900782
783config TARGET_JORNADA
784 bool "Support jornada"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100785 select CPU_SA1100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900786
Masahiro Yamada66cba042014-10-03 19:21:07 +0900787config ARCH_UNIPHIER
788 bool "Panasonic UniPhier platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100789 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900790 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900791 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900792 select OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900793 select DM
794 select DM_SERIAL
795 select DM_I2C
Masahiro Yamada66cba042014-10-03 19:21:07 +0900796
rev13@wp.pled09a552015-03-01 12:44:42 +0100797config TARGET_STM32F429_DISCOVERY
798 bool "Support STM32F429 Discovery"
799 select CPU_V7M
800
Masahiro Yamadadd840582014-07-30 14:08:14 +0900801endchoice
802
Masahiro Yamada4614b892015-02-20 17:04:01 +0900803source "arch/arm/mach-at91/Kconfig"
804
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900805source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900806
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900807source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700808
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900809source "arch/arm/cpu/armv7/exynos/Kconfig"
810
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900811source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900812
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900813source "arch/arm/mach-integrator/Kconfig"
814
Masahiro Yamada39a72342015-02-20 17:04:11 +0900815source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900816
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900817source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900818
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100819source "arch/arm/cpu/armv7/mx6/Kconfig"
820
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200821source "arch/arm/cpu/armv7/mx5/Kconfig"
822
Masahiro Yamadaef917dd2015-02-20 17:04:07 +0900823source "arch/arm/mach-nomadik/Kconfig"
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900824
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900825source "arch/arm/cpu/armv7/omap3/Kconfig"
826
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900827source "arch/arm/cpu/armv7/omap4/Kconfig"
828
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900829source "arch/arm/cpu/armv7/omap5/Kconfig"
830
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900831source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900832
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900833source "arch/arm/cpu/armv7/rmobile/Kconfig"
834
Simon Glass311757b2014-10-07 22:01:50 -0600835source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
836
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900837source "arch/arm/mach-socfpga/Kconfig"
838
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900839source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900840
Masahiro Yamada4c425572015-02-27 02:26:42 +0900841source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900842
Masahiro Yamada63637a42015-02-20 17:04:10 +0900843source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900844
Masahiro Yamada0107f242015-03-16 16:43:22 +0900845source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900846
Hans de Goedeea624e12014-11-14 09:34:30 +0100847source "arch/arm/cpu/armv7/Kconfig"
848
Linus Walleij23b58772015-03-09 10:53:21 +0100849source "arch/arm/cpu/armv8/Kconfig"
850
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100851source "arch/arm/imx-common/Kconfig"
852
Stefano Babic7e929172014-08-11 10:18:41 +0200853source "board/aristainetos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900854source "board/BuR/kwb/Kconfig"
855source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900856source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900857source "board/Marvell/aspenite/Kconfig"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200858source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200859source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900860source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900861source "board/armadeus/apf27/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900862source "board/armltd/vexpress/Kconfig"
863source "board/armltd/vexpress64/Kconfig"
Christian Gmeiner39d09732014-10-02 13:33:46 +0200864source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900865source "board/balloon3/Kconfig"
Stefan Roese5d6050f2014-12-10 10:15:23 +0100866source "board/barco/platinum/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900867source "board/barco/titanium/Kconfig"
868source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900869source "board/boundary/nitrogen6x/Kconfig"
870source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800871source "board/broadcom/bcmcygnus/Kconfig"
872source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900873source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900874source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300875source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900876source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900877source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900878source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900879source "board/denx/m28evk/Kconfig"
880source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900881source "board/embest/mx6boards/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900882source "board/esg/ima3-mx53/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900883source "board/freescale/ls2085a/Kconfig"
York Sun7288c2c2015-03-20 19:28:23 -0700884source "board/freescale/ls2085aqds/Kconfig"
York Sune2b65ea2015-03-20 19:28:24 -0700885source "board/freescale/ls2085ardb/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800886source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800887source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900888source "board/freescale/mx23evk/Kconfig"
889source "board/freescale/mx25pdk/Kconfig"
890source "board/freescale/mx28evk/Kconfig"
891source "board/freescale/mx31ads/Kconfig"
892source "board/freescale/mx31pdk/Kconfig"
893source "board/freescale/mx35pdk/Kconfig"
894source "board/freescale/mx51evk/Kconfig"
895source "board/freescale/mx53ard/Kconfig"
896source "board/freescale/mx53evk/Kconfig"
897source "board/freescale/mx53loco/Kconfig"
898source "board/freescale/mx53smd/Kconfig"
899source "board/freescale/mx6qarm2/Kconfig"
900source "board/freescale/mx6qsabreauto/Kconfig"
901source "board/freescale/mx6sabresd/Kconfig"
902source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam080d72f2014-08-14 21:00:28 -0300903source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900904source "board/freescale/vf610twr/Kconfig"
905source "board/gateworks/gw_ventana/Kconfig"
906source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900907source "board/gumstix/pepper/Kconfig"
908source "board/h2200/Kconfig"
909source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900910source "board/icpdas/lp8x4x/Kconfig"
911source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900912source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900913source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900914source "board/karo/tx25/Kconfig"
Marek Vasutf91c09a2014-10-24 23:39:07 +0200915source "board/kosagi/novena/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900916source "board/logicpd/imx27lite/Kconfig"
917source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200918source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900919source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900920source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900921source "board/palmld/Kconfig"
922source "board/palmtc/Kconfig"
923source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900924source "board/phytec/pcm051/Kconfig"
925source "board/ppcag/bg0900/Kconfig"
926source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900927source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900928source "board/sandisk/sansa_fuze_plus/Kconfig"
929source "board/scb9328/Kconfig"
930source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900931source "board/siemens/draco/Kconfig"
932source "board/siemens/pxm2/Kconfig"
933source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900934source "board/silica/pengwyn/Kconfig"
Fabio Estevamb8ce6fe2015-04-20 14:48:57 -0300935source "board/solidrun/mx6cuboxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900936source "board/solidrun/hummingboard/Kconfig"
937source "board/spear/spear300/Kconfig"
938source "board/spear/spear310/Kconfig"
939source "board/spear/spear320/Kconfig"
940source "board/spear/spear600/Kconfig"
941source "board/spear/x600/Kconfig"
942source "board/st-ericsson/snowball/Kconfig"
943source "board/st-ericsson/u8500/Kconfig"
rev13@wp.pled09a552015-03-01 12:44:42 +0100944source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800945source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900946source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900947source "board/syteco/zmx25/Kconfig"
Soeren Moch05d492a2014-11-03 13:57:01 +0100948source "board/tbs/tbs2910/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900949source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900950source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800951source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900952source "board/ti/ti814x/Kconfig"
953source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900954source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900955source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530956source "board/toradex/colibri_vf/Kconfig"
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900957source "board/tqc/tqma6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900958source "board/trizepsiv/Kconfig"
959source "board/ttcontrol/vision2/Kconfig"
960source "board/udoo/Kconfig"
961source "board/vpac270/Kconfig"
962source "board/wandboard/Kconfig"
Otavio Salvador4579dc32015-02-17 10:42:46 -0200963source "board/warp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900964source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200965source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900966source "board/xaeniax/Kconfig"
Michal Simek84c72042015-01-15 10:01:51 +0100967source "board/xilinx/zynqmp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900968source "board/zipitz2/Kconfig"
969
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900970source "arch/arm/Kconfig.debug"
971
Masahiro Yamadadd840582014-07-30 14:08:14 +0900972endmenu