blob: 30fc32a853f6891b5a2c4a437f6d9655717896d1 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada0d46c342014-09-14 03:01:51 +09007config ARM64
8 bool
9
Lokesh Vutlaf94277d2016-03-24 16:02:00 +053010config DMA_ADDR_T_64BIT
11 bool
12 default y if ARM64
13
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010014config HAS_VBAR
15 bool
16
Albert ARIBAUDa3823222015-10-23 18:06:40 +020017config HAS_THUMB2
18 bool
19
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010020config CPU_ARM720T
21 bool
22
23config CPU_ARM920T
24 bool
25
26config CPU_ARM926EJS
27 bool
28
29config CPU_ARM946ES
30 bool
31
32config CPU_ARM1136
33 bool
34
35config CPU_ARM1176
36 bool
37 select HAS_VBAR
38
39config CPU_V7
40 bool
41 select HAS_VBAR
Albert ARIBAUDa3823222015-10-23 18:06:40 +020042 select HAS_THUMB2
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010043
rev13@wp.plb3b57e82015-03-01 12:44:39 +010044config CPU_V7M
45 bool
Albert ARIBAUDa3823222015-10-23 18:06:40 +020046 select HAS_THUMB2
rev13@wp.plb3b57e82015-03-01 12:44:39 +010047
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010048config CPU_PXA
49 bool
50
51config CPU_SA1100
52 bool
53
54config SYS_CPU
55 default "arm720t" if CPU_ARM720T
56 default "arm920t" if CPU_ARM920T
57 default "arm926ejs" if CPU_ARM926EJS
58 default "arm946es" if CPU_ARM946ES
59 default "arm1136" if CPU_ARM1136
60 default "arm1176" if CPU_ARM1176
61 default "armv7" if CPU_V7
rev13@wp.plb3b57e82015-03-01 12:44:39 +010062 default "armv7m" if CPU_V7M
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010063 default "pxa" if CPU_PXA
64 default "sa1100" if CPU_SA1100
Masahiro Yamadadade3b02014-11-06 11:39:27 +090065 default "armv8" if ARM64
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010066
Linus Walleij800d6fd2015-01-23 11:50:53 +010067config SEMIHOSTING
68 bool "support boot from semihosting"
69 help
70 In emulated environments, semihosting is a way for
71 the hosted environment to call out to the emulator to
72 retrieve files from the host machine.
73
Peng Fan10ddab42015-08-19 15:48:57 +080074config SYS_L2CACHE_OFF
75 bool "L2cache off"
76 help
77 If SoC does not support L2CACHE or one do not want to enable
78 L2CACHE, choose this option.
79
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090080choice
81 prompt "Target select"
Simon Glassdfd904a2015-08-30 19:19:30 -060082 default TARGET_HIKEY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090083
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090084config ARCH_AT91
85 bool "Atmel AT91"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086
87config TARGET_EDB93XX
88 bool "Support edb93xx"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010089 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090090
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090091config TARGET_VCMA9
92 bool "Support VCMA9"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010093 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090094
95config TARGET_SMDK2410
96 bool "Support smdk2410"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010097 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090098
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090099config TARGET_ASPENITE
100 bool "Support aspenite"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100101 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900102
103config TARGET_GPLUGD
104 bool "Support gplugd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100105 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900106
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900107config ARCH_DAVINCI
108 bool "TI DaVinci"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100109 select CPU_ARM926EJS
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900110 help
111 Support for TI's DaVinci platform.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900112
Masahiro Yamadad7570852014-08-31 07:10:59 +0900113config KIRKWOOD
114 bool "Marvell Kirkwood"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100115 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900116
Stefan Roese383e0c12015-08-25 13:18:38 +0200117config ARCH_MVEBU
Stefan Roese9106ed02016-01-29 09:14:54 +0100118 bool "Marvell MVEBU family (Armada XP/375/38x)"
Stefan Roese073efd72015-04-25 06:29:56 +0200119 select CPU_V7
120 select SUPPORT_SPL
Stefan Roese096de4f2015-09-01 11:27:52 +0200121 select OF_CONTROL
122 select OF_SEPARATE
123 select DM
Stefan Roese05b38c12015-11-19 07:46:15 +0100124 select DM_ETH
Stefan Roese7f9f8e32015-09-02 08:41:41 +0200125 select DM_SERIAL
Stefan Roese49e7d772015-11-20 13:51:57 +0100126 select DM_SPI
127 select DM_SPI_FLASH
Stefan Roese83097cf2015-11-25 07:37:00 +0100128 select SPL_DM
Nathan Rossi66f05702016-01-08 03:00:47 +1000129 select SPL_DM_SEQ_ALIAS
Stefan Roese83097cf2015-11-25 07:37:00 +0100130 select SPL_OF_CONTROL
Stefan Roese49e7d772015-11-20 13:51:57 +0100131 select SPL_SIMPLE_BUS
Stefan Roese9b1e2312014-10-22 12:13:19 +0200132
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900133config TARGET_DEVKIT3250
134 bool "Support devkit3250"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100135 select CPU_ARM926EJS
Vladimir Zapolskiy89f86a22015-07-18 01:47:11 +0300136 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900137
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200138config TARGET_WORK_92105
139 bool "Support work_92105"
140 select CPU_ARM926EJS
141 select SUPPORT_SPL
142
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900143config TARGET_MX25PDK
144 bool "Support mx25pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100145 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900146
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900147config TARGET_ZMX25
148 bool "Support zmx25"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100149 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900150
151config TARGET_APF27
152 bool "Support apf27"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100153 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900154 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900155
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900156config TARGET_APX4DEVKIT
157 bool "Support apx4devkit"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100158 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900159 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900160
161config TARGET_XFI3
162 bool "Support xfi3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100163 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900164 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900165
166config TARGET_M28EVK
167 bool "Support m28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100168 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900169 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900170
171config TARGET_MX23EVK
172 bool "Support mx23evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100173 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900174 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900175
176config TARGET_MX28EVK
177 bool "Support mx28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100178 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900179 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900180
181config TARGET_MX23_OLINUXINO
182 bool "Support mx23_olinuxino"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100183 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900184 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900185
186config TARGET_BG0900
187 bool "Support bg0900"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100188 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900189 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900190
191config TARGET_SANSA_FUZE_PLUS
192 bool "Support sansa_fuze_plus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100193 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900194 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900195
196config TARGET_SC_SPS_1
197 bool "Support sc_sps_1"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100198 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900199 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900200
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900201config ORION5X
202 bool "Marvell Orion"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100203 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900204
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900205config TARGET_SPEAR300
206 bool "Support spear300"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100207 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900208
209config TARGET_SPEAR310
210 bool "Support spear310"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100211 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900212
213config TARGET_SPEAR320
214 bool "Support spear320"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100215 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900216
217config TARGET_SPEAR600
218 bool "Support spear600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100219 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900220
Vikas Manocha33913c52014-11-18 10:42:22 -0800221config TARGET_STV0991
222 bool "Support stv0991"
223 select CPU_V7
Masahiro Yamada0906a822015-03-31 12:48:01 +0900224 select DM
225 select DM_SERIAL
Vikas Manocha8cc062f2015-07-02 18:29:41 -0700226 select DM_SPI
227 select DM_SPI_FLASH
228 select SPI_FLASH
Vikas Manocha33913c52014-11-18 10:42:22 -0800229
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900230config TARGET_X600
231 bool "Support x600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100232 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900233 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900234
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900235config TARGET_IMX31_PHYCORE
236 bool "Support imx31_phycore"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100237 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900238
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900239config TARGET_MX31ADS
240 bool "Support mx31ads"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100241 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900242
243config TARGET_MX31PDK
244 bool "Support mx31pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100245 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900246 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900247
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900248config TARGET_WOODBURN
249 bool "Support woodburn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100250 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900251
252config TARGET_WOODBURN_SD
253 bool "Support woodburn_sd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100254 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900255 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900256
257config TARGET_FLEA3
258 bool "Support flea3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100259 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900260
261config TARGET_MX35PDK
262 bool "Support mx35pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100263 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900264
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900265config ARCH_BCM283X
266 bool "Broadcom BCM283X family"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900267 select DM
268 select DM_SERIAL
269 select DM_GPIO
Stephen Warrendc7ea682015-02-16 12:16:15 -0700270
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900271config TARGET_VEXPRESS_CA15_TC2
272 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100273 select CPU_V7
Hans de Goede85437352014-11-14 09:34:30 +0100274 select CPU_V7_HAS_NONSEC
275 select CPU_V7_HAS_VIRT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900276
277config TARGET_VEXPRESS_CA5X2
278 bool "Support vexpress_ca5x2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100279 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900280
281config TARGET_VEXPRESS_CA9X4
282 bool "Support vexpress_ca9x4"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100283 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900284
285config TARGET_KWB
286 bool "Support kwb"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100287 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900288 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900289
290config TARGET_TSERIES
291 bool "Support tseries"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100292 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900293 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900294
295config TARGET_CM_T335
296 bool "Support cm_t335"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100297 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900298 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900299 select DM
300 select DM_SERIAL
301 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900302
303config TARGET_PEPPER
304 bool "Support pepper"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100305 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900306 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900307 select DM
308 select DM_SERIAL
309 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900310
311config TARGET_AM335X_IGEP0033
312 bool "Support am335x_igep0033"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100313 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900314 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900315 select DM
316 select DM_SERIAL
317 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900318
319config TARGET_PCM051
320 bool "Support pcm051"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100321 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900322 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900323 select DM
324 select DM_SERIAL
325 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900326
327config TARGET_DRACO
328 bool "Support draco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100329 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900330 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900331
Heiko Schocher9ba67f22015-06-15 14:57:15 +0200332config TARGET_THUBAN
333 bool "Support thuban"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100334 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900335 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900336
Heiko Schocherb7a6d142015-06-15 14:56:41 +0200337config TARGET_RASTABAN
338 bool "Support rastaban"
339 select CPU_V7
340 select SUPPORT_SPL
341
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900342config TARGET_PXM2
343 bool "Support pxm2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100344 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900345 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900346
347config TARGET_RUT
348 bool "Support rut"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100349 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900350 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900351
352config TARGET_PENGWYN
353 bool "Support pengwyn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100354 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900355 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900356 select DM
357 select DM_SERIAL
358 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900359
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200360config TARGET_AM335X_BALTOS
361 bool "Support am335x_baltos"
362 select CPU_V7
363 select SUPPORT_SPL
364 select DM
365 select DM_SERIAL
366 select DM_GPIO
367
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900368config TARGET_AM335X_EVM
369 bool "Support am335x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100370 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900371 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900372 select DM
373 select DM_SERIAL
374 select DM_GPIO
Nishanth Menon2afa70d2016-02-24 12:30:55 -0600375 select TI_I2C_BOARD_DETECT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900376
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200377config TARGET_AM335X_SL50
378 bool "Support am335x_sl50"
379 select CPU_V7
380 select SUPPORT_SPL
381 select DM
382 select DM_SERIAL
383
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800384config TARGET_BAV335X
385 bool "Support bav335x"
386 select CPU_V7
387 select SUPPORT_SPL
Masahiro Yamada20c57812015-03-31 12:48:00 +0900388 select DM
389 select DM_SERIAL
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800390 help
391 The BAV335x OEM Network Processor integrates all the functions of an
392 embedded network computer in a small, easy to use SODIMM module which
393 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
394 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
395 ethernet with simple connection to external connectors.
396
397 For more information, visit: http://birdland.com/oem
398
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900399config TARGET_TI814X_EVM
400 bool "Support ti814x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100401 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900402 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900403
404config TARGET_TI816X_EVM
405 bool "Support ti816x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100406 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900407 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900408
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900409config TARGET_BCM28155_AP
410 bool "Support bcm28155_ap"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100411 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900412
Steve Rae1c5f31c2014-11-11 11:32:18 -0800413config TARGET_BCMCYGNUS
414 bool "Support bcmcygnus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100415 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700416
Steve Rae1c5f31c2014-11-11 11:32:18 -0800417config TARGET_BCMNSP
418 bool "Support bcmnsp"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100419 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700420
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900421config ARCH_EXYNOS
422 bool "Samsung EXYNOS"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100423 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900424 select DM
425 select DM_SPI_FLASH
426 select DM_SERIAL
427 select DM_SPI
428 select DM_GPIO
Simon Glassaa8484f2015-10-18 21:17:17 -0600429 select DM_KEYBOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900430
Simon Glass96aa0722014-10-07 22:01:50 -0600431config ARCH_S5PC1XX
432 bool "Samsung S5PC1XX"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100433 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900434 select DM
435 select DM_SERIAL
436 select DM_GPIO
Simon Glass96aa0722014-10-07 22:01:50 -0600437
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900438config ARCH_HIGHBANK
439 bool "Calxeda Highbank"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100440 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900441
Masahiro Yamadacad44162015-04-21 21:59:36 +0900442config ARCH_INTEGRATOR
443 bool "ARM Ltd. Integrator family"
Linus Walleij616d9a02015-07-27 11:22:48 +0200444 select DM
445 select DM_SERIAL
Masahiro Yamadacad44162015-04-21 21:59:36 +0900446
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900447config ARCH_KEYSTONE
448 bool "TI Keystone"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100449 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900450 select SUPPORT_SPL
Tom Rini393a4ce2016-03-16 09:19:43 -0400451 select CMD_POWEROFF
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900452
Beniamino Galvanid1037e42016-05-08 08:30:16 +0200453config ARCH_MESON
454 bool "Amlogic Meson"
455 help
456 Support for the Meson SoC family developed by Amlogic Inc.,
457 targeted at media players and tablet computers. We currently
458 support the S905 (GXBaby) 64-bit SoC.
459
Adrian Alonso98810772015-09-03 11:49:28 -0500460config ARCH_MX7
461 bool "Freescale MX7"
462 select CPU_V7
463
Boris BREZILLON51e82662015-03-04 13:13:03 +0100464config ARCH_MX6
465 bool "Freescale MX6"
466 select CPU_V7
467
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200468config ARCH_MX5
469 bool "Freescale MX5"
470 select CPU_V7
471
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900472config TARGET_M53EVK
473 bool "Support m53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100474 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900475 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900476
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900477config TARGET_MX51EVK
478 bool "Support mx51evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100479 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900480
481config TARGET_MX53ARD
482 bool "Support mx53ard"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100483 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900484
485config TARGET_MX53EVK
486 bool "Support mx53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100487 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900488
489config TARGET_MX53LOCO
490 bool "Support mx53loco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100491 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900492
493config TARGET_MX53SMD
494 bool "Support mx53smd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100495 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900496
Masahiro Yamadadd678432014-08-31 07:11:02 +0900497config OMAP34XX
498 bool "OMAP34XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100499 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900500
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900501config OMAP44XX
502 bool "OMAP44XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100503 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900504 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900505
Masahiro Yamada420b8162014-08-31 07:11:04 +0900506config OMAP54XX
507 bool "OMAP54XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100508 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900509 select SUPPORT_SPL
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500510
511config AM43XX
512 bool "AM43XX SoC"
513 select CPU_V7
514 select SUPPORT_SPL
515 help
516 Support for AM43xx SOC from Texas Instruments.
517 The AM43xx high performance SOC features a Cortex-A9
518 ARM core, a quad core PRU-ICSS for industrial Ethernet
519 protocols, dual camera support, optional 3D graphics
520 and an optional customer programmable secure boot.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900521
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900522config RMOBILE
523 bool "Renesas ARM SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100524 select CPU_V7
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300525
Mateusz Kulikowski2507d822016-03-31 23:12:32 +0200526config ARCH_SNAPDRAGON
527 bool "Qualcomm Snapdragon SoCs"
528 select ARM64
529 select DM
530 select DM_GPIO
531 select DM_SERIAL
532 select SPMI
533 select OF_CONTROL
534 select OF_SEPARATE
535
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900536config ARCH_SOCFPGA
537 bool "Altera SOCFPGA family"
Marek Vasut69295472014-12-30 18:16:08 +0100538 select CPU_V7
539 select SUPPORT_SPL
Marek Vasutf44fb6f2015-08-19 23:23:52 +0200540 select OF_CONTROL
541 select SPL_OF_CONTROL
Masahiro Yamadae2005542015-03-31 12:47:59 +0900542 select DM
543 select DM_SPI_FLASH
544 select DM_SPI
Marek Vasut69295472014-12-30 18:16:08 +0100545
Nikita Kiryanov2b7487c2015-07-30 23:56:23 +0300546config TARGET_CM_T43
547 bool "Support cm_t43"
548 select CPU_V7
549 select SUPPORT_SPL
550
Ian Campbelld8e69e02014-10-24 21:20:44 +0100551config ARCH_SUNXI
552 bool "Support sunxi (Allwinner) SoCs"
Hans de Goede2c526402016-05-15 13:51:58 +0200553 select CMD_BOOTZ
554 select CMD_DHCP
555 select CMD_EXT2
556 select CMD_EXT4
557 select CMD_FAT
558 select CMD_FS_GENERIC
Hans de Goedec9511672016-04-03 09:41:44 +0200559 select CMD_GPIO
Hans de Goede2c526402016-05-15 13:51:58 +0200560 select CMD_MII
561 select CMD_MMC if MMC
562 select CMD_PING
Hans de Goede16eac6562015-06-17 20:54:07 +0200563 select CMD_USB
Hans de Goede03914882015-04-15 20:46:48 +0200564 select DM
Tom Rini10e87172015-06-30 16:51:15 -0400565 select DM_ETH
Hans de Goedec8d43472015-12-21 20:22:00 +0100566 select DM_GPIO
567 select DM_KEYBOARD
Tom Rini10e87172015-06-30 16:51:15 -0400568 select DM_SERIAL
Hans de Goede0b3845a2015-06-17 17:44:58 +0200569 select DM_USB
Hans de Goede2c526402016-05-15 13:51:58 +0200570 select HUSH_PARSER
Hans de Goede48a234a2016-03-22 22:51:52 +0100571 select OF_BOARD_SETUP
Hans de Goede03914882015-04-15 20:46:48 +0200572 select OF_CONTROL
573 select OF_SEPARATE
Alexander Graf0099be02016-03-29 17:29:07 +0200574 select SPL_STACK_R if SUPPORT_SPL
575 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
Hans de Goede9cce88a2015-12-10 11:10:17 +0100576 select SYS_NS16550
Tom Rini10e87172015-06-30 16:51:15 -0400577 select USB
Hans de Goede16eac6562015-06-17 20:54:07 +0200578 select USB_STORAGE
Hans de Goede35e80a42015-08-04 17:04:13 +0200579 select USB_KEYBOARD
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800580
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400581config TARGET_TS4800
582 bool "Support TS4800"
583 select CPU_V7
584
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900585config TARGET_VF610TWR
586 bool "Support vf610twr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100587 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900588
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530589config TARGET_COLIBRI_VF
590 bool "Support Colibri VF50/61"
591 select CPU_V7
592
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200593config TARGET_PCM052
594 bool "Support pcm-052"
595 select CPU_V7
596
Masahiro Yamada8204bd12015-03-16 16:43:24 +0900597config ARCH_ZYNQ
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900598 bool "Xilinx Zynq Platform"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100599 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900600 select SUPPORT_SPL
Jagan Tekif522bf52015-06-29 14:17:32 +0530601 select OF_CONTROL
Michal Simek6dae8492016-01-13 14:32:43 +0100602 select SPL_OF_CONTROL if SPL
Masahiro Yamada2df07d42015-03-31 12:47:55 +0900603 select DM
Michal Simek250e05e2015-11-30 14:14:56 +0100604 select DM_ETH
Siva Durga Prasad Paladugud6d00822016-03-10 16:27:39 +0530605 select DM_GPIO
Michal Simek6dae8492016-01-13 14:32:43 +0100606 select SPL_DM if SPL
Michal Simek9ecd2682015-11-30 16:13:03 +0100607 select DM_MMC
Jagan Teki0bd03a52015-06-27 00:51:32 +0530608 select DM_SPI
Simon Glass23d9b622015-10-17 19:41:27 -0600609 select DM_SERIAL
Jagan Teki0bd03a52015-06-27 00:51:32 +0530610 select DM_SPI_FLASH
Michal Simek6dae8492016-01-13 14:32:43 +0100611 select SPL_SEPARATE_BSS if SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900612
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +0530613config ARCH_ZYNQMP
Michal Simek04b7e622015-01-15 10:01:51 +0100614 bool "Support Xilinx ZynqMP Platform"
615 select ARM64
Michal Simek25b83712015-10-17 19:41:25 -0600616 select DM
617 select OF_CONTROL
618 select DM_SERIAL
Michal Simek72536fd2015-11-20 13:17:22 +0100619 select SUPPORT_SPL
Michal Simek04b7e622015-01-15 10:01:51 +0100620
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900621config TEGRA
622 bool "NVIDIA Tegra"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900623
Linus Walleij800d6fd2015-01-23 11:50:53 +0100624config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900625 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900626 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900627
Linus Walleij800d6fd2015-01-23 11:50:53 +0100628config TARGET_VEXPRESS64_BASE_FVP
629 bool "Support Versatile Express ARMv8a FVP BASE model"
630 select ARM64
631 select SEMIHOSTING
632
Ryan Harkinb6b96652015-10-09 17:18:02 +0100633config TARGET_VEXPRESS64_BASE_FVP_DRAM
634 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
635 select ARM64
636 help
637 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
638 the default config to allow the user to load the images directly into
639 DRAM using model parameters rather than by using semi-hosting to load
640 the files from the host filesystem.
641
Linus Walleijc5822502015-01-23 14:41:10 +0100642config TARGET_VEXPRESS64_JUNO
643 bool "Support Versatile Express Juno Development Platform"
644 select ARM64
645
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530646config TARGET_LS2080A_EMU
647 bool "Support ls2080a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900648 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100649 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530650 help
651 Support for Freescale LS2080A_EMU platform
652 The LS2080A Development System (EMULATOR) is a pre silicon
653 development platform that supports the QorIQ LS2080A
654 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900655
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530656config TARGET_LS2080A_SIMU
657 bool "Support ls2080a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900658 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100659 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530660 help
661 Support for Freescale LS2080A_SIMU platform
662 The LS2080A Development System (QDS) is a pre silicon
663 development platform that supports the QorIQ LS2080A
664 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900665
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530666config TARGET_LS2080AQDS
667 bool "Support ls2080aqds"
York Sun03017032015-03-20 19:28:23 -0700668 select ARM64
669 select ARMV8_MULTIENTRY
Scott Wood8e728cd2015-03-24 13:25:02 -0700670 select SUPPORT_SPL
York Sun03017032015-03-20 19:28:23 -0700671 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530672 Support for Freescale LS2080AQDS platform
673 The LS2080A Development System (QDS) is a high-performance
674 development platform that supports the QorIQ LS2080A
York Sun03017032015-03-20 19:28:23 -0700675 Layerscape Architecture processor.
676
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530677config TARGET_LS2080ARDB
678 bool "Support ls2080ardb"
York Sune12abcb2015-03-20 19:28:24 -0700679 select ARM64
680 select ARMV8_MULTIENTRY
Scott Wood212b8d82015-03-24 13:25:03 -0700681 select SUPPORT_SPL
York Sune12abcb2015-03-20 19:28:24 -0700682 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530683 Support for Freescale LS2080ARDB platform.
684 The LS2080A Reference design board (RDB) is a high-performance
685 development platform that supports the QorIQ LS2080A
York Sune12abcb2015-03-20 19:28:24 -0700686 Layerscape Architecture processor.
687
Peter Griffin31f327e2015-07-30 18:55:23 +0100688config TARGET_HIKEY
689 bool "Support HiKey 96boards Consumer Edition Platform"
690 select ARM64
Peter Griffinff9302f2015-09-10 21:55:16 +0100691 select DM
692 select DM_GPIO
Peter Griffin0382c642015-09-10 21:55:17 +0100693 select DM_SERIAL
Peter Griffinc97c37a2016-04-20 17:13:59 +0100694 select OF_CONTROL
Peter Griffin31f327e2015-07-30 18:55:23 +0100695 help
696 Support for HiKey 96boards platform. It features a HI6220
697 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
698
Prabhakar Kushwaha55432502016-06-03 18:41:34 +0530699config TARGET_LS1012AQDS
700 bool "Support ls1012aqds"
701 select ARM64
702 help
703 Support for Freescale LS1012AQDS platform.
704 The LS1012A Development System (QDS) is a high-performance
705 development platform that supports the QorIQ LS1012A
706 Layerscape Architecture processor.
707
Wang Huanf0ce7d62014-09-05 13:52:44 +0800708config TARGET_LS1021AQDS
Alison Wang6ea8ad42014-12-03 16:18:09 +0800709 bool "Support ls1021aqds"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100710 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800711 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800712config TARGET_LS1021ATWR
Alison Wang6ea8ad42014-12-03 16:18:09 +0800713 bool "Support ls1021atwr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100714 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800715 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800716
Shaohui Xiedd335672015-11-11 17:58:37 +0800717config TARGET_LS1043AQDS
718 bool "Support ls1043aqds"
719 select ARM64
720 select ARMV8_MULTIENTRY
721 select SUPPORT_SPL
722 help
723 Support for Freescale LS1043AQDS platform.
724
Mingkai Hueee86ff2015-10-26 19:47:52 +0800725config TARGET_LS1043ARDB
726 bool "Support ls1043ardb"
727 select ARM64
Hou Zhiqiangc7098fa2015-10-26 19:47:57 +0800728 select ARMV8_MULTIENTRY
Gong Qianyu8168a0f2015-10-26 19:47:53 +0800729 select SUPPORT_SPL
Mingkai Hueee86ff2015-10-26 19:47:52 +0800730 help
731 Support for Freescale LS1043ARDB platform.
732
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900733config TARGET_H2200
734 bool "Support h2200"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100735 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900736
Vasily Khoruzhicka2cbff02016-03-20 18:37:00 -0700737config TARGET_ZIPITZ2
738 bool "Support zipitz2"
739 select CPU_PXA
740
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900741config TARGET_COLIBRI_PXA270
742 bool "Support colibri_pxa270"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100743 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900744
Masahiro Yamada82069432014-10-03 19:21:07 +0900745config ARCH_UNIPHIER
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900746 bool "Socionext UniPhier SoCs"
Masahiro Yamadae4dfb052016-02-02 21:11:32 +0900747 select CLK_UNIPHIER
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900748 select SUPPORT_SPL
Masahiro Yamada9c9a3e12014-12-18 19:11:03 +0900749 select SPL
Masahiro Yamadacfc2f7d2015-02-24 22:26:21 +0900750 select OF_CONTROL
Masahiro Yamada47eb9a82015-08-28 20:13:18 +0900751 select SPL_OF_CONTROL
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900752 select DM
Masahiro Yamadad1066ba2015-08-28 20:13:17 +0900753 select SPL_DM
Masahiro Yamada5f128922016-02-16 17:03:50 +0900754 select DM_GPIO
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900755 select DM_SERIAL
756 select DM_I2C
Masahiro Yamada867453e2016-02-18 19:52:49 +0900757 select DM_MMC
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900758 help
759 Support for UniPhier SoC family developed by Socionext Inc.
760 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada82069432014-10-03 19:21:07 +0900761
Vikas Manocha95c89192016-01-15 17:49:06 -0800762config STM32
763 bool "Support STM32"
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100764 select CPU_V7M
Kamil Lulko75d48a62015-12-01 09:08:19 +0100765 select DM
766 select DM_SERIAL
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100767
Simon Glass2cffe662015-08-30 16:55:38 -0600768config ARCH_ROCKCHIP
769 bool "Support Rockchip SoCs"
770 select SUPPORT_SPL
771 select SPL
772 select OF_CONTROL
773 select CPU_V7
774 select DM
775
Sergey Temerkhanov69f7a032015-10-14 09:55:50 -0700776config TARGET_THUNDERX_88XX
777 bool "Support ThunderX 88xx"
778 select OF_CONTROL
779
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900780endchoice
781
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900782source "arch/arm/mach-at91/Kconfig"
783
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900784source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900785
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900786source "arch/arm/mach-davinci/Kconfig"
Simon Glass13fc6a22015-02-05 21:41:39 -0700787
Thomas Abraham74f84862015-08-03 17:58:00 +0530788source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900789
Masahiro Yamada95ec48b2015-02-20 17:04:08 +0900790source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900791
Masahiro Yamadacad44162015-04-21 21:59:36 +0900792source "arch/arm/mach-integrator/Kconfig"
793
Masahiro Yamadaf058b792015-02-20 17:04:11 +0900794source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900795
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900796source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamadad7570852014-08-31 07:10:59 +0900797
Stefan Roese383e0c12015-08-25 13:18:38 +0200798source "arch/arm/mach-mvebu/Kconfig"
799
Adrian Alonso98810772015-09-03 11:49:28 -0500800source "arch/arm/cpu/armv7/mx7/Kconfig"
801
Boris BREZILLON51e82662015-03-04 13:13:03 +0100802source "arch/arm/cpu/armv7/mx6/Kconfig"
803
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200804source "arch/arm/cpu/armv7/mx5/Kconfig"
805
Madan Srinivas8a536e92016-05-19 19:10:44 -0500806source "arch/arm/cpu/armv7/omap-common/Kconfig"
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500807
Masahiro Yamada22537642015-02-20 17:04:09 +0900808source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900809
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900810source "arch/arm/cpu/armv7/rmobile/Kconfig"
811
Beniamino Galvanid1037e42016-05-08 08:30:16 +0200812source "arch/arm/mach-meson/Kconfig"
813
Simon Glass2cffe662015-08-30 16:55:38 -0600814source "arch/arm/mach-rockchip/Kconfig"
815
Minkyu Kang56b820a2015-11-20 15:24:57 +0900816source "arch/arm/mach-s5pc1xx/Kconfig"
Simon Glass96aa0722014-10-07 22:01:50 -0600817
Mateusz Kulikowski2507d822016-03-31 23:12:32 +0200818source "arch/arm/mach-snapdragon/Kconfig"
819
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900820source "arch/arm/mach-socfpga/Kconfig"
821
Vikas Manocha95c89192016-01-15 17:49:06 -0800822source "arch/arm/mach-stm32/Kconfig"
823
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900824source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900825
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900826source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada82069432014-10-03 19:21:07 +0900827
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900828source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900829
Hans de Goede85437352014-11-14 09:34:30 +0100830source "arch/arm/cpu/armv7/Kconfig"
831
Siva Durga Prasad Paladugu4095bc22015-06-10 15:50:56 +0530832source "arch/arm/cpu/armv8/zynqmp/Kconfig"
833
Linus Walleij74771392015-03-09 10:53:21 +0100834source "arch/arm/cpu/armv8/Kconfig"
835
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +0100836source "arch/arm/imx-common/Kconfig"
837
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900838source "board/BuR/kwb/Kconfig"
839source "board/BuR/tseries/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900840source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900841source "board/Marvell/aspenite/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900842source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900843source "board/armadeus/apf27/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900844source "board/armltd/vexpress/Kconfig"
845source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900846source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900847source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae1c5f31c2014-11-11 11:32:18 -0800848source "board/broadcom/bcmcygnus/Kconfig"
849source "board/broadcom/bcmnsp/Kconfig"
Sergey Temerkhanov69f7a032015-10-14 09:55:50 -0700850source "board/cavium/thunderx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900851source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900852source "board/compulab/cm_t335/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400853source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900854source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900855source "board/denx/m28evk/Kconfig"
856source "board/denx/m53evk/Kconfig"
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530857source "board/freescale/ls2080a/Kconfig"
858source "board/freescale/ls2080aqds/Kconfig"
859source "board/freescale/ls2080ardb/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800860source "board/freescale/ls1021aqds/Kconfig"
Shaohui Xiedd335672015-11-11 17:58:37 +0800861source "board/freescale/ls1043aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800862source "board/freescale/ls1021atwr/Kconfig"
Mingkai Hueee86ff2015-10-26 19:47:52 +0800863source "board/freescale/ls1043ardb/Kconfig"
Prabhakar Kushwaha55432502016-06-03 18:41:34 +0530864source "board/freescale/ls1012aqds/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900865source "board/freescale/mx23evk/Kconfig"
866source "board/freescale/mx25pdk/Kconfig"
867source "board/freescale/mx28evk/Kconfig"
868source "board/freescale/mx31ads/Kconfig"
869source "board/freescale/mx31pdk/Kconfig"
870source "board/freescale/mx35pdk/Kconfig"
871source "board/freescale/mx51evk/Kconfig"
872source "board/freescale/mx53ard/Kconfig"
873source "board/freescale/mx53evk/Kconfig"
874source "board/freescale/mx53loco/Kconfig"
875source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900876source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900877source "board/gumstix/pepper/Kconfig"
878source "board/h2200/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400879source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900880source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900881source "board/isee/igep0033/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900882source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900883source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900884source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200885source "board/phytec/pcm052/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900886source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900887source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900888source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900889source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900890source "board/siemens/draco/Kconfig"
891source "board/siemens/pxm2/Kconfig"
892source "board/siemens/rut/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900893source "board/silica/pengwyn/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900894source "board/spear/spear300/Kconfig"
895source "board/spear/spear310/Kconfig"
896source "board/spear/spear320/Kconfig"
897source "board/spear/spear600/Kconfig"
898source "board/spear/x600/Kconfig"
Vikas Manocha33913c52014-11-18 10:42:22 -0800899source "board/st/stv0991/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900900source "board/sunxi/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900901source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200902source "board/tcl/sl50/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900903source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900904source "board/ti/am43xx/Kconfig"
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800905source "board/birdland/bav335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900906source "board/ti/ti814x/Kconfig"
907source "board/ti/ti816x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900908source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900909source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530910source "board/toradex/colibri_vf/Kconfig"
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400911source "board/technologic/ts4800/Kconfig"
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200912source "board/vscom/baltos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900913source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200914source "board/work-microwave/work_92105/Kconfig"
Vasily Khoruzhicka2cbff02016-03-20 18:37:00 -0700915source "board/zipitz2/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900916
Masahiro Yamadadf00e522014-09-01 11:06:34 +0900917source "arch/arm/Kconfig.debug"
918
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900919endmenu