blob: 75d6bbcba3d8a80acffc5c097e7e5fcd0afbc008 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada016a9542014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
Albert ARIBAUD62e92072015-10-23 18:06:40 +020013config HAS_THUMB2
14 bool
15
Georges Savoundararadj2e07c242014-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 ARIBAUD62e92072015-10-23 18:06:40 +020038 select HAS_THUMB2
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010039
rev13@wp.pl12d8a722015-03-01 12:44:39 +010040config CPU_V7M
41 bool
Albert ARIBAUD62e92072015-10-23 18:06:40 +020042 select HAS_THUMB2
rev13@wp.pl12d8a722015-03-01 12:44:39 +010043
Georges Savoundararadj2e07c242014-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.pl12d8a722015-03-01 12:44:39 +010058 default "armv7m" if CPU_V7M
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010059 default "pxa" if CPU_PXA
60 default "sa1100" if CPU_SA1100
Masahiro Yamada01541ee2014-11-06 11:39:27 +090061 default "armv8" if ARM64
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010062
Linus Walleijf91afc42015-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 Fanf3e9bec2015-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 Yamadadd840582014-07-30 14:08:14 +090076choice
77 prompt "Target select"
Simon Glassb928e652015-08-30 19:19:30 -060078 default TARGET_HIKEY
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
Masahiro Yamada4614b892015-02-20 17:04:01 +090080config ARCH_AT91
81 bool "Atmel AT91"
Masahiro Yamadadd840582014-07-30 14:08:14 +090082
83config TARGET_EDB93XX
84 bool "Support edb93xx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010085 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090086
Masahiro Yamadadd840582014-07-30 14:08:14 +090087config TARGET_VCMA9
88 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010089 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090090
91config TARGET_SMDK2410
92 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010093 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090094
Masahiro Yamadadd840582014-07-30 14:08:14 +090095config TARGET_ASPENITE
96 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010097 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090098
99config TARGET_GPLUGD
100 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100101 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900102
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900103config ARCH_DAVINCI
104 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100105 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900106 help
107 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900108
Masahiro Yamada47539e22014-08-31 07:10:59 +0900109config KIRKWOOD
110 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100111 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900112
Stefan Roesec3d89142015-08-25 13:18:38 +0200113config ARCH_MVEBU
114 bool "Marvell MVEBU family (Armada XP/38x)"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200115 select CPU_V7
116 select SUPPORT_SPL
Stefan Roese9cffb232015-09-01 11:27:52 +0200117 select OF_CONTROL
118 select OF_SEPARATE
119 select DM
Stefan Roese1d51ea12015-09-02 08:41:41 +0200120 select DM_SERIAL
Stefan Roesea4884832014-10-22 12:13:19 +0200121
Masahiro Yamadadd840582014-07-30 14:08:14 +0900122config TARGET_DEVKIT3250
123 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100124 select CPU_ARM926EJS
Vladimir Zapolskiye9b3ce32015-07-18 01:47:11 +0300125 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900126
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200127config TARGET_WORK_92105
128 bool "Support work_92105"
129 select CPU_ARM926EJS
130 select SUPPORT_SPL
131
Masahiro Yamadadd840582014-07-30 14:08:14 +0900132config TARGET_MX25PDK
133 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100134 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900135
Masahiro Yamadadd840582014-07-30 14:08:14 +0900136config TARGET_ZMX25
137 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100138 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900139
140config TARGET_APF27
141 bool "Support apf27"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100142 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900143 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900144
Masahiro Yamadadd840582014-07-30 14:08:14 +0900145config TARGET_APX4DEVKIT
146 bool "Support apx4devkit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100147 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900148 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900149
150config TARGET_XFI3
151 bool "Support xfi3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100152 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900153 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900154
155config TARGET_M28EVK
156 bool "Support m28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100157 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900158 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900159
160config TARGET_MX23EVK
161 bool "Support mx23evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100162 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900163 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900164
165config TARGET_MX28EVK
166 bool "Support mx28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100167 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900168 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900169
170config TARGET_MX23_OLINUXINO
171 bool "Support mx23_olinuxino"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100172 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900173 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900174
175config TARGET_BG0900
176 bool "Support bg0900"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100177 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900178 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900179
180config TARGET_SANSA_FUZE_PLUS
181 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100182 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900183 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900184
185config TARGET_SC_SPS_1
186 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100187 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900188 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900189
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900190config ORION5X
191 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100192 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900193
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194config TARGET_SPEAR300
195 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100196 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900197
198config TARGET_SPEAR310
199 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100200 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900201
202config TARGET_SPEAR320
203 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100204 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900205
206config TARGET_SPEAR600
207 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100208 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900209
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800210config TARGET_STV0991
211 bool "Support stv0991"
212 select CPU_V7
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900213 select DM
214 select DM_SERIAL
Vikas Manochae67abca2015-07-02 18:29:41 -0700215 select DM_SPI
216 select DM_SPI_FLASH
217 select SPI_FLASH
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800218
Masahiro Yamadadd840582014-07-30 14:08:14 +0900219config TARGET_X600
220 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100221 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900222 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900223
Masahiro Yamadadd840582014-07-30 14:08:14 +0900224config TARGET_IMX31_PHYCORE
225 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100226 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900227
Masahiro Yamadadd840582014-07-30 14:08:14 +0900228config TARGET_MX31ADS
229 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100230 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900231
232config TARGET_MX31PDK
233 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100234 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900235 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900236
Masahiro Yamadadd840582014-07-30 14:08:14 +0900237config TARGET_WOODBURN
238 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100239 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900240
241config TARGET_WOODBURN_SD
242 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100243 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900244 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900245
246config TARGET_FLEA3
247 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100248 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900249
250config TARGET_MX35PDK
251 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100252 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900253
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900254config ARCH_BCM283X
255 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900256 select DM
257 select DM_SERIAL
258 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700259
Masahiro Yamadadd840582014-07-30 14:08:14 +0900260config TARGET_VEXPRESS_CA15_TC2
261 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100262 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100263 select CPU_V7_HAS_NONSEC
264 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900265
266config TARGET_VEXPRESS_CA5X2
267 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100268 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900269
270config TARGET_VEXPRESS_CA9X4
271 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100272 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900273
274config TARGET_KWB
275 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100276 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900277 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900278
279config TARGET_TSERIES
280 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100281 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900282 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900283
284config TARGET_CM_T335
285 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100286 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900287 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900288 select DM
289 select DM_SERIAL
290 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900291
292config TARGET_PEPPER
293 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100294 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900295 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900296 select DM
297 select DM_SERIAL
298 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900299
300config TARGET_AM335X_IGEP0033
301 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100302 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900303 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900304 select DM
305 select DM_SERIAL
306 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900307
308config TARGET_PCM051
309 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100310 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900311 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900312 select DM
313 select DM_SERIAL
314 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900315
316config TARGET_DRACO
317 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100318 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900319 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900320
Heiko Schocher8c65a2f2015-06-15 14:57:15 +0200321config TARGET_THUBAN
322 bool "Support thuban"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100323 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900324 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900325
Heiko Schocher578056c2015-06-15 14:56:41 +0200326config TARGET_RASTABAN
327 bool "Support rastaban"
328 select CPU_V7
329 select SUPPORT_SPL
330
Masahiro Yamadadd840582014-07-30 14:08:14 +0900331config TARGET_PXM2
332 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100333 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900334 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900335
336config TARGET_RUT
337 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100338 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900339 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900340
341config TARGET_PENGWYN
342 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100343 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900344 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900345 select DM
346 select DM_SERIAL
347 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900348
Yegor Yefremov6ce89322015-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 Yamadadd840582014-07-30 14:08:14 +0900357config TARGET_AM335X_EVM
358 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100359 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900360 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900361 select DM
362 select DM_SERIAL
363 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900364
Enric Balletbò i Serra9d1b2982015-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 Yamadadd840582014-07-30 14:08:14 +0900372config TARGET_AM43XX_EVM
373 bool "Support am43xx_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100374 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900375 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900376
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800377config TARGET_BAV335X
378 bool "Support bav335x"
379 select CPU_V7
380 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900381 select DM
382 select DM_SERIAL
Gilles Gameiroa2bc4322015-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 Yamadadd840582014-07-30 14:08:14 +0900392config TARGET_TI814X_EVM
393 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100394 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900395 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900396
397config TARGET_TI816X_EVM
398 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100399 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900400 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900401
Masahiro Yamadadd840582014-07-30 14:08:14 +0900402config TARGET_BCM28155_AP
403 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100404 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900405
Steve Raeabb16782014-11-11 11:32:18 -0800406config TARGET_BCMCYGNUS
407 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100408 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700409
Steve Raeabb16782014-11-11 11:32:18 -0800410config TARGET_BCMNSP
411 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100412 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700413
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900414config ARCH_EXYNOS
415 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100416 select CPU_V7
Masahiro Yamada58d423b2015-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 Glass1fa4bfd2015-10-18 21:17:17 -0600422 select DM_KEYBOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900423
Simon Glass311757b2014-10-07 22:01:50 -0600424config ARCH_S5PC1XX
425 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100426 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900427 select DM
428 select DM_SERIAL
429 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600430
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900431config ARCH_HIGHBANK
432 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100433 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900434
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900435config ARCH_INTEGRATOR
436 bool "ARM Ltd. Integrator family"
Linus Walleij3f394e72015-07-27 11:22:48 +0200437 select DM
438 select DM_SERIAL
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900439
Masahiro Yamadac338f092014-08-31 07:11:05 +0900440config ARCH_KEYSTONE
441 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100442 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900443 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900444
Adrian Alonso1a8150d2015-09-03 11:49:28 -0500445config ARCH_MX7
446 bool "Freescale MX7"
447 select CPU_V7
448
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100449config ARCH_MX6
450 bool "Freescale MX6"
451 select CPU_V7
452
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200453config ARCH_MX5
454 bool "Freescale MX5"
455 select CPU_V7
456
Masahiro Yamadadd840582014-07-30 14:08:14 +0900457config TARGET_M53EVK
458 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100459 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900460 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900461
Masahiro Yamadadd840582014-07-30 14:08:14 +0900462config TARGET_MX51EVK
463 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100464 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900465
466config TARGET_MX53ARD
467 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100468 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900469
470config TARGET_MX53EVK
471 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100472 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900473
474config TARGET_MX53LOCO
475 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100476 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900477
478config TARGET_MX53SMD
479 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100480 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900481
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900482config OMAP34XX
483 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100484 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900485
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900486config OMAP44XX
487 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100488 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900489 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900490
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900491config OMAP54XX
492 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100493 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900494 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900495
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900496config RMOBILE
497 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100498 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900499
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900500config ARCH_SOCFPGA
501 bool "Altera SOCFPGA family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100502 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900503 select SUPPORT_SPL
Marek Vasutdfd3dff2015-08-19 23:23:52 +0200504 select OF_CONTROL
505 select SPL_OF_CONTROL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900506 select DM
507 select DM_SPI_FLASH
508 select DM_SPI
Masahiro Yamadadd840582014-07-30 14:08:14 +0900509
Nikita Kiryanov8883dda2015-07-30 23:56:23 +0300510config TARGET_CM_T43
511 bool "Support cm_t43"
512 select CPU_V7
513 select SUPPORT_SPL
514
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100515config ARCH_SUNXI
516 bool "Support sunxi (Allwinner) SoCs"
Hans de Goedede1502c2015-06-17 20:54:07 +0200517 select CMD_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200518 select DM
519 select DM_GPIO
Tom Rini45368822015-06-30 16:51:15 -0400520 select DM_ETH
521 select DM_SERIAL
Hans de Goede91183ba2015-06-17 17:44:58 +0200522 select DM_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200523 select OF_CONTROL
524 select OF_SEPARATE
Hans de Goedeff42d102015-09-13 13:02:48 +0200525 select SPL_STACK_R if !MACH_SUN9I
Hans de Goede6d0bdfd2015-09-13 12:31:24 +0200526 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
Hans de Goede6edf6a22015-12-10 11:10:17 +0100527 select SYS_NS16550
Tom Rini45368822015-06-30 16:51:15 -0400528 select USB
Hans de Goedede1502c2015-06-17 20:54:07 +0200529 select USB_STORAGE
Hans de Goedeab27f302015-08-04 17:04:13 +0200530 select USB_KEYBOARD
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800531
Lucile Quirion9ee16892015-06-30 17:17:47 -0400532config TARGET_TS4800
533 bool "Support TS4800"
534 select CPU_V7
535
Masahiro Yamadadd840582014-07-30 14:08:14 +0900536config TARGET_VF610TWR
537 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100538 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900539
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530540config TARGET_COLIBRI_VF
541 bool "Support Colibri VF50/61"
542 select CPU_V7
543
Albert ARIBAUD \(3ADEV\)931a1d22015-09-21 22:43:39 +0200544config TARGET_PCM052
545 bool "Support pcm-052"
546 select CPU_V7
547
Masahiro Yamada5ca269a2015-03-16 16:43:24 +0900548config ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900549 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100550 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900551 select SUPPORT_SPL
Jagan Tekid065cfd2015-06-29 14:17:32 +0530552 select OF_CONTROL
Simon Glass71556fb2015-10-17 19:41:23 -0600553 select SPL_OF_CONTROL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900554 select DM
Michal Simek6889ca72015-11-30 14:14:56 +0100555 select DM_ETH
Simon Glass71556fb2015-10-17 19:41:23 -0600556 select SPL_DM
Michal Simekd9ae52c2015-11-30 16:13:03 +0100557 select DM_MMC
Jagan Teki9f7a4502015-06-27 00:51:32 +0530558 select DM_SPI
Simon Glass42800ff2015-10-17 19:41:27 -0600559 select DM_SERIAL
Jagan Teki9f7a4502015-06-27 00:51:32 +0530560 select DM_SPI_FLASH
Simon Glass71556fb2015-10-17 19:41:23 -0600561 select SPL_SEPARATE_BSS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900562
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +0530563config ARCH_ZYNQMP
Michal Simek84c72042015-01-15 10:01:51 +0100564 bool "Support Xilinx ZynqMP Platform"
565 select ARM64
Michal Simekc2490bf2015-10-17 19:41:25 -0600566 select DM
567 select OF_CONTROL
Michal Simek6889ca72015-11-30 14:14:56 +0100568 select DM_ETH
Michal Simekd9ae52c2015-11-30 16:13:03 +0100569 select DM_MMC
Michal Simekc2490bf2015-10-17 19:41:25 -0600570 select DM_SERIAL
Michal Simek84c72042015-01-15 10:01:51 +0100571
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900572config TEGRA
573 bool "NVIDIA Tegra"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574
Linus Walleijf91afc42015-01-23 11:50:53 +0100575config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900576 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900577 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900578
Linus Walleijf91afc42015-01-23 11:50:53 +0100579config TARGET_VEXPRESS64_BASE_FVP
580 bool "Support Versatile Express ARMv8a FVP BASE model"
581 select ARM64
582 select SEMIHOSTING
583
Ryan Harkinfc04b922015-10-09 17:18:02 +0100584config TARGET_VEXPRESS64_BASE_FVP_DRAM
585 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
586 select ARM64
587 help
588 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
589 the default config to allow the user to load the images directly into
590 DRAM using model parameters rather than by using semi-hosting to load
591 the files from the host filesystem.
592
Linus Walleijffc10372015-01-23 14:41:10 +0100593config TARGET_VEXPRESS64_JUNO
594 bool "Support Versatile Express Juno Development Platform"
595 select ARM64
596
Prabhakar Kushwaha44937212015-11-09 16:42:07 +0530597config TARGET_LS2080A_EMU
598 bool "Support ls2080a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900599 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100600 select ARMV8_MULTIENTRY
York Sun7288c2c2015-03-20 19:28:23 -0700601 help
Prabhakar Kushwaha44937212015-11-09 16:42:07 +0530602 Support for Freescale LS2080A_EMU platform
603 The LS2080A Development System (EMULATOR) is a pre silicon
604 development platform that supports the QorIQ LS2080A
York Sun7288c2c2015-03-20 19:28:23 -0700605 Layerscape Architecture processor.
606
Prabhakar Kushwaha44937212015-11-09 16:42:07 +0530607config TARGET_LS2080A_SIMU
608 bool "Support ls2080a_simu"
609 select ARM64
610 select ARMV8_MULTIENTRY
611 help
612 Support for Freescale LS2080A_SIMU platform
613 The LS2080A Development System (QDS) is a pre silicon
614 development platform that supports the QorIQ LS2080A
615 Layerscape Architecture processor.
616
617config TARGET_LS2080AQDS
618 bool "Support ls2080aqds"
York Sune2b65ea2015-03-20 19:28:24 -0700619 select ARM64
620 select ARMV8_MULTIENTRY
Scott Wood32eda7c2015-03-24 13:25:03 -0700621 select SUPPORT_SPL
York Sune2b65ea2015-03-20 19:28:24 -0700622 help
Prabhakar Kushwaha44937212015-11-09 16:42:07 +0530623 Support for Freescale LS2080AQDS platform
624 The LS2080A Development System (QDS) is a high-performance
625 development platform that supports the QorIQ LS2080A
626 Layerscape Architecture processor.
627
628config TARGET_LS2080ARDB
629 bool "Support ls2080ardb"
630 select ARM64
631 select ARMV8_MULTIENTRY
632 select SUPPORT_SPL
633 help
634 Support for Freescale LS2080ARDB platform.
635 The LS2080A Reference design board (RDB) is a high-performance
636 development platform that supports the QorIQ LS2080A
York Sune2b65ea2015-03-20 19:28:24 -0700637 Layerscape Architecture processor.
638
Peter Griffin11ac2362015-07-30 18:55:23 +0100639config TARGET_HIKEY
640 bool "Support HiKey 96boards Consumer Edition Platform"
641 select ARM64
Peter Griffinefd7b602015-09-10 21:55:16 +0100642 select DM
643 select DM_GPIO
Peter Griffin9c71bcd2015-09-10 21:55:17 +0100644 select DM_SERIAL
Peter Griffin11ac2362015-07-30 18:55:23 +0100645 help
646 Support for HiKey 96boards platform. It features a HI6220
647 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
648
Wang Huan550e3dc2014-09-05 13:52:44 +0800649config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800650 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100651 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800652 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800653config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800654 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100655 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800656 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800657
Shaohui Xie02b5d2e2015-11-11 17:58:37 +0800658config TARGET_LS1043AQDS
659 bool "Support ls1043aqds"
660 select ARM64
661 select ARMV8_MULTIENTRY
662 select SUPPORT_SPL
663 help
664 Support for Freescale LS1043AQDS platform.
665
Mingkai Huf3a8e2b2015-10-26 19:47:52 +0800666config TARGET_LS1043ARDB
667 bool "Support ls1043ardb"
668 select ARM64
Hou Zhiqiang831c0682015-10-26 19:47:57 +0800669 select ARMV8_MULTIENTRY
Gong Qianyu3ad44722015-10-26 19:47:53 +0800670 select SUPPORT_SPL
Mingkai Huf3a8e2b2015-10-26 19:47:52 +0800671 help
672 Support for Freescale LS1043ARDB platform.
673
Masahiro Yamadadd840582014-07-30 14:08:14 +0900674config TARGET_H2200
675 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100676 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900677
Masahiro Yamadadd840582014-07-30 14:08:14 +0900678config TARGET_COLIBRI_PXA270
679 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100680 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900681
Masahiro Yamada66cba042014-10-03 19:21:07 +0900682config ARCH_UNIPHIER
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900683 bool "Socionext UniPhier SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100684 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900685 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900686 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900687 select OF_CONTROL
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +0900688 select SPL_OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900689 select DM
Masahiro Yamada92716142015-08-28 20:13:17 +0900690 select SPL_DM
Masahiro Yamada4e819952015-03-31 12:47:54 +0900691 select DM_SERIAL
692 select DM_I2C
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900693 help
694 Support for UniPhier SoC family developed by Socionext Inc.
695 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada66cba042014-10-03 19:21:07 +0900696
rev13@wp.pled09a552015-03-01 12:44:42 +0100697config TARGET_STM32F429_DISCOVERY
698 bool "Support STM32F429 Discovery"
699 select CPU_V7M
Kamil Lulko66562412015-12-01 09:08:19 +0100700 select DM
701 select DM_SERIAL
rev13@wp.pled09a552015-03-01 12:44:42 +0100702
Simon Glass2444dae2015-08-30 16:55:38 -0600703config ARCH_ROCKCHIP
704 bool "Support Rockchip SoCs"
705 select SUPPORT_SPL
706 select SPL
707 select OF_CONTROL
708 select CPU_V7
709 select DM
710
Masahiro Yamadadd840582014-07-30 14:08:14 +0900711endchoice
712
Masahiro Yamada4614b892015-02-20 17:04:01 +0900713source "arch/arm/mach-at91/Kconfig"
714
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900715source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900716
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900717source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700718
Thomas Abraham77b55e82015-08-03 17:58:00 +0530719source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900720
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900721source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900722
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900723source "arch/arm/mach-integrator/Kconfig"
724
Masahiro Yamada39a72342015-02-20 17:04:11 +0900725source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900726
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900727source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900728
Stefan Roesec3d89142015-08-25 13:18:38 +0200729source "arch/arm/mach-mvebu/Kconfig"
730
Adrian Alonso1a8150d2015-09-03 11:49:28 -0500731source "arch/arm/cpu/armv7/mx7/Kconfig"
732
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100733source "arch/arm/cpu/armv7/mx6/Kconfig"
734
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200735source "arch/arm/cpu/armv7/mx5/Kconfig"
736
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900737source "arch/arm/cpu/armv7/omap3/Kconfig"
738
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900739source "arch/arm/cpu/armv7/omap4/Kconfig"
740
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900741source "arch/arm/cpu/armv7/omap5/Kconfig"
742
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900743source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900744
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900745source "arch/arm/cpu/armv7/rmobile/Kconfig"
746
Simon Glass2444dae2015-08-30 16:55:38 -0600747source "arch/arm/mach-rockchip/Kconfig"
748
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900749source "arch/arm/mach-s5pc1xx/Kconfig"
Simon Glass311757b2014-10-07 22:01:50 -0600750
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900751source "arch/arm/mach-socfpga/Kconfig"
752
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900753source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900754
Masahiro Yamada4c425572015-02-27 02:26:42 +0900755source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900756
Masahiro Yamada0107f242015-03-16 16:43:22 +0900757source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900758
Hans de Goedeea624e12014-11-14 09:34:30 +0100759source "arch/arm/cpu/armv7/Kconfig"
760
Siva Durga Prasad Paladugu75580002015-06-10 15:50:56 +0530761source "arch/arm/cpu/armv8/zynqmp/Kconfig"
762
Linus Walleij23b58772015-03-09 10:53:21 +0100763source "arch/arm/cpu/armv8/Kconfig"
764
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100765source "arch/arm/imx-common/Kconfig"
766
Masahiro Yamadadd840582014-07-30 14:08:14 +0900767source "board/BuR/kwb/Kconfig"
768source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900769source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900770source "board/Marvell/aspenite/Kconfig"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200771source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200772source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900773source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900774source "board/armadeus/apf27/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900775source "board/armltd/vexpress/Kconfig"
776source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900777source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900778source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800779source "board/broadcom/bcmcygnus/Kconfig"
780source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900781source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900782source "board/compulab/cm_t335/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400783source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900784source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900785source "board/denx/m28evk/Kconfig"
786source "board/denx/m53evk/Kconfig"
Prabhakar Kushwaha44937212015-11-09 16:42:07 +0530787source "board/freescale/ls2080a/Kconfig"
788source "board/freescale/ls2080aqds/Kconfig"
789source "board/freescale/ls2080ardb/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800790source "board/freescale/ls1021aqds/Kconfig"
Shaohui Xie02b5d2e2015-11-11 17:58:37 +0800791source "board/freescale/ls1043aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800792source "board/freescale/ls1021atwr/Kconfig"
Mingkai Huf3a8e2b2015-10-26 19:47:52 +0800793source "board/freescale/ls1043ardb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900794source "board/freescale/mx23evk/Kconfig"
795source "board/freescale/mx25pdk/Kconfig"
796source "board/freescale/mx28evk/Kconfig"
797source "board/freescale/mx31ads/Kconfig"
798source "board/freescale/mx31pdk/Kconfig"
799source "board/freescale/mx35pdk/Kconfig"
800source "board/freescale/mx51evk/Kconfig"
801source "board/freescale/mx53ard/Kconfig"
802source "board/freescale/mx53evk/Kconfig"
803source "board/freescale/mx53loco/Kconfig"
804source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900805source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900806source "board/gumstix/pepper/Kconfig"
807source "board/h2200/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400808source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900809source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900810source "board/isee/igep0033/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200811source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900812source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900813source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900814source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)931a1d22015-09-21 22:43:39 +0200815source "board/phytec/pcm052/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900816source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900817source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900818source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900819source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900820source "board/siemens/draco/Kconfig"
821source "board/siemens/pxm2/Kconfig"
822source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900823source "board/silica/pengwyn/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900824source "board/spear/spear300/Kconfig"
825source "board/spear/spear310/Kconfig"
826source "board/spear/spear320/Kconfig"
827source "board/spear/spear600/Kconfig"
828source "board/spear/x600/Kconfig"
rev13@wp.pled09a552015-03-01 12:44:42 +0100829source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800830source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900831source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900832source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d1b2982015-09-07 07:43:20 +0200833source "board/tcl/sl50/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900834source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900835source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800836source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900837source "board/ti/ti814x/Kconfig"
838source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900839source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900840source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530841source "board/toradex/colibri_vf/Kconfig"
Lucile Quirion9ee16892015-06-30 17:17:47 -0400842source "board/technologic/ts4800/Kconfig"
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200843source "board/vscom/baltos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900844source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200845source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900846
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900847source "arch/arm/Kconfig.debug"
848
Masahiro Yamadadd840582014-07-30 14:08:14 +0900849endmenu