blob: c4371c71733e2c29cf44ce3d39b1cfbe12d95ae0 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada016a9542014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
13config CPU_ARM720T
14 bool
15
16config CPU_ARM920T
17 bool
18
19config CPU_ARM926EJS
20 bool
21
22config CPU_ARM946ES
23 bool
24
25config CPU_ARM1136
26 bool
27
28config CPU_ARM1176
29 bool
30 select HAS_VBAR
31
32config CPU_V7
33 bool
34 select HAS_VBAR
35
rev13@wp.pl12d8a722015-03-01 12:44:39 +010036config CPU_V7M
37 bool
38
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010039config CPU_PXA
40 bool
41
42config CPU_SA1100
43 bool
44
45config SYS_CPU
46 default "arm720t" if CPU_ARM720T
47 default "arm920t" if CPU_ARM920T
48 default "arm926ejs" if CPU_ARM926EJS
49 default "arm946es" if CPU_ARM946ES
50 default "arm1136" if CPU_ARM1136
51 default "arm1176" if CPU_ARM1176
52 default "armv7" if CPU_V7
rev13@wp.pl12d8a722015-03-01 12:44:39 +010053 default "armv7m" if CPU_V7M
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010054 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
Masahiro Yamada01541ee2014-11-06 11:39:27 +090056 default "armv8" if ARM64
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010057
Linus Walleijf91afc42015-01-23 11:50:53 +010058config SEMIHOSTING
59 bool "support boot from semihosting"
60 help
61 In emulated environments, semihosting is a way for
62 the hosted environment to call out to the emulator to
63 retrieve files from the host machine.
64
Peng Fanf3e9bec2015-08-19 15:48:57 +080065config SYS_L2CACHE_OFF
66 bool "L2cache off"
67 help
68 If SoC does not support L2CACHE or one do not want to enable
69 L2CACHE, choose this option.
70
Masahiro Yamadadd840582014-07-30 14:08:14 +090071choice
72 prompt "Target select"
Simon Glassb928e652015-08-30 19:19:30 -060073 default TARGET_HIKEY
Masahiro Yamadadd840582014-07-30 14:08:14 +090074
Masahiro Yamada4614b892015-02-20 17:04:01 +090075config ARCH_AT91
76 bool "Atmel AT91"
Masahiro Yamadadd840582014-07-30 14:08:14 +090077
78config TARGET_EDB93XX
79 bool "Support edb93xx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010080 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090081
Masahiro Yamadadd840582014-07-30 14:08:14 +090082config TARGET_VCMA9
83 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010084 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090085
86config TARGET_SMDK2410
87 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010088 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090089
Masahiro Yamadadd840582014-07-30 14:08:14 +090090config TARGET_ASPENITE
91 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010092 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090093
94config TARGET_GPLUGD
95 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010096 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090097
Masahiro Yamada3491ba62014-08-31 07:11:01 +090098config ARCH_DAVINCI
99 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100100 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900101 help
102 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900103
Masahiro Yamada47539e22014-08-31 07:10:59 +0900104config KIRKWOOD
105 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100106 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900107
Stefan Roese2bae75a2015-04-25 06:29:56 +0200108config TARGET_DB_88F6820_GP
109 bool "Support DB-88F6820-GP"
110 select CPU_V7
111 select SUPPORT_SPL
112
Stefan Roesedd580802014-10-22 12:13:18 +0200113config TARGET_DB_MV784MP_GP
114 bool "Support db-mv784mp-gp"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900115 select CPU_V7
Stefan Roese25541672015-01-19 11:33:46 +0100116 select SUPPORT_SPL
Stefan Roesedd580802014-10-22 12:13:18 +0200117
Stefan Roesea4884832014-10-22 12:13:19 +0200118config TARGET_MAXBCM
119 bool "Support maxbcm"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900120 select CPU_V7
Stefan Roesee7778ec2015-01-19 11:33:47 +0100121 select SUPPORT_SPL
Stefan Roesea4884832014-10-22 12:13:19 +0200122
Masahiro Yamadadd840582014-07-30 14:08:14 +0900123config TARGET_DEVKIT3250
124 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100125 select CPU_ARM926EJS
Vladimir Zapolskiye9b3ce32015-07-18 01:47:11 +0300126 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900127
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200128config TARGET_WORK_92105
129 bool "Support work_92105"
130 select CPU_ARM926EJS
131 select SUPPORT_SPL
132
Masahiro Yamadadd840582014-07-30 14:08:14 +0900133config TARGET_MX25PDK
134 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100135 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900137config TARGET_ZMX25
138 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100139 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140
141config TARGET_APF27
142 bool "Support apf27"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100143 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900144 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900145
Masahiro Yamadadd840582014-07-30 14:08:14 +0900146config TARGET_APX4DEVKIT
147 bool "Support apx4devkit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100148 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900149 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900150
151config TARGET_XFI3
152 bool "Support xfi3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100153 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900154 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900155
156config TARGET_M28EVK
157 bool "Support m28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100158 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900159 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900160
161config TARGET_MX23EVK
162 bool "Support mx23evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100163 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900164 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900165
166config TARGET_MX28EVK
167 bool "Support mx28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100168 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900169 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900170
171config TARGET_MX23_OLINUXINO
172 bool "Support mx23_olinuxino"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100173 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900174 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900175
176config TARGET_BG0900
177 bool "Support bg0900"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100178 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900179 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900180
181config TARGET_SANSA_FUZE_PLUS
182 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100183 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900184 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900185
186config TARGET_SC_SPS_1
187 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100188 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900189 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900190
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900191config ORION5X
192 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100193 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194
Masahiro Yamadadd840582014-07-30 14:08:14 +0900195config TARGET_SPEAR300
196 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100197 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900198
199config TARGET_SPEAR310
200 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100201 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900202
203config TARGET_SPEAR320
204 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100205 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900206
207config TARGET_SPEAR600
208 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100209 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800211config TARGET_STV0991
212 bool "Support stv0991"
213 select CPU_V7
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900214 select DM
215 select DM_SERIAL
Vikas Manochae67abca2015-07-02 18:29:41 -0700216 select DM_SPI
217 select DM_SPI_FLASH
218 select SPI_FLASH
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800219
Masahiro Yamadadd840582014-07-30 14:08:14 +0900220config TARGET_X600
221 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100222 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900223 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900224
Masahiro Yamadadd840582014-07-30 14:08:14 +0900225config TARGET_IMX31_PHYCORE
226 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100227 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900228
Masahiro Yamadadd840582014-07-30 14:08:14 +0900229config TARGET_MX31ADS
230 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100231 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900232
233config TARGET_MX31PDK
234 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100235 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900236 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900237
Masahiro Yamadadd840582014-07-30 14:08:14 +0900238config TARGET_WOODBURN
239 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100240 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900241
242config TARGET_WOODBURN_SD
243 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100244 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900245 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900246
247config TARGET_FLEA3
248 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100249 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900250
251config TARGET_MX35PDK
252 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100253 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900254
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900255config ARCH_BCM283X
256 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900257 select DM
258 select DM_SERIAL
259 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700260
Masahiro Yamadadd840582014-07-30 14:08:14 +0900261config TARGET_VEXPRESS_CA15_TC2
262 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100263 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100264 select CPU_V7_HAS_NONSEC
265 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900266
267config TARGET_VEXPRESS_CA5X2
268 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100269 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900270
271config TARGET_VEXPRESS_CA9X4
272 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100273 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900274
275config TARGET_KWB
276 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100277 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900278 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900279
280config TARGET_TSERIES
281 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100282 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900283 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900284
285config TARGET_CM_T335
286 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100287 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900288 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900289 select DM
290 select DM_SERIAL
291 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900292
293config TARGET_PEPPER
294 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100295 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900296 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900297 select DM
298 select DM_SERIAL
299 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900300
301config TARGET_AM335X_IGEP0033
302 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100303 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900304 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900305 select DM
306 select DM_SERIAL
307 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900308
309config TARGET_PCM051
310 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100311 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900312 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900313 select DM
314 select DM_SERIAL
315 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900316
317config TARGET_DRACO
318 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100319 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900320 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900321
Heiko Schocher8c65a2f2015-06-15 14:57:15 +0200322config TARGET_THUBAN
323 bool "Support thuban"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100324 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900325 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900326
Heiko Schocher578056c2015-06-15 14:56:41 +0200327config TARGET_RASTABAN
328 bool "Support rastaban"
329 select CPU_V7
330 select SUPPORT_SPL
331
Masahiro Yamadadd840582014-07-30 14:08:14 +0900332config TARGET_PXM2
333 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100334 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900335 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900336
337config TARGET_RUT
338 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100339 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900340 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900341
342config TARGET_PENGWYN
343 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100344 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900345 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900346 select DM
347 select DM_SERIAL
348 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900349
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200350config TARGET_AM335X_BALTOS
351 bool "Support am335x_baltos"
352 select CPU_V7
353 select SUPPORT_SPL
354 select DM
355 select DM_SERIAL
356 select DM_GPIO
357
Masahiro Yamadadd840582014-07-30 14:08:14 +0900358config TARGET_AM335X_EVM
359 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100360 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900361 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900362 select DM
363 select DM_SERIAL
364 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900365
Enric Balletbò i Serra9d1b2982015-09-07 07:43:20 +0200366config TARGET_AM335X_SL50
367 bool "Support am335x_sl50"
368 select CPU_V7
369 select SUPPORT_SPL
370 select DM
371 select DM_SERIAL
372
Masahiro Yamadadd840582014-07-30 14:08:14 +0900373config TARGET_AM43XX_EVM
374 bool "Support am43xx_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100375 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900376 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900377
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800378config TARGET_BAV335X
379 bool "Support bav335x"
380 select CPU_V7
381 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900382 select DM
383 select DM_SERIAL
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800384 help
385 The BAV335x OEM Network Processor integrates all the functions of an
386 embedded network computer in a small, easy to use SODIMM module which
387 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
388 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
389 ethernet with simple connection to external connectors.
390
391 For more information, visit: http://birdland.com/oem
392
Masahiro Yamadadd840582014-07-30 14:08:14 +0900393config TARGET_TI814X_EVM
394 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100395 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900396 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900397
398config TARGET_TI816X_EVM
399 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100400 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900401 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900402
Masahiro Yamadadd840582014-07-30 14:08:14 +0900403config TARGET_BCM28155_AP
404 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100405 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900406
Steve Raeabb16782014-11-11 11:32:18 -0800407config TARGET_BCMCYGNUS
408 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100409 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700410
Steve Raeabb16782014-11-11 11:32:18 -0800411config TARGET_BCMNSP
412 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100413 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700414
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900415config ARCH_EXYNOS
416 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100417 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900418 select DM
419 select DM_SPI_FLASH
420 select DM_SERIAL
421 select DM_SPI
422 select DM_GPIO
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
Tom Rini45368822015-06-30 16:51:15 -0400525 select USB
Hans de Goedede1502c2015-06-17 20:54:07 +0200526 select USB_STORAGE
Hans de Goedeab27f302015-08-04 17:04:13 +0200527 select USB_KEYBOARD
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800528
Lucile Quirion9ee16892015-06-30 17:17:47 -0400529config TARGET_TS4800
530 bool "Support TS4800"
531 select CPU_V7
532
Masahiro Yamadadd840582014-07-30 14:08:14 +0900533config TARGET_VF610TWR
534 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100535 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900536
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530537config TARGET_COLIBRI_VF
538 bool "Support Colibri VF50/61"
539 select CPU_V7
540
Masahiro Yamada5ca269a2015-03-16 16:43:24 +0900541config ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900542 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100543 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900544 select SUPPORT_SPL
Jagan Tekid065cfd2015-06-29 14:17:32 +0530545 select OF_CONTROL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900546 select DM
Jagan Teki9f7a4502015-06-27 00:51:32 +0530547 select DM_SPI
548 select DM_SPI_FLASH
Masahiro Yamadadd840582014-07-30 14:08:14 +0900549
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +0530550config ARCH_ZYNQMP
Michal Simek84c72042015-01-15 10:01:51 +0100551 bool "Support Xilinx ZynqMP Platform"
552 select ARM64
553
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900554config TEGRA
555 bool "NVIDIA Tegra"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900556
Linus Walleijf91afc42015-01-23 11:50:53 +0100557config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900558 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900559 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900560
Linus Walleijf91afc42015-01-23 11:50:53 +0100561config TARGET_VEXPRESS64_BASE_FVP
562 bool "Support Versatile Express ARMv8a FVP BASE model"
563 select ARM64
564 select SEMIHOSTING
565
Linus Walleijffc10372015-01-23 14:41:10 +0100566config TARGET_VEXPRESS64_JUNO
567 bool "Support Versatile Express Juno Development Platform"
568 select ARM64
569
Masahiro Yamadadd840582014-07-30 14:08:14 +0900570config TARGET_LS2085A_EMU
571 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900572 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100573 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574
575config TARGET_LS2085A_SIMU
576 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900577 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100578 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900579
York Sun7288c2c2015-03-20 19:28:23 -0700580config TARGET_LS2085AQDS
581 bool "Support ls2085aqds"
582 select ARM64
583 select ARMV8_MULTIENTRY
Scott Woodb2d5ac52015-03-24 13:25:02 -0700584 select SUPPORT_SPL
York Sun7288c2c2015-03-20 19:28:23 -0700585 help
586 Support for Freescale LS2085AQDS platform
587 The LS2085A Development System (QDS) is a high-performance
588 development platform that supports the QorIQ LS2085A
589 Layerscape Architecture processor.
590
York Sune2b65ea2015-03-20 19:28:24 -0700591config TARGET_LS2085ARDB
592 bool "Support ls2085ardb"
593 select ARM64
594 select ARMV8_MULTIENTRY
Scott Wood32eda7c2015-03-24 13:25:03 -0700595 select SUPPORT_SPL
York Sune2b65ea2015-03-20 19:28:24 -0700596 help
597 Support for Freescale LS2085ARDB platform.
598 The LS2085A Reference design board (RDB) is a high-performance
599 development platform that supports the QorIQ LS2085A
600 Layerscape Architecture processor.
601
Peter Griffin11ac2362015-07-30 18:55:23 +0100602config TARGET_HIKEY
603 bool "Support HiKey 96boards Consumer Edition Platform"
604 select ARM64
605 help
606 Support for HiKey 96boards platform. It features a HI6220
607 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
608
Wang Huan550e3dc2014-09-05 13:52:44 +0800609config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800610 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100611 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800612 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800613
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800614config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800615 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100616 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800617 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800618
Masahiro Yamadadd840582014-07-30 14:08:14 +0900619config TARGET_H2200
620 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100621 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900622
Masahiro Yamadadd840582014-07-30 14:08:14 +0900623config TARGET_COLIBRI_PXA270
624 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100625 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900626
Masahiro Yamada66cba042014-10-03 19:21:07 +0900627config ARCH_UNIPHIER
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900628 bool "Socionext UniPhier SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100629 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900630 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900631 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900632 select OF_CONTROL
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +0900633 select SPL_OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900634 select DM
Masahiro Yamada92716142015-08-28 20:13:17 +0900635 select SPL_DM
Masahiro Yamada4e819952015-03-31 12:47:54 +0900636 select DM_SERIAL
637 select DM_I2C
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900638 help
639 Support for UniPhier SoC family developed by Socionext Inc.
640 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada66cba042014-10-03 19:21:07 +0900641
rev13@wp.pled09a552015-03-01 12:44:42 +0100642config TARGET_STM32F429_DISCOVERY
643 bool "Support STM32F429 Discovery"
644 select CPU_V7M
645
Simon Glass2444dae2015-08-30 16:55:38 -0600646config ARCH_ROCKCHIP
647 bool "Support Rockchip SoCs"
648 select SUPPORT_SPL
649 select SPL
650 select OF_CONTROL
651 select CPU_V7
652 select DM
653
Masahiro Yamadadd840582014-07-30 14:08:14 +0900654endchoice
655
Masahiro Yamada4614b892015-02-20 17:04:01 +0900656source "arch/arm/mach-at91/Kconfig"
657
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900658source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900659
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900660source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700661
Thomas Abraham77b55e82015-08-03 17:58:00 +0530662source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900663
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900664source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900665
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900666source "arch/arm/mach-integrator/Kconfig"
667
Masahiro Yamada39a72342015-02-20 17:04:11 +0900668source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900669
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900670source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900671
Adrian Alonso1a8150d2015-09-03 11:49:28 -0500672source "arch/arm/cpu/armv7/mx7/Kconfig"
673
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100674source "arch/arm/cpu/armv7/mx6/Kconfig"
675
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200676source "arch/arm/cpu/armv7/mx5/Kconfig"
677
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900678source "arch/arm/cpu/armv7/omap3/Kconfig"
679
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900680source "arch/arm/cpu/armv7/omap4/Kconfig"
681
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900682source "arch/arm/cpu/armv7/omap5/Kconfig"
683
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900684source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900685
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900686source "arch/arm/cpu/armv7/rmobile/Kconfig"
687
Simon Glass2444dae2015-08-30 16:55:38 -0600688source "arch/arm/mach-rockchip/Kconfig"
689
Simon Glass311757b2014-10-07 22:01:50 -0600690source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
691
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900692source "arch/arm/mach-socfpga/Kconfig"
693
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900694source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900695
Masahiro Yamada4c425572015-02-27 02:26:42 +0900696source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900697
Masahiro Yamada0107f242015-03-16 16:43:22 +0900698source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900699
Hans de Goedeea624e12014-11-14 09:34:30 +0100700source "arch/arm/cpu/armv7/Kconfig"
701
Siva Durga Prasad Paladugu75580002015-06-10 15:50:56 +0530702source "arch/arm/cpu/armv8/zynqmp/Kconfig"
703
Linus Walleij23b58772015-03-09 10:53:21 +0100704source "arch/arm/cpu/armv8/Kconfig"
705
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100706source "arch/arm/imx-common/Kconfig"
707
Masahiro Yamadadd840582014-07-30 14:08:14 +0900708source "board/BuR/kwb/Kconfig"
709source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900710source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900711source "board/Marvell/aspenite/Kconfig"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200712source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200713source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900714source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900715source "board/armadeus/apf27/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900716source "board/armltd/vexpress/Kconfig"
717source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900718source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900719source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800720source "board/broadcom/bcmcygnus/Kconfig"
721source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900722source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900723source "board/compulab/cm_t335/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400724source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900725source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900726source "board/denx/m28evk/Kconfig"
727source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900728source "board/freescale/ls2085a/Kconfig"
York Sun7288c2c2015-03-20 19:28:23 -0700729source "board/freescale/ls2085aqds/Kconfig"
York Sune2b65ea2015-03-20 19:28:24 -0700730source "board/freescale/ls2085ardb/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800731source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800732source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900733source "board/freescale/mx23evk/Kconfig"
734source "board/freescale/mx25pdk/Kconfig"
735source "board/freescale/mx28evk/Kconfig"
736source "board/freescale/mx31ads/Kconfig"
737source "board/freescale/mx31pdk/Kconfig"
738source "board/freescale/mx35pdk/Kconfig"
739source "board/freescale/mx51evk/Kconfig"
740source "board/freescale/mx53ard/Kconfig"
741source "board/freescale/mx53evk/Kconfig"
742source "board/freescale/mx53loco/Kconfig"
743source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900744source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900745source "board/gumstix/pepper/Kconfig"
746source "board/h2200/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400747source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900748source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900749source "board/isee/igep0033/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200750source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900751source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900752source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900753source "board/phytec/pcm051/Kconfig"
754source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900755source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900756source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900757source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900758source "board/siemens/draco/Kconfig"
759source "board/siemens/pxm2/Kconfig"
760source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900761source "board/silica/pengwyn/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900762source "board/spear/spear300/Kconfig"
763source "board/spear/spear310/Kconfig"
764source "board/spear/spear320/Kconfig"
765source "board/spear/spear600/Kconfig"
766source "board/spear/x600/Kconfig"
rev13@wp.pled09a552015-03-01 12:44:42 +0100767source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800768source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900769source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900770source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d1b2982015-09-07 07:43:20 +0200771source "board/tcl/sl50/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900772source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900773source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800774source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900775source "board/ti/ti814x/Kconfig"
776source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900777source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900778source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530779source "board/toradex/colibri_vf/Kconfig"
Lucile Quirion9ee16892015-06-30 17:17:47 -0400780source "board/technologic/ts4800/Kconfig"
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200781source "board/vscom/baltos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900782source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200783source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900784
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900785source "arch/arm/Kconfig.debug"
786
Masahiro Yamadadd840582014-07-30 14:08:14 +0900787endmenu