blob: b886d014011c6fa8a3796a43934f3daa31a867e6 [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
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
Albert ARIBAUDa3823222015-10-23 18:06:40 +020013config HAS_THUMB2
14 bool
15
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010016config CPU_ARM720T
17 bool
18
19config CPU_ARM920T
20 bool
21
22config CPU_ARM926EJS
23 bool
24
25config CPU_ARM946ES
26 bool
27
28config CPU_ARM1136
29 bool
30
31config CPU_ARM1176
32 bool
33 select HAS_VBAR
34
35config CPU_V7
36 bool
37 select HAS_VBAR
Albert ARIBAUDa3823222015-10-23 18:06:40 +020038 select HAS_THUMB2
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010039
rev13@wp.plb3b57e82015-03-01 12:44:39 +010040config CPU_V7M
41 bool
Albert ARIBAUDa3823222015-10-23 18:06:40 +020042 select HAS_THUMB2
rev13@wp.plb3b57e82015-03-01 12:44:39 +010043
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010044config CPU_PXA
45 bool
46
47config CPU_SA1100
48 bool
49
50config SYS_CPU
51 default "arm720t" if CPU_ARM720T
52 default "arm920t" if CPU_ARM920T
53 default "arm926ejs" if CPU_ARM926EJS
54 default "arm946es" if CPU_ARM946ES
55 default "arm1136" if CPU_ARM1136
56 default "arm1176" if CPU_ARM1176
57 default "armv7" if CPU_V7
rev13@wp.plb3b57e82015-03-01 12:44:39 +010058 default "armv7m" if CPU_V7M
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010059 default "pxa" if CPU_PXA
60 default "sa1100" if CPU_SA1100
Masahiro Yamadadade3b02014-11-06 11:39:27 +090061 default "armv8" if ARM64
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010062
Linus Walleij800d6fd2015-01-23 11:50:53 +010063config SEMIHOSTING
64 bool "support boot from semihosting"
65 help
66 In emulated environments, semihosting is a way for
67 the hosted environment to call out to the emulator to
68 retrieve files from the host machine.
69
Peng Fan10ddab42015-08-19 15:48:57 +080070config SYS_L2CACHE_OFF
71 bool "L2cache off"
72 help
73 If SoC does not support L2CACHE or one do not want to enable
74 L2CACHE, choose this option.
75
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090076choice
77 prompt "Target select"
Simon Glassdfd904a2015-08-30 19:19:30 -060078 default TARGET_HIKEY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090080config ARCH_AT91
81 bool "Atmel AT91"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090082
83config TARGET_EDB93XX
84 bool "Support edb93xx"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010085 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090087config TARGET_VCMA9
88 bool "Support VCMA9"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010089 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090090
91config TARGET_SMDK2410
92 bool "Support smdk2410"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010093 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090094
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090095config TARGET_ASPENITE
96 bool "Support aspenite"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010097 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090098
99config TARGET_GPLUGD
100 bool "Support gplugd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100101 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900102
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900103config ARCH_DAVINCI
104 bool "TI DaVinci"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100105 select CPU_ARM926EJS
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900106 help
107 Support for TI's DaVinci platform.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900108
Masahiro Yamadad7570852014-08-31 07:10:59 +0900109config KIRKWOOD
110 bool "Marvell Kirkwood"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100111 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900112
Stefan Roese383e0c12015-08-25 13:18:38 +0200113config ARCH_MVEBU
114 bool "Marvell MVEBU family (Armada XP/38x)"
Stefan Roese073efd72015-04-25 06:29:56 +0200115 select CPU_V7
116 select SUPPORT_SPL
Stefan Roese096de4f2015-09-01 11:27:52 +0200117 select OF_CONTROL
118 select OF_SEPARATE
119 select DM
Stefan Roese7f9f8e32015-09-02 08:41:41 +0200120 select DM_SERIAL
Stefan Roese83097cf2015-11-25 07:37:00 +0100121 select SPL_DM
122 select SPL_OF_CONTROL
Stefan Roese9b1e2312014-10-22 12:13:19 +0200123
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900124config TARGET_DEVKIT3250
125 bool "Support devkit3250"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100126 select CPU_ARM926EJS
Vladimir Zapolskiy89f86a22015-07-18 01:47:11 +0300127 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900128
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200129config TARGET_WORK_92105
130 bool "Support work_92105"
131 select CPU_ARM926EJS
132 select SUPPORT_SPL
133
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900134config TARGET_MX25PDK
135 bool "Support mx25pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100136 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900137
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900138config TARGET_ZMX25
139 bool "Support zmx25"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100140 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900141
142config TARGET_APF27
143 bool "Support apf27"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100144 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900145 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900146
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900147config TARGET_APX4DEVKIT
148 bool "Support apx4devkit"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100149 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900150 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900151
152config TARGET_XFI3
153 bool "Support xfi3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100154 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900155 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900156
157config TARGET_M28EVK
158 bool "Support m28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100159 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900160 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900161
162config TARGET_MX23EVK
163 bool "Support mx23evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100164 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900165 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900166
167config TARGET_MX28EVK
168 bool "Support mx28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100169 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900170 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900171
172config TARGET_MX23_OLINUXINO
173 bool "Support mx23_olinuxino"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100174 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900175 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900176
177config TARGET_BG0900
178 bool "Support bg0900"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100179 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900180 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900181
182config TARGET_SANSA_FUZE_PLUS
183 bool "Support sansa_fuze_plus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100184 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900185 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900186
187config TARGET_SC_SPS_1
188 bool "Support sc_sps_1"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100189 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900190 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900191
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900192config ORION5X
193 bool "Marvell Orion"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100194 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900195
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900196config TARGET_SPEAR300
197 bool "Support spear300"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100198 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900199
200config TARGET_SPEAR310
201 bool "Support spear310"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100202 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900203
204config TARGET_SPEAR320
205 bool "Support spear320"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100206 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900207
208config TARGET_SPEAR600
209 bool "Support spear600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100210 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900211
Vikas Manocha33913c52014-11-18 10:42:22 -0800212config TARGET_STV0991
213 bool "Support stv0991"
214 select CPU_V7
Masahiro Yamada0906a822015-03-31 12:48:01 +0900215 select DM
216 select DM_SERIAL
Vikas Manocha8cc062f2015-07-02 18:29:41 -0700217 select DM_SPI
218 select DM_SPI_FLASH
219 select SPI_FLASH
Vikas Manocha33913c52014-11-18 10:42:22 -0800220
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900221config TARGET_X600
222 bool "Support x600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100223 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900224 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900225
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900226config TARGET_IMX31_PHYCORE
227 bool "Support imx31_phycore"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100228 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900229
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900230config TARGET_MX31ADS
231 bool "Support mx31ads"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100232 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900233
234config TARGET_MX31PDK
235 bool "Support mx31pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100236 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900237 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900238
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900239config TARGET_WOODBURN
240 bool "Support woodburn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100241 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900242
243config TARGET_WOODBURN_SD
244 bool "Support woodburn_sd"
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
248config TARGET_FLEA3
249 bool "Support flea3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100250 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900251
252config TARGET_MX35PDK
253 bool "Support mx35pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100254 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900255
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900256config ARCH_BCM283X
257 bool "Broadcom BCM283X family"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900258 select DM
259 select DM_SERIAL
260 select DM_GPIO
Stephen Warrendc7ea682015-02-16 12:16:15 -0700261
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900262config TARGET_VEXPRESS_CA15_TC2
263 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100264 select CPU_V7
Hans de Goede85437352014-11-14 09:34:30 +0100265 select CPU_V7_HAS_NONSEC
266 select CPU_V7_HAS_VIRT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900267
268config TARGET_VEXPRESS_CA5X2
269 bool "Support vexpress_ca5x2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100270 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900271
272config TARGET_VEXPRESS_CA9X4
273 bool "Support vexpress_ca9x4"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100274 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900275
276config TARGET_KWB
277 bool "Support kwb"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100278 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900279 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900280
281config TARGET_TSERIES
282 bool "Support tseries"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100283 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900284 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900285
286config TARGET_CM_T335
287 bool "Support cm_t335"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100288 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900289 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900290 select DM
291 select DM_SERIAL
292 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900293
294config TARGET_PEPPER
295 bool "Support pepper"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100296 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900297 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900298 select DM
299 select DM_SERIAL
300 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900301
302config TARGET_AM335X_IGEP0033
303 bool "Support am335x_igep0033"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100304 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900305 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900306 select DM
307 select DM_SERIAL
308 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900309
310config TARGET_PCM051
311 bool "Support pcm051"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100312 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900313 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900314 select DM
315 select DM_SERIAL
316 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900317
318config TARGET_DRACO
319 bool "Support draco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100320 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900321 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900322
Heiko Schocher9ba67f22015-06-15 14:57:15 +0200323config TARGET_THUBAN
324 bool "Support thuban"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100325 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900326 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900327
Heiko Schocherb7a6d142015-06-15 14:56:41 +0200328config TARGET_RASTABAN
329 bool "Support rastaban"
330 select CPU_V7
331 select SUPPORT_SPL
332
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900333config TARGET_PXM2
334 bool "Support pxm2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100335 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900336 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900337
338config TARGET_RUT
339 bool "Support rut"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100340 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900341 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900342
343config TARGET_PENGWYN
344 bool "Support pengwyn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100345 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900346 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900347 select DM
348 select DM_SERIAL
349 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900350
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200351config TARGET_AM335X_BALTOS
352 bool "Support am335x_baltos"
353 select CPU_V7
354 select SUPPORT_SPL
355 select DM
356 select DM_SERIAL
357 select DM_GPIO
358
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900359config TARGET_AM335X_EVM
360 bool "Support am335x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100361 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900362 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900363 select DM
364 select DM_SERIAL
365 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900366
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200367config TARGET_AM335X_SL50
368 bool "Support am335x_sl50"
369 select CPU_V7
370 select SUPPORT_SPL
371 select DM
372 select DM_SERIAL
373
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900374config TARGET_AM43XX_EVM
375 bool "Support am43xx_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100376 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900377 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900378
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800379config TARGET_BAV335X
380 bool "Support bav335x"
381 select CPU_V7
382 select SUPPORT_SPL
Masahiro Yamada20c57812015-03-31 12:48:00 +0900383 select DM
384 select DM_SERIAL
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800385 help
386 The BAV335x OEM Network Processor integrates all the functions of an
387 embedded network computer in a small, easy to use SODIMM module which
388 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
389 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
390 ethernet with simple connection to external connectors.
391
392 For more information, visit: http://birdland.com/oem
393
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900394config TARGET_TI814X_EVM
395 bool "Support ti814x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100396 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900397 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900398
399config TARGET_TI816X_EVM
400 bool "Support ti816x_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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900404config TARGET_BCM28155_AP
405 bool "Support bcm28155_ap"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100406 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900407
Steve Rae1c5f31c2014-11-11 11:32:18 -0800408config TARGET_BCMCYGNUS
409 bool "Support bcmcygnus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100410 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700411
Steve Rae1c5f31c2014-11-11 11:32:18 -0800412config TARGET_BCMNSP
413 bool "Support bcmnsp"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100414 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700415
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900416config ARCH_EXYNOS
417 bool "Samsung EXYNOS"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100418 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900419 select DM
420 select DM_SPI_FLASH
421 select DM_SERIAL
422 select DM_SPI
423 select DM_GPIO
Simon Glassaa8484f2015-10-18 21:17:17 -0600424 select DM_KEYBOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900425
Simon Glass96aa0722014-10-07 22:01:50 -0600426config ARCH_S5PC1XX
427 bool "Samsung S5PC1XX"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100428 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900429 select DM
430 select DM_SERIAL
431 select DM_GPIO
Simon Glass96aa0722014-10-07 22:01:50 -0600432
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900433config ARCH_HIGHBANK
434 bool "Calxeda Highbank"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100435 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900436
Masahiro Yamadacad44162015-04-21 21:59:36 +0900437config ARCH_INTEGRATOR
438 bool "ARM Ltd. Integrator family"
Linus Walleij616d9a02015-07-27 11:22:48 +0200439 select DM
440 select DM_SERIAL
Masahiro Yamadacad44162015-04-21 21:59:36 +0900441
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900442config ARCH_KEYSTONE
443 bool "TI Keystone"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100444 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900445 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900446
Adrian Alonso98810772015-09-03 11:49:28 -0500447config ARCH_MX7
448 bool "Freescale MX7"
449 select CPU_V7
450
Boris BREZILLON51e82662015-03-04 13:13:03 +0100451config ARCH_MX6
452 bool "Freescale MX6"
453 select CPU_V7
454
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200455config ARCH_MX5
456 bool "Freescale MX5"
457 select CPU_V7
458
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900459config TARGET_M53EVK
460 bool "Support m53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100461 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900462 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900463
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900464config TARGET_MX51EVK
465 bool "Support mx51evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100466 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900467
468config TARGET_MX53ARD
469 bool "Support mx53ard"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100470 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900471
472config TARGET_MX53EVK
473 bool "Support mx53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100474 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900475
476config TARGET_MX53LOCO
477 bool "Support mx53loco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100478 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900479
480config TARGET_MX53SMD
481 bool "Support mx53smd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100482 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900483
Masahiro Yamadadd678432014-08-31 07:11:02 +0900484config OMAP34XX
485 bool "OMAP34XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100486 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900487
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900488config OMAP44XX
489 bool "OMAP44XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100490 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900491 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900492
Masahiro Yamada420b8162014-08-31 07:11:04 +0900493config OMAP54XX
494 bool "OMAP54XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100495 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900496 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900497
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900498config RMOBILE
499 bool "Renesas ARM SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100500 select CPU_V7
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300501
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900502config ARCH_SOCFPGA
503 bool "Altera SOCFPGA family"
Marek Vasut69295472014-12-30 18:16:08 +0100504 select CPU_V7
505 select SUPPORT_SPL
Marek Vasutf44fb6f2015-08-19 23:23:52 +0200506 select OF_CONTROL
507 select SPL_OF_CONTROL
Masahiro Yamadae2005542015-03-31 12:47:59 +0900508 select DM
509 select DM_SPI_FLASH
510 select DM_SPI
Marek Vasut69295472014-12-30 18:16:08 +0100511
Nikita Kiryanov2b7487c2015-07-30 23:56:23 +0300512config TARGET_CM_T43
513 bool "Support cm_t43"
514 select CPU_V7
515 select SUPPORT_SPL
516
Ian Campbelld8e69e02014-10-24 21:20:44 +0100517config ARCH_SUNXI
518 bool "Support sunxi (Allwinner) SoCs"
Hans de Goede16eac6562015-06-17 20:54:07 +0200519 select CMD_USB
Hans de Goede03914882015-04-15 20:46:48 +0200520 select DM
Tom Rini10e87172015-06-30 16:51:15 -0400521 select DM_ETH
Hans de Goedec8d43472015-12-21 20:22:00 +0100522 select DM_GPIO
523 select DM_KEYBOARD
Tom Rini10e87172015-06-30 16:51:15 -0400524 select DM_SERIAL
Hans de Goede0b3845a2015-06-17 17:44:58 +0200525 select DM_USB
Hans de Goede03914882015-04-15 20:46:48 +0200526 select OF_CONTROL
527 select OF_SEPARATE
Hans de Goede66ab79d2015-09-13 13:02:48 +0200528 select SPL_STACK_R if !MACH_SUN9I
Hans de Goede76fa0b22015-09-13 12:31:24 +0200529 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
Hans de Goede9cce88a2015-12-10 11:10:17 +0100530 select SYS_NS16550
Tom Rini10e87172015-06-30 16:51:15 -0400531 select USB
Hans de Goede16eac6562015-06-17 20:54:07 +0200532 select USB_STORAGE
Hans de Goede35e80a42015-08-04 17:04:13 +0200533 select USB_KEYBOARD
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800534
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400535config TARGET_TS4800
536 bool "Support TS4800"
537 select CPU_V7
538
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900539config TARGET_VF610TWR
540 bool "Support vf610twr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100541 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900542
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530543config TARGET_COLIBRI_VF
544 bool "Support Colibri VF50/61"
545 select CPU_V7
546
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200547config TARGET_PCM052
548 bool "Support pcm-052"
549 select CPU_V7
550
Masahiro Yamada8204bd12015-03-16 16:43:24 +0900551config ARCH_ZYNQ
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900552 bool "Xilinx Zynq Platform"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100553 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900554 select SUPPORT_SPL
Jagan Tekif522bf52015-06-29 14:17:32 +0530555 select OF_CONTROL
Simon Glass60933362015-10-17 19:41:23 -0600556 select SPL_OF_CONTROL
Masahiro Yamada2df07d42015-03-31 12:47:55 +0900557 select DM
Michal Simek250e05e2015-11-30 14:14:56 +0100558 select DM_ETH
Simon Glass60933362015-10-17 19:41:23 -0600559 select SPL_DM
Michal Simek9ecd2682015-11-30 16:13:03 +0100560 select DM_MMC
Jagan Teki0bd03a52015-06-27 00:51:32 +0530561 select DM_SPI
Simon Glass23d9b622015-10-17 19:41:27 -0600562 select DM_SERIAL
Jagan Teki0bd03a52015-06-27 00:51:32 +0530563 select DM_SPI_FLASH
Simon Glass60933362015-10-17 19:41:23 -0600564 select SPL_SEPARATE_BSS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900565
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +0530566config ARCH_ZYNQMP
Michal Simek04b7e622015-01-15 10:01:51 +0100567 bool "Support Xilinx ZynqMP Platform"
568 select ARM64
Michal Simek25b83712015-10-17 19:41:25 -0600569 select DM
570 select OF_CONTROL
Michal Simek250e05e2015-11-30 14:14:56 +0100571 select DM_ETH
Michal Simek9ecd2682015-11-30 16:13:03 +0100572 select DM_MMC
Michal Simek25b83712015-10-17 19:41:25 -0600573 select DM_SERIAL
Michal Simek04b7e622015-01-15 10:01:51 +0100574
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900575config TEGRA
576 bool "NVIDIA Tegra"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900577
Linus Walleij800d6fd2015-01-23 11:50:53 +0100578config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900579 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900580 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900581
Linus Walleij800d6fd2015-01-23 11:50:53 +0100582config TARGET_VEXPRESS64_BASE_FVP
583 bool "Support Versatile Express ARMv8a FVP BASE model"
584 select ARM64
585 select SEMIHOSTING
586
Ryan Harkinb6b96652015-10-09 17:18:02 +0100587config TARGET_VEXPRESS64_BASE_FVP_DRAM
588 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
589 select ARM64
590 help
591 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
592 the default config to allow the user to load the images directly into
593 DRAM using model parameters rather than by using semi-hosting to load
594 the files from the host filesystem.
595
Linus Walleijc5822502015-01-23 14:41:10 +0100596config TARGET_VEXPRESS64_JUNO
597 bool "Support Versatile Express Juno Development Platform"
598 select ARM64
599
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530600config TARGET_LS2080A_EMU
601 bool "Support ls2080a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900602 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100603 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530604 help
605 Support for Freescale LS2080A_EMU platform
606 The LS2080A Development System (EMULATOR) is a pre silicon
607 development platform that supports the QorIQ LS2080A
608 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900609
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530610config TARGET_LS2080A_SIMU
611 bool "Support ls2080a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900612 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100613 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530614 help
615 Support for Freescale LS2080A_SIMU platform
616 The LS2080A Development System (QDS) is a pre silicon
617 development platform that supports the QorIQ LS2080A
618 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900619
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530620config TARGET_LS2080AQDS
621 bool "Support ls2080aqds"
York Sun03017032015-03-20 19:28:23 -0700622 select ARM64
623 select ARMV8_MULTIENTRY
Scott Wood8e728cd2015-03-24 13:25:02 -0700624 select SUPPORT_SPL
York Sun03017032015-03-20 19:28:23 -0700625 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530626 Support for Freescale LS2080AQDS platform
627 The LS2080A Development System (QDS) is a high-performance
628 development platform that supports the QorIQ LS2080A
York Sun03017032015-03-20 19:28:23 -0700629 Layerscape Architecture processor.
630
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530631config TARGET_LS2080ARDB
632 bool "Support ls2080ardb"
York Sune12abcb2015-03-20 19:28:24 -0700633 select ARM64
634 select ARMV8_MULTIENTRY
Scott Wood212b8d82015-03-24 13:25:03 -0700635 select SUPPORT_SPL
York Sune12abcb2015-03-20 19:28:24 -0700636 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530637 Support for Freescale LS2080ARDB platform.
638 The LS2080A Reference design board (RDB) is a high-performance
639 development platform that supports the QorIQ LS2080A
York Sune12abcb2015-03-20 19:28:24 -0700640 Layerscape Architecture processor.
641
Peter Griffin31f327e2015-07-30 18:55:23 +0100642config TARGET_HIKEY
643 bool "Support HiKey 96boards Consumer Edition Platform"
644 select ARM64
Peter Griffinff9302f2015-09-10 21:55:16 +0100645 select DM
646 select DM_GPIO
Peter Griffin0382c642015-09-10 21:55:17 +0100647 select DM_SERIAL
Peter Griffin31f327e2015-07-30 18:55:23 +0100648 help
649 Support for HiKey 96boards platform. It features a HI6220
650 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
651
Wang Huanf0ce7d62014-09-05 13:52:44 +0800652config TARGET_LS1021AQDS
Alison Wang6ea8ad42014-12-03 16:18:09 +0800653 bool "Support ls1021aqds"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100654 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800655 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800656config TARGET_LS1021ATWR
Alison Wang6ea8ad42014-12-03 16:18:09 +0800657 bool "Support ls1021atwr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100658 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800659 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800660
Shaohui Xiedd335672015-11-11 17:58:37 +0800661config TARGET_LS1043AQDS
662 bool "Support ls1043aqds"
663 select ARM64
664 select ARMV8_MULTIENTRY
665 select SUPPORT_SPL
666 help
667 Support for Freescale LS1043AQDS platform.
668
Mingkai Hueee86ff2015-10-26 19:47:52 +0800669config TARGET_LS1043ARDB
670 bool "Support ls1043ardb"
671 select ARM64
Hou Zhiqiangc7098fa2015-10-26 19:47:57 +0800672 select ARMV8_MULTIENTRY
Gong Qianyu8168a0f2015-10-26 19:47:53 +0800673 select SUPPORT_SPL
Mingkai Hueee86ff2015-10-26 19:47:52 +0800674 help
675 Support for Freescale LS1043ARDB platform.
676
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900677config TARGET_H2200
678 bool "Support h2200"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100679 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900680
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900681config TARGET_COLIBRI_PXA270
682 bool "Support colibri_pxa270"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100683 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900684
Masahiro Yamada82069432014-10-03 19:21:07 +0900685config ARCH_UNIPHIER
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900686 bool "Socionext UniPhier SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100687 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900688 select SUPPORT_SPL
Masahiro Yamada9c9a3e12014-12-18 19:11:03 +0900689 select SPL
Masahiro Yamadacfc2f7d2015-02-24 22:26:21 +0900690 select OF_CONTROL
Masahiro Yamada47eb9a82015-08-28 20:13:18 +0900691 select SPL_OF_CONTROL
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900692 select DM
Masahiro Yamadad1066ba2015-08-28 20:13:17 +0900693 select SPL_DM
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900694 select DM_SERIAL
695 select DM_I2C
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900696 help
697 Support for UniPhier SoC family developed by Socionext Inc.
698 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada82069432014-10-03 19:21:07 +0900699
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100700config TARGET_STM32F429_DISCOVERY
701 bool "Support STM32F429 Discovery"
702 select CPU_V7M
Kamil Lulko75d48a62015-12-01 09:08:19 +0100703 select DM
704 select DM_SERIAL
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100705
Simon Glass2cffe662015-08-30 16:55:38 -0600706config ARCH_ROCKCHIP
707 bool "Support Rockchip SoCs"
708 select SUPPORT_SPL
709 select SPL
710 select OF_CONTROL
711 select CPU_V7
712 select DM
713
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900714endchoice
715
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900716source "arch/arm/mach-at91/Kconfig"
717
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900718source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900719
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900720source "arch/arm/mach-davinci/Kconfig"
Simon Glass13fc6a22015-02-05 21:41:39 -0700721
Thomas Abraham74f84862015-08-03 17:58:00 +0530722source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900723
Masahiro Yamada95ec48b2015-02-20 17:04:08 +0900724source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900725
Masahiro Yamadacad44162015-04-21 21:59:36 +0900726source "arch/arm/mach-integrator/Kconfig"
727
Masahiro Yamadaf058b792015-02-20 17:04:11 +0900728source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900729
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900730source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamadad7570852014-08-31 07:10:59 +0900731
Stefan Roese383e0c12015-08-25 13:18:38 +0200732source "arch/arm/mach-mvebu/Kconfig"
733
Adrian Alonso98810772015-09-03 11:49:28 -0500734source "arch/arm/cpu/armv7/mx7/Kconfig"
735
Boris BREZILLON51e82662015-03-04 13:13:03 +0100736source "arch/arm/cpu/armv7/mx6/Kconfig"
737
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200738source "arch/arm/cpu/armv7/mx5/Kconfig"
739
Masahiro Yamadadd678432014-08-31 07:11:02 +0900740source "arch/arm/cpu/armv7/omap3/Kconfig"
741
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900742source "arch/arm/cpu/armv7/omap4/Kconfig"
743
Masahiro Yamada420b8162014-08-31 07:11:04 +0900744source "arch/arm/cpu/armv7/omap5/Kconfig"
745
Masahiro Yamada22537642015-02-20 17:04:09 +0900746source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900747
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900748source "arch/arm/cpu/armv7/rmobile/Kconfig"
749
Simon Glass2cffe662015-08-30 16:55:38 -0600750source "arch/arm/mach-rockchip/Kconfig"
751
Minkyu Kang56b820a2015-11-20 15:24:57 +0900752source "arch/arm/mach-s5pc1xx/Kconfig"
Simon Glass96aa0722014-10-07 22:01:50 -0600753
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900754source "arch/arm/mach-socfpga/Kconfig"
755
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900756source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900757
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900758source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada82069432014-10-03 19:21:07 +0900759
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900760source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900761
Hans de Goede85437352014-11-14 09:34:30 +0100762source "arch/arm/cpu/armv7/Kconfig"
763
Siva Durga Prasad Paladugu4095bc22015-06-10 15:50:56 +0530764source "arch/arm/cpu/armv8/zynqmp/Kconfig"
765
Linus Walleij74771392015-03-09 10:53:21 +0100766source "arch/arm/cpu/armv8/Kconfig"
767
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +0100768source "arch/arm/imx-common/Kconfig"
769
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900770source "board/BuR/kwb/Kconfig"
771source "board/BuR/tseries/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900772source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900773source "board/Marvell/aspenite/Kconfig"
Stefan Roese073efd72015-04-25 06:29:56 +0200774source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roese03915772014-10-22 12:13:18 +0200775source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900776source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900777source "board/armadeus/apf27/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900778source "board/armltd/vexpress/Kconfig"
779source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900780source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900781source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae1c5f31c2014-11-11 11:32:18 -0800782source "board/broadcom/bcmcygnus/Kconfig"
783source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900784source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900785source "board/compulab/cm_t335/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400786source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900787source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900788source "board/denx/m28evk/Kconfig"
789source "board/denx/m53evk/Kconfig"
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530790source "board/freescale/ls2080a/Kconfig"
791source "board/freescale/ls2080aqds/Kconfig"
792source "board/freescale/ls2080ardb/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800793source "board/freescale/ls1021aqds/Kconfig"
Shaohui Xiedd335672015-11-11 17:58:37 +0800794source "board/freescale/ls1043aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800795source "board/freescale/ls1021atwr/Kconfig"
Mingkai Hueee86ff2015-10-26 19:47:52 +0800796source "board/freescale/ls1043ardb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900797source "board/freescale/mx23evk/Kconfig"
798source "board/freescale/mx25pdk/Kconfig"
799source "board/freescale/mx28evk/Kconfig"
800source "board/freescale/mx31ads/Kconfig"
801source "board/freescale/mx31pdk/Kconfig"
802source "board/freescale/mx35pdk/Kconfig"
803source "board/freescale/mx51evk/Kconfig"
804source "board/freescale/mx53ard/Kconfig"
805source "board/freescale/mx53evk/Kconfig"
806source "board/freescale/mx53loco/Kconfig"
807source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900808source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900809source "board/gumstix/pepper/Kconfig"
810source "board/h2200/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400811source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900812source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900813source "board/isee/igep0033/Kconfig"
Stefan Roese9b1e2312014-10-22 12:13:19 +0200814source "board/maxbcm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900815source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900816source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900817source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200818source "board/phytec/pcm052/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900819source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900820source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900821source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900822source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900823source "board/siemens/draco/Kconfig"
824source "board/siemens/pxm2/Kconfig"
825source "board/siemens/rut/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900826source "board/silica/pengwyn/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900827source "board/spear/spear300/Kconfig"
828source "board/spear/spear310/Kconfig"
829source "board/spear/spear320/Kconfig"
830source "board/spear/spear600/Kconfig"
831source "board/spear/x600/Kconfig"
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100832source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha33913c52014-11-18 10:42:22 -0800833source "board/st/stv0991/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900834source "board/sunxi/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900835source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200836source "board/tcl/sl50/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900837source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900838source "board/ti/am43xx/Kconfig"
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800839source "board/birdland/bav335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900840source "board/ti/ti814x/Kconfig"
841source "board/ti/ti816x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900842source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900843source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530844source "board/toradex/colibri_vf/Kconfig"
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400845source "board/technologic/ts4800/Kconfig"
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200846source "board/vscom/baltos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900847source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200848source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900849
Masahiro Yamadadf00e522014-09-01 11:06:34 +0900850source "arch/arm/Kconfig.debug"
851
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900852endmenu