blob: 4fa52299ef63e7c819a4a3154e3740096106113a [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 Roese9b1e2312014-10-22 12:13:19 +0200121
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900122config TARGET_DEVKIT3250
123 bool "Support devkit3250"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100124 select CPU_ARM926EJS
Vladimir Zapolskiy89f86a22015-07-18 01:47:11 +0300125 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900126
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200127config TARGET_WORK_92105
128 bool "Support work_92105"
129 select CPU_ARM926EJS
130 select SUPPORT_SPL
131
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900132config TARGET_MX25PDK
133 bool "Support mx25pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100134 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900135
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900136config TARGET_ZMX25
137 bool "Support zmx25"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100138 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900139
140config TARGET_APF27
141 bool "Support apf27"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100142 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900143 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900144
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900145config TARGET_APX4DEVKIT
146 bool "Support apx4devkit"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100147 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900148 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900149
150config TARGET_XFI3
151 bool "Support xfi3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100152 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900153 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900154
155config TARGET_M28EVK
156 bool "Support m28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100157 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900158 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900159
160config TARGET_MX23EVK
161 bool "Support mx23evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100162 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900163 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900164
165config TARGET_MX28EVK
166 bool "Support mx28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100167 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900168 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900169
170config TARGET_MX23_OLINUXINO
171 bool "Support mx23_olinuxino"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100172 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900173 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900174
175config TARGET_BG0900
176 bool "Support bg0900"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100177 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900178 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900179
180config TARGET_SANSA_FUZE_PLUS
181 bool "Support sansa_fuze_plus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100182 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900183 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900184
185config TARGET_SC_SPS_1
186 bool "Support sc_sps_1"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100187 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900188 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900189
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900190config ORION5X
191 bool "Marvell Orion"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100192 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900193
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900194config TARGET_SPEAR300
195 bool "Support spear300"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100196 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900197
198config TARGET_SPEAR310
199 bool "Support spear310"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100200 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900201
202config TARGET_SPEAR320
203 bool "Support spear320"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100204 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900205
206config TARGET_SPEAR600
207 bool "Support spear600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100208 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900209
Vikas Manocha33913c52014-11-18 10:42:22 -0800210config TARGET_STV0991
211 bool "Support stv0991"
212 select CPU_V7
Masahiro Yamada0906a822015-03-31 12:48:01 +0900213 select DM
214 select DM_SERIAL
Vikas Manocha8cc062f2015-07-02 18:29:41 -0700215 select DM_SPI
216 select DM_SPI_FLASH
217 select SPI_FLASH
Vikas Manocha33913c52014-11-18 10:42:22 -0800218
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900219config TARGET_X600
220 bool "Support x600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100221 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900222 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900223
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900224config TARGET_IMX31_PHYCORE
225 bool "Support imx31_phycore"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100226 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900227
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900228config TARGET_MX31ADS
229 bool "Support mx31ads"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100230 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900231
232config TARGET_MX31PDK
233 bool "Support mx31pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100234 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900235 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900236
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900237config TARGET_WOODBURN
238 bool "Support woodburn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100239 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900240
241config TARGET_WOODBURN_SD
242 bool "Support woodburn_sd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100243 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900244 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900245
246config TARGET_FLEA3
247 bool "Support flea3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100248 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900249
250config TARGET_MX35PDK
251 bool "Support mx35pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100252 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900253
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900254config ARCH_BCM283X
255 bool "Broadcom BCM283X family"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900256 select DM
257 select DM_SERIAL
258 select DM_GPIO
Stephen Warrendc7ea682015-02-16 12:16:15 -0700259
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900260config TARGET_VEXPRESS_CA15_TC2
261 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100262 select CPU_V7
Hans de Goede85437352014-11-14 09:34:30 +0100263 select CPU_V7_HAS_NONSEC
264 select CPU_V7_HAS_VIRT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900265
266config TARGET_VEXPRESS_CA5X2
267 bool "Support vexpress_ca5x2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100268 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900269
270config TARGET_VEXPRESS_CA9X4
271 bool "Support vexpress_ca9x4"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100272 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900273
274config TARGET_KWB
275 bool "Support kwb"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100276 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900277 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900278
279config TARGET_TSERIES
280 bool "Support tseries"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100281 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900282 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900283
284config TARGET_CM_T335
285 bool "Support cm_t335"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100286 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900287 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900288 select DM
289 select DM_SERIAL
290 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900291
292config TARGET_PEPPER
293 bool "Support pepper"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100294 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900295 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900296 select DM
297 select DM_SERIAL
298 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900299
300config TARGET_AM335X_IGEP0033
301 bool "Support am335x_igep0033"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100302 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900303 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900304 select DM
305 select DM_SERIAL
306 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900307
308config TARGET_PCM051
309 bool "Support pcm051"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100310 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900311 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900312 select DM
313 select DM_SERIAL
314 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900315
316config TARGET_DRACO
317 bool "Support draco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100318 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900319 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900320
Heiko Schocher9ba67f22015-06-15 14:57:15 +0200321config TARGET_THUBAN
322 bool "Support thuban"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100323 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900324 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900325
Heiko Schocherb7a6d142015-06-15 14:56:41 +0200326config TARGET_RASTABAN
327 bool "Support rastaban"
328 select CPU_V7
329 select SUPPORT_SPL
330
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900331config TARGET_PXM2
332 bool "Support pxm2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100333 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900334 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900335
336config TARGET_RUT
337 bool "Support rut"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100338 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900339 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900340
341config TARGET_PENGWYN
342 bool "Support pengwyn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100343 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900344 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900345 select DM
346 select DM_SERIAL
347 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900348
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200349config TARGET_AM335X_BALTOS
350 bool "Support am335x_baltos"
351 select CPU_V7
352 select SUPPORT_SPL
353 select DM
354 select DM_SERIAL
355 select DM_GPIO
356
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900357config TARGET_AM335X_EVM
358 bool "Support am335x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100359 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900360 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900361 select DM
362 select DM_SERIAL
363 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900364
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200365config TARGET_AM335X_SL50
366 bool "Support am335x_sl50"
367 select CPU_V7
368 select SUPPORT_SPL
369 select DM
370 select DM_SERIAL
371
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900372config TARGET_AM43XX_EVM
373 bool "Support am43xx_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100374 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900375 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900376
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800377config TARGET_BAV335X
378 bool "Support bav335x"
379 select CPU_V7
380 select SUPPORT_SPL
Masahiro Yamada20c57812015-03-31 12:48:00 +0900381 select DM
382 select DM_SERIAL
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800383 help
384 The BAV335x OEM Network Processor integrates all the functions of an
385 embedded network computer in a small, easy to use SODIMM module which
386 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
387 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
388 ethernet with simple connection to external connectors.
389
390 For more information, visit: http://birdland.com/oem
391
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900392config TARGET_TI814X_EVM
393 bool "Support ti814x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100394 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900395 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900396
397config TARGET_TI816X_EVM
398 bool "Support ti816x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100399 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900400 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900401
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900402config TARGET_BCM28155_AP
403 bool "Support bcm28155_ap"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100404 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900405
Steve Rae1c5f31c2014-11-11 11:32:18 -0800406config TARGET_BCMCYGNUS
407 bool "Support bcmcygnus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100408 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700409
Steve Rae1c5f31c2014-11-11 11:32:18 -0800410config TARGET_BCMNSP
411 bool "Support bcmnsp"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100412 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700413
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900414config ARCH_EXYNOS
415 bool "Samsung EXYNOS"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100416 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900417 select DM
418 select DM_SPI_FLASH
419 select DM_SERIAL
420 select DM_SPI
421 select DM_GPIO
Simon Glassaa8484f2015-10-18 21:17:17 -0600422 select DM_KEYBOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900423
Simon Glass96aa0722014-10-07 22:01:50 -0600424config ARCH_S5PC1XX
425 bool "Samsung S5PC1XX"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100426 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900427 select DM
428 select DM_SERIAL
429 select DM_GPIO
Simon Glass96aa0722014-10-07 22:01:50 -0600430
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900431config ARCH_HIGHBANK
432 bool "Calxeda Highbank"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100433 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900434
Masahiro Yamadacad44162015-04-21 21:59:36 +0900435config ARCH_INTEGRATOR
436 bool "ARM Ltd. Integrator family"
Linus Walleij616d9a02015-07-27 11:22:48 +0200437 select DM
438 select DM_SERIAL
Masahiro Yamadacad44162015-04-21 21:59:36 +0900439
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900440config ARCH_KEYSTONE
441 bool "TI Keystone"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100442 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900443 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900444
Adrian Alonso98810772015-09-03 11:49:28 -0500445config ARCH_MX7
446 bool "Freescale MX7"
447 select CPU_V7
448
Boris BREZILLON51e82662015-03-04 13:13:03 +0100449config ARCH_MX6
450 bool "Freescale MX6"
451 select CPU_V7
452
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200453config ARCH_MX5
454 bool "Freescale MX5"
455 select CPU_V7
456
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900457config TARGET_M53EVK
458 bool "Support m53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100459 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900460 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900461
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900462config TARGET_MX51EVK
463 bool "Support mx51evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100464 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900465
466config TARGET_MX53ARD
467 bool "Support mx53ard"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100468 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900469
470config TARGET_MX53EVK
471 bool "Support mx53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100472 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900473
474config TARGET_MX53LOCO
475 bool "Support mx53loco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100476 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900477
478config TARGET_MX53SMD
479 bool "Support mx53smd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100480 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900481
Masahiro Yamadadd678432014-08-31 07:11:02 +0900482config OMAP34XX
483 bool "OMAP34XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100484 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900485
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900486config OMAP44XX
487 bool "OMAP44XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100488 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900489 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900490
Masahiro Yamada420b8162014-08-31 07:11:04 +0900491config OMAP54XX
492 bool "OMAP54XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100493 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900494 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900495
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900496config RMOBILE
497 bool "Renesas ARM SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100498 select CPU_V7
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300499
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900500config ARCH_SOCFPGA
501 bool "Altera SOCFPGA family"
Marek Vasut69295472014-12-30 18:16:08 +0100502 select CPU_V7
503 select SUPPORT_SPL
Marek Vasutf44fb6f2015-08-19 23:23:52 +0200504 select OF_CONTROL
505 select SPL_OF_CONTROL
Masahiro Yamadae2005542015-03-31 12:47:59 +0900506 select DM
507 select DM_SPI_FLASH
508 select DM_SPI
Marek Vasut69295472014-12-30 18:16:08 +0100509
Nikita Kiryanov2b7487c2015-07-30 23:56:23 +0300510config TARGET_CM_T43
511 bool "Support cm_t43"
512 select CPU_V7
513 select SUPPORT_SPL
514
Ian Campbelld8e69e02014-10-24 21:20:44 +0100515config ARCH_SUNXI
516 bool "Support sunxi (Allwinner) SoCs"
Hans de Goede16eac6562015-06-17 20:54:07 +0200517 select CMD_USB
Hans de Goede03914882015-04-15 20:46:48 +0200518 select DM
519 select DM_GPIO
Tom Rini10e87172015-06-30 16:51:15 -0400520 select DM_ETH
521 select DM_SERIAL
Hans de Goede0b3845a2015-06-17 17:44:58 +0200522 select DM_USB
Hans de Goede03914882015-04-15 20:46:48 +0200523 select OF_CONTROL
524 select OF_SEPARATE
Hans de Goede66ab79d2015-09-13 13:02:48 +0200525 select SPL_STACK_R if !MACH_SUN9I
Hans de Goede76fa0b22015-09-13 12:31:24 +0200526 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
Tom Rini10e87172015-06-30 16:51:15 -0400527 select USB
Hans de Goede16eac6562015-06-17 20:54:07 +0200528 select USB_STORAGE
Hans de Goede35e80a42015-08-04 17:04:13 +0200529 select USB_KEYBOARD
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800530
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400531config TARGET_TS4800
532 bool "Support TS4800"
533 select CPU_V7
534
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900535config TARGET_VF610TWR
536 bool "Support vf610twr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100537 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900538
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530539config TARGET_COLIBRI_VF
540 bool "Support Colibri VF50/61"
541 select CPU_V7
542
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200543config TARGET_PCM052
544 bool "Support pcm-052"
545 select CPU_V7
546
Masahiro Yamada8204bd12015-03-16 16:43:24 +0900547config ARCH_ZYNQ
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900548 bool "Xilinx Zynq Platform"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100549 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900550 select SUPPORT_SPL
Jagan Tekif522bf52015-06-29 14:17:32 +0530551 select OF_CONTROL
Simon Glass60933362015-10-17 19:41:23 -0600552 select SPL_OF_CONTROL
Masahiro Yamada2df07d42015-03-31 12:47:55 +0900553 select DM
Simon Glass60933362015-10-17 19:41:23 -0600554 select SPL_DM
Jagan Teki0bd03a52015-06-27 00:51:32 +0530555 select DM_SPI
Simon Glass23d9b622015-10-17 19:41:27 -0600556 select DM_SERIAL
Jagan Teki0bd03a52015-06-27 00:51:32 +0530557 select DM_SPI_FLASH
Simon Glass60933362015-10-17 19:41:23 -0600558 select SPL_SEPARATE_BSS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900559
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +0530560config ARCH_ZYNQMP
Michal Simek04b7e622015-01-15 10:01:51 +0100561 bool "Support Xilinx ZynqMP Platform"
562 select ARM64
Michal Simek25b83712015-10-17 19:41:25 -0600563 select DM
564 select OF_CONTROL
565 select DM_SERIAL
Michal Simek04b7e622015-01-15 10:01:51 +0100566
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900567config TEGRA
568 bool "NVIDIA Tegra"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900569
Linus Walleij800d6fd2015-01-23 11:50:53 +0100570config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900571 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900572 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900573
Linus Walleij800d6fd2015-01-23 11:50:53 +0100574config TARGET_VEXPRESS64_BASE_FVP
575 bool "Support Versatile Express ARMv8a FVP BASE model"
576 select ARM64
577 select SEMIHOSTING
578
Ryan Harkinb6b96652015-10-09 17:18:02 +0100579config TARGET_VEXPRESS64_BASE_FVP_DRAM
580 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
581 select ARM64
582 help
583 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
584 the default config to allow the user to load the images directly into
585 DRAM using model parameters rather than by using semi-hosting to load
586 the files from the host filesystem.
587
Linus Walleijc5822502015-01-23 14:41:10 +0100588config TARGET_VEXPRESS64_JUNO
589 bool "Support Versatile Express Juno Development Platform"
590 select ARM64
591
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530592config TARGET_LS2080A_EMU
593 bool "Support ls2080a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900594 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100595 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530596 help
597 Support for Freescale LS2080A_EMU platform
598 The LS2080A Development System (EMULATOR) is a pre silicon
599 development platform that supports the QorIQ LS2080A
600 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900601
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530602config TARGET_LS2080A_SIMU
603 bool "Support ls2080a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900604 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100605 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530606 help
607 Support for Freescale LS2080A_SIMU platform
608 The LS2080A Development System (QDS) is a pre silicon
609 development platform that supports the QorIQ LS2080A
610 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900611
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530612config TARGET_LS2080AQDS
613 bool "Support ls2080aqds"
York Sun03017032015-03-20 19:28:23 -0700614 select ARM64
615 select ARMV8_MULTIENTRY
Scott Wood8e728cd2015-03-24 13:25:02 -0700616 select SUPPORT_SPL
York Sun03017032015-03-20 19:28:23 -0700617 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530618 Support for Freescale LS2080AQDS platform
619 The LS2080A Development System (QDS) is a high-performance
620 development platform that supports the QorIQ LS2080A
York Sun03017032015-03-20 19:28:23 -0700621 Layerscape Architecture processor.
622
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530623config TARGET_LS2080ARDB
624 bool "Support ls2080ardb"
York Sune12abcb2015-03-20 19:28:24 -0700625 select ARM64
626 select ARMV8_MULTIENTRY
Scott Wood212b8d82015-03-24 13:25:03 -0700627 select SUPPORT_SPL
York Sune12abcb2015-03-20 19:28:24 -0700628 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530629 Support for Freescale LS2080ARDB platform.
630 The LS2080A Reference design board (RDB) is a high-performance
631 development platform that supports the QorIQ LS2080A
York Sune12abcb2015-03-20 19:28:24 -0700632 Layerscape Architecture processor.
633
Peter Griffin31f327e2015-07-30 18:55:23 +0100634config TARGET_HIKEY
635 bool "Support HiKey 96boards Consumer Edition Platform"
636 select ARM64
Peter Griffinff9302f2015-09-10 21:55:16 +0100637 select DM
638 select DM_GPIO
Peter Griffin0382c642015-09-10 21:55:17 +0100639 select DM_SERIAL
Peter Griffin31f327e2015-07-30 18:55:23 +0100640 help
641 Support for HiKey 96boards platform. It features a HI6220
642 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
643
Wang Huanf0ce7d62014-09-05 13:52:44 +0800644config TARGET_LS1021AQDS
Alison Wang6ea8ad42014-12-03 16:18:09 +0800645 bool "Support ls1021aqds"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100646 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800647 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800648config TARGET_LS1021ATWR
Alison Wang6ea8ad42014-12-03 16:18:09 +0800649 bool "Support ls1021atwr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100650 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800651 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800652
Mingkai Hueee86ff2015-10-26 19:47:52 +0800653config TARGET_LS1043ARDB
654 bool "Support ls1043ardb"
655 select ARM64
Hou Zhiqiangc7098fa2015-10-26 19:47:57 +0800656 select ARMV8_MULTIENTRY
Gong Qianyu8168a0f2015-10-26 19:47:53 +0800657 select SUPPORT_SPL
Mingkai Hueee86ff2015-10-26 19:47:52 +0800658 help
659 Support for Freescale LS1043ARDB platform.
660
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900661config TARGET_H2200
662 bool "Support h2200"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100663 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900664
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900665config TARGET_COLIBRI_PXA270
666 bool "Support colibri_pxa270"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100667 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900668
Masahiro Yamada82069432014-10-03 19:21:07 +0900669config ARCH_UNIPHIER
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900670 bool "Socionext UniPhier SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100671 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900672 select SUPPORT_SPL
Masahiro Yamada9c9a3e12014-12-18 19:11:03 +0900673 select SPL
Masahiro Yamadacfc2f7d2015-02-24 22:26:21 +0900674 select OF_CONTROL
Masahiro Yamada47eb9a82015-08-28 20:13:18 +0900675 select SPL_OF_CONTROL
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900676 select DM
Masahiro Yamadad1066ba2015-08-28 20:13:17 +0900677 select SPL_DM
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900678 select DM_SERIAL
679 select DM_I2C
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900680 help
681 Support for UniPhier SoC family developed by Socionext Inc.
682 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada82069432014-10-03 19:21:07 +0900683
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100684config TARGET_STM32F429_DISCOVERY
685 bool "Support STM32F429 Discovery"
686 select CPU_V7M
687
Simon Glass2cffe662015-08-30 16:55:38 -0600688config ARCH_ROCKCHIP
689 bool "Support Rockchip SoCs"
690 select SUPPORT_SPL
691 select SPL
692 select OF_CONTROL
693 select CPU_V7
694 select DM
695
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900696endchoice
697
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900698source "arch/arm/mach-at91/Kconfig"
699
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900700source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900701
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900702source "arch/arm/mach-davinci/Kconfig"
Simon Glass13fc6a22015-02-05 21:41:39 -0700703
Thomas Abraham74f84862015-08-03 17:58:00 +0530704source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900705
Masahiro Yamada95ec48b2015-02-20 17:04:08 +0900706source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900707
Masahiro Yamadacad44162015-04-21 21:59:36 +0900708source "arch/arm/mach-integrator/Kconfig"
709
Masahiro Yamadaf058b792015-02-20 17:04:11 +0900710source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900711
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900712source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamadad7570852014-08-31 07:10:59 +0900713
Stefan Roese383e0c12015-08-25 13:18:38 +0200714source "arch/arm/mach-mvebu/Kconfig"
715
Adrian Alonso98810772015-09-03 11:49:28 -0500716source "arch/arm/cpu/armv7/mx7/Kconfig"
717
Boris BREZILLON51e82662015-03-04 13:13:03 +0100718source "arch/arm/cpu/armv7/mx6/Kconfig"
719
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200720source "arch/arm/cpu/armv7/mx5/Kconfig"
721
Masahiro Yamadadd678432014-08-31 07:11:02 +0900722source "arch/arm/cpu/armv7/omap3/Kconfig"
723
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900724source "arch/arm/cpu/armv7/omap4/Kconfig"
725
Masahiro Yamada420b8162014-08-31 07:11:04 +0900726source "arch/arm/cpu/armv7/omap5/Kconfig"
727
Masahiro Yamada22537642015-02-20 17:04:09 +0900728source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900729
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900730source "arch/arm/cpu/armv7/rmobile/Kconfig"
731
Simon Glass2cffe662015-08-30 16:55:38 -0600732source "arch/arm/mach-rockchip/Kconfig"
733
Simon Glass96aa0722014-10-07 22:01:50 -0600734source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
735
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900736source "arch/arm/mach-socfpga/Kconfig"
737
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900738source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900739
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900740source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada82069432014-10-03 19:21:07 +0900741
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900742source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900743
Hans de Goede85437352014-11-14 09:34:30 +0100744source "arch/arm/cpu/armv7/Kconfig"
745
Siva Durga Prasad Paladugu4095bc22015-06-10 15:50:56 +0530746source "arch/arm/cpu/armv8/zynqmp/Kconfig"
747
Linus Walleij74771392015-03-09 10:53:21 +0100748source "arch/arm/cpu/armv8/Kconfig"
749
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +0100750source "arch/arm/imx-common/Kconfig"
751
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900752source "board/BuR/kwb/Kconfig"
753source "board/BuR/tseries/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900754source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900755source "board/Marvell/aspenite/Kconfig"
Stefan Roese073efd72015-04-25 06:29:56 +0200756source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roese03915772014-10-22 12:13:18 +0200757source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900758source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900759source "board/armadeus/apf27/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900760source "board/armltd/vexpress/Kconfig"
761source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900762source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900763source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae1c5f31c2014-11-11 11:32:18 -0800764source "board/broadcom/bcmcygnus/Kconfig"
765source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900766source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900767source "board/compulab/cm_t335/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400768source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900769source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900770source "board/denx/m28evk/Kconfig"
771source "board/denx/m53evk/Kconfig"
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530772source "board/freescale/ls2080a/Kconfig"
773source "board/freescale/ls2080aqds/Kconfig"
774source "board/freescale/ls2080ardb/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800775source "board/freescale/ls1021aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800776source "board/freescale/ls1021atwr/Kconfig"
Mingkai Hueee86ff2015-10-26 19:47:52 +0800777source "board/freescale/ls1043ardb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900778source "board/freescale/mx23evk/Kconfig"
779source "board/freescale/mx25pdk/Kconfig"
780source "board/freescale/mx28evk/Kconfig"
781source "board/freescale/mx31ads/Kconfig"
782source "board/freescale/mx31pdk/Kconfig"
783source "board/freescale/mx35pdk/Kconfig"
784source "board/freescale/mx51evk/Kconfig"
785source "board/freescale/mx53ard/Kconfig"
786source "board/freescale/mx53evk/Kconfig"
787source "board/freescale/mx53loco/Kconfig"
788source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900789source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900790source "board/gumstix/pepper/Kconfig"
791source "board/h2200/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400792source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900793source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900794source "board/isee/igep0033/Kconfig"
Stefan Roese9b1e2312014-10-22 12:13:19 +0200795source "board/maxbcm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900796source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900797source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900798source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200799source "board/phytec/pcm052/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900800source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900801source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900802source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900803source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900804source "board/siemens/draco/Kconfig"
805source "board/siemens/pxm2/Kconfig"
806source "board/siemens/rut/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900807source "board/silica/pengwyn/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900808source "board/spear/spear300/Kconfig"
809source "board/spear/spear310/Kconfig"
810source "board/spear/spear320/Kconfig"
811source "board/spear/spear600/Kconfig"
812source "board/spear/x600/Kconfig"
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100813source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha33913c52014-11-18 10:42:22 -0800814source "board/st/stv0991/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900815source "board/sunxi/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900816source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200817source "board/tcl/sl50/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900818source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900819source "board/ti/am43xx/Kconfig"
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800820source "board/birdland/bav335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900821source "board/ti/ti814x/Kconfig"
822source "board/ti/ti816x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900823source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900824source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530825source "board/toradex/colibri_vf/Kconfig"
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400826source "board/technologic/ts4800/Kconfig"
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200827source "board/vscom/baltos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900828source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200829source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900830
Masahiro Yamadadf00e522014-09-01 11:06:34 +0900831source "arch/arm/Kconfig.debug"
832
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900833endmenu