blob: cf0c2a759cc0d9bda7b35c215b9ee6dbacdb6120 [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"
Masahiro Yamada589907e2015-08-01 16:39:13 +090073 default ARCH_VERSATILE
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
82config TARGET_SCB9328
83 bool "Support scb9328"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010084 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090085
Masahiro Yamadadd840582014-07-30 14:08:14 +090086config TARGET_VCMA9
87 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010088 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090089
90config TARGET_SMDK2410
91 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010092 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090093
Masahiro Yamadadd840582014-07-30 14:08:14 +090094config TARGET_ASPENITE
95 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010096 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090097
98config TARGET_GPLUGD
99 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100100 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900101
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900102config ARCH_DAVINCI
103 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100104 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900105 help
106 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900107
Masahiro Yamada47539e22014-08-31 07:10:59 +0900108config KIRKWOOD
109 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100110 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900111
Stefan Roese2bae75a2015-04-25 06:29:56 +0200112config TARGET_DB_88F6820_GP
113 bool "Support DB-88F6820-GP"
114 select CPU_V7
115 select SUPPORT_SPL
116
Stefan Roesedd580802014-10-22 12:13:18 +0200117config TARGET_DB_MV784MP_GP
118 bool "Support db-mv784mp-gp"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900119 select CPU_V7
Stefan Roese25541672015-01-19 11:33:46 +0100120 select SUPPORT_SPL
Stefan Roesedd580802014-10-22 12:13:18 +0200121
Stefan Roesea4884832014-10-22 12:13:19 +0200122config TARGET_MAXBCM
123 bool "Support maxbcm"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900124 select CPU_V7
Stefan Roesee7778ec2015-01-19 11:33:47 +0100125 select SUPPORT_SPL
Stefan Roesea4884832014-10-22 12:13:19 +0200126
Masahiro Yamadadd840582014-07-30 14:08:14 +0900127config TARGET_DEVKIT3250
128 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100129 select CPU_ARM926EJS
Vladimir Zapolskiye9b3ce32015-07-18 01:47:11 +0300130 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900131
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200132config TARGET_WORK_92105
133 bool "Support work_92105"
134 select CPU_ARM926EJS
135 select SUPPORT_SPL
136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900137config TARGET_MX25PDK
138 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100139 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140
141config TARGET_TX25
142 bool "Support tx25"
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
146config TARGET_ZMX25
147 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100148 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900149
150config TARGET_APF27
151 bool "Support apf27"
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
Masahiro Yamadadd840582014-07-30 14:08:14 +0900155config TARGET_APX4DEVKIT
156 bool "Support apx4devkit"
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_XFI3
161 bool "Support xfi3"
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_M28EVK
166 bool "Support m28evk"
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_MX23EVK
171 bool "Support mx23evk"
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_MX28EVK
176 bool "Support mx28evk"
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_MX23_OLINUXINO
181 bool "Support mx23_olinuxino"
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_BG0900
186 bool "Support bg0900"
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
190config TARGET_SANSA_FUZE_PLUS
191 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100192 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900193 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194
195config TARGET_SC_SPS_1
196 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100197 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900198 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900199
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900200config ORION5X
201 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100202 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900203
Masahiro Yamadadd840582014-07-30 14:08:14 +0900204config TARGET_SPEAR300
205 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100206 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900207
208config TARGET_SPEAR310
209 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100210 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900211
212config TARGET_SPEAR320
213 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100214 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900215
216config TARGET_SPEAR600
217 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100218 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900219
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800220config TARGET_STV0991
221 bool "Support stv0991"
222 select CPU_V7
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900223 select DM
224 select DM_SERIAL
Vikas Manochae67abca2015-07-02 18:29:41 -0700225 select DM_SPI
226 select DM_SPI_FLASH
227 select SPI_FLASH
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800228
Masahiro Yamadadd840582014-07-30 14:08:14 +0900229config TARGET_X600
230 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100231 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900232 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900233
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900234config ARCH_VERSATILE
235 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100236 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900237
Masahiro Yamadadd840582014-07-30 14:08:14 +0900238config TARGET_IMX31_PHYCORE
239 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100240 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900241
242config TARGET_QONG
243 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100244 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900245
246config TARGET_MX31ADS
247 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100248 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900249
250config TARGET_MX31PDK
251 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100252 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900253 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900254
255config TARGET_TT01
256 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100257 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900258
Masahiro Yamadadd840582014-07-30 14:08:14 +0900259config TARGET_WOODBURN
260 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100261 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900262
263config TARGET_WOODBURN_SD
264 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100265 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900266 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900267
268config TARGET_FLEA3
269 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100270 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900271
272config TARGET_MX35PDK
273 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100274 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900275
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900276config ARCH_BCM283X
277 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900278 select DM
279 select DM_SERIAL
280 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700281
Masahiro Yamadadd840582014-07-30 14:08:14 +0900282config TARGET_VEXPRESS_CA15_TC2
283 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100284 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100285 select CPU_V7_HAS_NONSEC
286 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900287
288config TARGET_VEXPRESS_CA5X2
289 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100290 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900291
292config TARGET_VEXPRESS_CA9X4
293 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100294 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900295
296config TARGET_KWB
297 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100298 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900299 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900300
301config TARGET_TSERIES
302 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100303 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900304 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900305
306config TARGET_CM_T335
307 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100308 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900309 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900310 select DM
311 select DM_SERIAL
312 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900313
314config TARGET_PEPPER
315 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100316 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900317 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900318 select DM
319 select DM_SERIAL
320 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900321
322config TARGET_AM335X_IGEP0033
323 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100324 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900325 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900326 select DM
327 select DM_SERIAL
328 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900329
330config TARGET_PCM051
331 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100332 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900333 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900334 select DM
335 select DM_SERIAL
336 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900337
338config TARGET_DRACO
339 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100340 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900341 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900342
Heiko Schocher8c65a2f2015-06-15 14:57:15 +0200343config TARGET_THUBAN
344 bool "Support thuban"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100345 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900346 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900347
Heiko Schocher578056c2015-06-15 14:56:41 +0200348config TARGET_RASTABAN
349 bool "Support rastaban"
350 select CPU_V7
351 select SUPPORT_SPL
352
Masahiro Yamadadd840582014-07-30 14:08:14 +0900353config TARGET_PXM2
354 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100355 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900356 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900357
358config TARGET_RUT
359 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100360 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900361 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900362
363config TARGET_PENGWYN
364 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100365 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900366 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900367 select DM
368 select DM_SERIAL
369 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900370
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200371config TARGET_AM335X_BALTOS
372 bool "Support am335x_baltos"
373 select CPU_V7
374 select SUPPORT_SPL
375 select DM
376 select DM_SERIAL
377 select DM_GPIO
378
Masahiro Yamadadd840582014-07-30 14:08:14 +0900379config TARGET_AM335X_EVM
380 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100381 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900382 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900383 select DM
384 select DM_SERIAL
385 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900386
387config TARGET_AM43XX_EVM
388 bool "Support am43xx_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100389 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900390 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900391
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800392config TARGET_BAV335X
393 bool "Support bav335x"
394 select CPU_V7
395 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900396 select DM
397 select DM_SERIAL
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800398 help
399 The BAV335x OEM Network Processor integrates all the functions of an
400 embedded network computer in a small, easy to use SODIMM module which
401 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
402 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
403 ethernet with simple connection to external connectors.
404
405 For more information, visit: http://birdland.com/oem
406
Masahiro Yamadadd840582014-07-30 14:08:14 +0900407config TARGET_TI814X_EVM
408 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100409 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900410 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900411
412config TARGET_TI816X_EVM
413 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100414 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900415 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900416
Masahiro Yamadadd840582014-07-30 14:08:14 +0900417config TARGET_BCM28155_AP
418 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100419 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900420
Steve Raeabb16782014-11-11 11:32:18 -0800421config TARGET_BCMCYGNUS
422 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100423 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700424
Steve Raeabb16782014-11-11 11:32:18 -0800425config TARGET_BCMNSP
426 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100427 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700428
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900429config ARCH_EXYNOS
430 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100431 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900432 select DM
433 select DM_SPI_FLASH
434 select DM_SERIAL
435 select DM_SPI
436 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900437
Simon Glass311757b2014-10-07 22:01:50 -0600438config ARCH_S5PC1XX
439 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100440 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900441 select DM
442 select DM_SERIAL
443 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600444
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900445config ARCH_HIGHBANK
446 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100447 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900448
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900449config ARCH_INTEGRATOR
450 bool "ARM Ltd. Integrator family"
Linus Walleij3f394e72015-07-27 11:22:48 +0200451 select DM
452 select DM_SERIAL
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900453
Masahiro Yamadac338f092014-08-31 07:11:05 +0900454config ARCH_KEYSTONE
455 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100456 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900457 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900458
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100459config ARCH_MX6
460 bool "Freescale MX6"
461 select CPU_V7
462
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200463config ARCH_MX5
464 bool "Freescale MX5"
465 select CPU_V7
466
Masahiro Yamadadd840582014-07-30 14:08:14 +0900467config TARGET_M53EVK
468 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100469 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900470 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900471
Masahiro Yamadadd840582014-07-30 14:08:14 +0900472config TARGET_MX51EVK
473 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100474 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900475
476config TARGET_MX53ARD
477 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100478 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900479
480config TARGET_MX53EVK
481 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100482 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900483
484config TARGET_MX53LOCO
485 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100486 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900487
488config TARGET_MX53SMD
489 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100490 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900491
Masahiro Yamadadd840582014-07-30 14:08:14 +0900492config TARGET_VISION2
493 bool "Support vision2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100494 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900495
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900496config OMAP34XX
497 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100498 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900499
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900500config OMAP44XX
501 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100502 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900503 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900504
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900505config OMAP54XX
506 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100507 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900508 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900509
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900510config RMOBILE
511 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100512 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900513
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900514config ARCH_SOCFPGA
515 bool "Altera SOCFPGA family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100516 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900517 select SUPPORT_SPL
Marek Vasutdfd3dff2015-08-19 23:23:52 +0200518 select OF_CONTROL
519 select SPL_OF_CONTROL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900520 select DM
521 select DM_SPI_FLASH
522 select DM_SPI
Masahiro Yamadadd840582014-07-30 14:08:14 +0900523
Nikita Kiryanov8883dda2015-07-30 23:56:23 +0300524config TARGET_CM_T43
525 bool "Support cm_t43"
526 select CPU_V7
527 select SUPPORT_SPL
528
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100529config ARCH_SUNXI
530 bool "Support sunxi (Allwinner) SoCs"
Hans de Goedede1502c2015-06-17 20:54:07 +0200531 select CMD_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200532 select DM
533 select DM_GPIO
Tom Rini45368822015-06-30 16:51:15 -0400534 select DM_ETH
535 select DM_SERIAL
Hans de Goede91183ba2015-06-17 17:44:58 +0200536 select DM_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200537 select OF_CONTROL
538 select OF_SEPARATE
Tom Rini45368822015-06-30 16:51:15 -0400539 select USB
Hans de Goedede1502c2015-06-17 20:54:07 +0200540 select USB_STORAGE
Hans de Goedeab27f302015-08-04 17:04:13 +0200541 select USB_KEYBOARD
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800542
Lucile Quirion9ee16892015-06-30 17:17:47 -0400543config TARGET_TS4800
544 bool "Support TS4800"
545 select CPU_V7
546
Masahiro Yamadadd840582014-07-30 14:08:14 +0900547config TARGET_VF610TWR
548 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100549 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900550
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530551config TARGET_COLIBRI_VF
552 bool "Support Colibri VF50/61"
553 select CPU_V7
554
Masahiro Yamada5ca269a2015-03-16 16:43:24 +0900555config ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900556 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100557 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900558 select SUPPORT_SPL
Jagan Tekid065cfd2015-06-29 14:17:32 +0530559 select OF_CONTROL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900560 select DM
Jagan Teki9f7a4502015-06-27 00:51:32 +0530561 select DM_SPI
562 select DM_SPI_FLASH
Masahiro Yamadadd840582014-07-30 14:08:14 +0900563
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +0530564config ARCH_ZYNQMP
Michal Simek84c72042015-01-15 10:01:51 +0100565 bool "Support Xilinx ZynqMP Platform"
566 select ARM64
567
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900568config TEGRA
569 bool "NVIDIA Tegra"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900570
Linus Walleijf91afc42015-01-23 11:50:53 +0100571config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900572 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900573 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574
Linus Walleijf91afc42015-01-23 11:50:53 +0100575config TARGET_VEXPRESS64_BASE_FVP
576 bool "Support Versatile Express ARMv8a FVP BASE model"
577 select ARM64
578 select SEMIHOSTING
579
Linus Walleijffc10372015-01-23 14:41:10 +0100580config TARGET_VEXPRESS64_JUNO
581 bool "Support Versatile Express Juno Development Platform"
582 select ARM64
583
Masahiro Yamadadd840582014-07-30 14:08:14 +0900584config TARGET_LS2085A_EMU
585 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900586 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100587 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900588
589config TARGET_LS2085A_SIMU
590 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900591 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100592 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900593
York Sun7288c2c2015-03-20 19:28:23 -0700594config TARGET_LS2085AQDS
595 bool "Support ls2085aqds"
596 select ARM64
597 select ARMV8_MULTIENTRY
Scott Woodb2d5ac52015-03-24 13:25:02 -0700598 select SUPPORT_SPL
York Sun7288c2c2015-03-20 19:28:23 -0700599 help
600 Support for Freescale LS2085AQDS platform
601 The LS2085A Development System (QDS) is a high-performance
602 development platform that supports the QorIQ LS2085A
603 Layerscape Architecture processor.
604
York Sune2b65ea2015-03-20 19:28:24 -0700605config TARGET_LS2085ARDB
606 bool "Support ls2085ardb"
607 select ARM64
608 select ARMV8_MULTIENTRY
Scott Wood32eda7c2015-03-24 13:25:03 -0700609 select SUPPORT_SPL
York Sune2b65ea2015-03-20 19:28:24 -0700610 help
611 Support for Freescale LS2085ARDB platform.
612 The LS2085A Reference design board (RDB) is a high-performance
613 development platform that supports the QorIQ LS2085A
614 Layerscape Architecture processor.
615
Peter Griffin11ac2362015-07-30 18:55:23 +0100616config TARGET_HIKEY
617 bool "Support HiKey 96boards Consumer Edition Platform"
618 select ARM64
619 help
620 Support for HiKey 96boards platform. It features a HI6220
621 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
622
Wang Huan550e3dc2014-09-05 13:52:44 +0800623config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800624 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100625 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800626 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800627
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800628config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800629 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100630 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800631 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800632
Masahiro Yamadadd840582014-07-30 14:08:14 +0900633config TARGET_H2200
634 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100635 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900636
Masahiro Yamadadd840582014-07-30 14:08:14 +0900637config TARGET_PALMTC
638 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100639 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900640
641config TARGET_PALMTREO680
642 bool "Support palmtreo680"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100643 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900644 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900645
646config TARGET_PXA255_IDP
647 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100648 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900649
650config TARGET_TRIZEPSIV
651 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100652 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900653
654config TARGET_VPAC270
655 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100656 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900657 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900658
659config TARGET_XAENIAX
660 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100661 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900662
663config TARGET_ZIPITZ2
664 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100665 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900666
Masahiro Yamadadd840582014-07-30 14:08:14 +0900667config TARGET_COLIBRI_PXA270
668 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100669 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900670
Masahiro Yamada66cba042014-10-03 19:21:07 +0900671config ARCH_UNIPHIER
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900672 bool "Socionext UniPhier SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100673 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900674 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900675 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900676 select OF_CONTROL
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +0900677 select SPL_OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900678 select DM
Masahiro Yamada92716142015-08-28 20:13:17 +0900679 select SPL_DM
Masahiro Yamada4e819952015-03-31 12:47:54 +0900680 select DM_SERIAL
681 select DM_I2C
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900682 help
683 Support for UniPhier SoC family developed by Socionext Inc.
684 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada66cba042014-10-03 19:21:07 +0900685
rev13@wp.pled09a552015-03-01 12:44:42 +0100686config TARGET_STM32F429_DISCOVERY
687 bool "Support STM32F429 Discovery"
688 select CPU_V7M
689
Simon Glass2444dae2015-08-30 16:55:38 -0600690config ARCH_ROCKCHIP
691 bool "Support Rockchip SoCs"
692 select SUPPORT_SPL
693 select SPL
694 select OF_CONTROL
695 select CPU_V7
696 select DM
697
Masahiro Yamadadd840582014-07-30 14:08:14 +0900698endchoice
699
Masahiro Yamada4614b892015-02-20 17:04:01 +0900700source "arch/arm/mach-at91/Kconfig"
701
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900702source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900703
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900704source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700705
Thomas Abraham77b55e82015-08-03 17:58:00 +0530706source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900707
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900708source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900709
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900710source "arch/arm/mach-integrator/Kconfig"
711
Masahiro Yamada39a72342015-02-20 17:04:11 +0900712source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900713
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900714source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900715
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100716source "arch/arm/cpu/armv7/mx6/Kconfig"
717
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200718source "arch/arm/cpu/armv7/mx5/Kconfig"
719
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900720source "arch/arm/cpu/armv7/omap3/Kconfig"
721
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900722source "arch/arm/cpu/armv7/omap4/Kconfig"
723
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900724source "arch/arm/cpu/armv7/omap5/Kconfig"
725
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900726source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900727
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900728source "arch/arm/cpu/armv7/rmobile/Kconfig"
729
Simon Glass2444dae2015-08-30 16:55:38 -0600730source "arch/arm/mach-rockchip/Kconfig"
731
Simon Glass311757b2014-10-07 22:01:50 -0600732source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
733
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900734source "arch/arm/mach-socfpga/Kconfig"
735
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900736source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900737
Masahiro Yamada4c425572015-02-27 02:26:42 +0900738source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900739
Masahiro Yamada63637a42015-02-20 17:04:10 +0900740source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900741
Masahiro Yamada0107f242015-03-16 16:43:22 +0900742source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900743
Hans de Goedeea624e12014-11-14 09:34:30 +0100744source "arch/arm/cpu/armv7/Kconfig"
745
Siva Durga Prasad Paladugu75580002015-06-10 15:50:56 +0530746source "arch/arm/cpu/armv8/zynqmp/Kconfig"
747
Linus Walleij23b58772015-03-09 10:53:21 +0100748source "arch/arm/cpu/armv8/Kconfig"
749
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100750source "arch/arm/imx-common/Kconfig"
751
Masahiro Yamadadd840582014-07-30 14:08:14 +0900752source "board/BuR/kwb/Kconfig"
753source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900754source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900755source "board/Marvell/aspenite/Kconfig"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200756source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200757source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900758source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900759source "board/armadeus/apf27/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900760source "board/armltd/vexpress/Kconfig"
761source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900762source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900763source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800764source "board/broadcom/bcmcygnus/Kconfig"
765source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900766source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900767source "board/compulab/cm_t335/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400768source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900769source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900770source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900771source "board/denx/m28evk/Kconfig"
772source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900773source "board/freescale/ls2085a/Kconfig"
York Sun7288c2c2015-03-20 19:28:23 -0700774source "board/freescale/ls2085aqds/Kconfig"
York Sune2b65ea2015-03-20 19:28:24 -0700775source "board/freescale/ls2085ardb/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800776source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800777source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-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 Yamadadd840582014-07-30 14:08:14 +0900789source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900790source "board/gumstix/pepper/Kconfig"
791source "board/h2200/Kconfig"
792source "board/hale/tt01/Kconfig"
Tom Rini345243e2015-09-02 15:32:20 -0400793source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900794source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900795source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900796source "board/karo/tx25/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200797source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900798source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900799source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900800source "board/palmtc/Kconfig"
801source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900802source "board/phytec/pcm051/Kconfig"
803source "board/ppcag/bg0900/Kconfig"
804source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900805source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900806source "board/sandisk/sansa_fuze_plus/Kconfig"
807source "board/scb9328/Kconfig"
808source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900809source "board/siemens/draco/Kconfig"
810source "board/siemens/pxm2/Kconfig"
811source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900812source "board/silica/pengwyn/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900813source "board/spear/spear300/Kconfig"
814source "board/spear/spear310/Kconfig"
815source "board/spear/spear320/Kconfig"
816source "board/spear/spear600/Kconfig"
817source "board/spear/x600/Kconfig"
rev13@wp.pled09a552015-03-01 12:44:42 +0100818source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800819source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900820source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900821source "board/syteco/zmx25/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900822source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900823source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800824source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900825source "board/ti/ti814x/Kconfig"
826source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900827source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900828source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530829source "board/toradex/colibri_vf/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900830source "board/trizepsiv/Kconfig"
Lucile Quirion9ee16892015-06-30 17:17:47 -0400831source "board/technologic/ts4800/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900832source "board/ttcontrol/vision2/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900833source "board/vpac270/Kconfig"
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200834source "board/vscom/baltos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900835source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200836source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900837source "board/xaeniax/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900838source "board/zipitz2/Kconfig"
839
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900840source "arch/arm/Kconfig.debug"
841
Masahiro Yamadadd840582014-07-30 14:08:14 +0900842endmenu