blob: 29abdcc695e441578576b59c4b3c37dfd4bf4228 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada0d46c342014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
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.plb3b57e82015-03-01 12:44:39 +010036config CPU_V7M
37 bool
38
Georges Savoundararadj3bae15f2014-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.plb3b57e82015-03-01 12:44:39 +010053 default "armv7m" if CPU_V7M
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010054 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
Masahiro Yamadadade3b02014-11-06 11:39:27 +090056 default "armv8" if ARM64
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010057
Linus Walleij800d6fd2015-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 Fan10ddab42015-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 Yamadad3ae6782014-07-30 14:08:14 +090071choice
72 prompt "Target select"
Simon Glassdfd904a2015-08-30 19:19:30 -060073 default TARGET_HIKEY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090074
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090075config ARCH_AT91
76 bool "Atmel AT91"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090077
78config TARGET_EDB93XX
79 bool "Support edb93xx"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010080 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090081
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090082config TARGET_VCMA9
83 bool "Support VCMA9"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010084 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090085
86config TARGET_SMDK2410
87 bool "Support smdk2410"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010088 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090089
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090090config TARGET_ASPENITE
91 bool "Support aspenite"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010092 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090093
94config TARGET_GPLUGD
95 bool "Support gplugd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010096 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090097
Masahiro Yamadae604ef92014-08-31 07:11:01 +090098config ARCH_DAVINCI
99 bool "TI DaVinci"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100100 select CPU_ARM926EJS
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900101 help
102 Support for TI's DaVinci platform.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900103
Masahiro Yamadad7570852014-08-31 07:10:59 +0900104config KIRKWOOD
105 bool "Marvell Kirkwood"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100106 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900107
Stefan Roese383e0c12015-08-25 13:18:38 +0200108config ARCH_MVEBU
109 bool "Marvell MVEBU family (Armada XP/38x)"
Stefan Roese073efd72015-04-25 06:29:56 +0200110 select CPU_V7
111 select SUPPORT_SPL
112
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900113config TARGET_DEVKIT3250
114 bool "Support devkit3250"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100115 select CPU_ARM926EJS
Vladimir Zapolskiy89f86a22015-07-18 01:47:11 +0300116 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900117
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200118config TARGET_WORK_92105
119 bool "Support work_92105"
120 select CPU_ARM926EJS
121 select SUPPORT_SPL
122
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900123config TARGET_MX25PDK
124 bool "Support mx25pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100125 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900126
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900127config TARGET_ZMX25
128 bool "Support zmx25"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100129 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900130
131config TARGET_APF27
132 bool "Support apf27"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100133 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900134 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900135
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900136config TARGET_APX4DEVKIT
137 bool "Support apx4devkit"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100138 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900139 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900140
141config TARGET_XFI3
142 bool "Support xfi3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100143 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900144 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900145
146config TARGET_M28EVK
147 bool "Support m28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100148 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900149 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900150
151config TARGET_MX23EVK
152 bool "Support mx23evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100153 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900154 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900155
156config TARGET_MX28EVK
157 bool "Support mx28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100158 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900159 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900160
161config TARGET_MX23_OLINUXINO
162 bool "Support mx23_olinuxino"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100163 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900164 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900165
166config TARGET_BG0900
167 bool "Support bg0900"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100168 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900169 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900170
171config TARGET_SANSA_FUZE_PLUS
172 bool "Support sansa_fuze_plus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100173 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900174 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900175
176config TARGET_SC_SPS_1
177 bool "Support sc_sps_1"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100178 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900179 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900180
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900181config ORION5X
182 bool "Marvell Orion"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100183 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900184
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900185config TARGET_SPEAR300
186 bool "Support spear300"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100187 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900188
189config TARGET_SPEAR310
190 bool "Support spear310"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100191 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900192
193config TARGET_SPEAR320
194 bool "Support spear320"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100195 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900196
197config TARGET_SPEAR600
198 bool "Support spear600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100199 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900200
Vikas Manocha33913c52014-11-18 10:42:22 -0800201config TARGET_STV0991
202 bool "Support stv0991"
203 select CPU_V7
Masahiro Yamada0906a822015-03-31 12:48:01 +0900204 select DM
205 select DM_SERIAL
Vikas Manocha8cc062f2015-07-02 18:29:41 -0700206 select DM_SPI
207 select DM_SPI_FLASH
208 select SPI_FLASH
Vikas Manocha33913c52014-11-18 10:42:22 -0800209
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900210config TARGET_X600
211 bool "Support x600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100212 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900213 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900214
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900215config TARGET_IMX31_PHYCORE
216 bool "Support imx31_phycore"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100217 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900218
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900219config TARGET_MX31ADS
220 bool "Support mx31ads"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100221 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900222
223config TARGET_MX31PDK
224 bool "Support mx31pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100225 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900226 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900227
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900228config TARGET_WOODBURN
229 bool "Support woodburn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100230 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900231
232config TARGET_WOODBURN_SD
233 bool "Support woodburn_sd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100234 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900235 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900236
237config TARGET_FLEA3
238 bool "Support flea3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100239 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900240
241config TARGET_MX35PDK
242 bool "Support mx35pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100243 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900244
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900245config ARCH_BCM283X
246 bool "Broadcom BCM283X family"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900247 select DM
248 select DM_SERIAL
249 select DM_GPIO
Stephen Warrendc7ea682015-02-16 12:16:15 -0700250
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900251config TARGET_VEXPRESS_CA15_TC2
252 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100253 select CPU_V7
Hans de Goede85437352014-11-14 09:34:30 +0100254 select CPU_V7_HAS_NONSEC
255 select CPU_V7_HAS_VIRT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900256
257config TARGET_VEXPRESS_CA5X2
258 bool "Support vexpress_ca5x2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100259 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900260
261config TARGET_VEXPRESS_CA9X4
262 bool "Support vexpress_ca9x4"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100263 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900264
265config TARGET_KWB
266 bool "Support kwb"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100267 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900268 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900269
270config TARGET_TSERIES
271 bool "Support tseries"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100272 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900273 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900274
275config TARGET_CM_T335
276 bool "Support cm_t335"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100277 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900278 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900279 select DM
280 select DM_SERIAL
281 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900282
283config TARGET_PEPPER
284 bool "Support pepper"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100285 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900286 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900287 select DM
288 select DM_SERIAL
289 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900290
291config TARGET_AM335X_IGEP0033
292 bool "Support am335x_igep0033"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100293 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900294 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900295 select DM
296 select DM_SERIAL
297 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900298
299config TARGET_PCM051
300 bool "Support pcm051"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100301 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900302 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900303 select DM
304 select DM_SERIAL
305 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900306
307config TARGET_DRACO
308 bool "Support draco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100309 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900310 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900311
Heiko Schocher9ba67f22015-06-15 14:57:15 +0200312config TARGET_THUBAN
313 bool "Support thuban"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100314 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900315 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900316
Heiko Schocherb7a6d142015-06-15 14:56:41 +0200317config TARGET_RASTABAN
318 bool "Support rastaban"
319 select CPU_V7
320 select SUPPORT_SPL
321
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900322config TARGET_PXM2
323 bool "Support pxm2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100324 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900325 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900326
327config TARGET_RUT
328 bool "Support rut"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100329 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900330 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900331
332config TARGET_PENGWYN
333 bool "Support pengwyn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100334 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900335 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900336 select DM
337 select DM_SERIAL
338 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900339
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200340config TARGET_AM335X_BALTOS
341 bool "Support am335x_baltos"
342 select CPU_V7
343 select SUPPORT_SPL
344 select DM
345 select DM_SERIAL
346 select DM_GPIO
347
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900348config TARGET_AM335X_EVM
349 bool "Support am335x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100350 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900351 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900352 select DM
353 select DM_SERIAL
354 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900355
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200356config TARGET_AM335X_SL50
357 bool "Support am335x_sl50"
358 select CPU_V7
359 select SUPPORT_SPL
360 select DM
361 select DM_SERIAL
362
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900363config TARGET_AM43XX_EVM
364 bool "Support am43xx_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100365 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900366 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900367
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800368config TARGET_BAV335X
369 bool "Support bav335x"
370 select CPU_V7
371 select SUPPORT_SPL
Masahiro Yamada20c57812015-03-31 12:48:00 +0900372 select DM
373 select DM_SERIAL
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800374 help
375 The BAV335x OEM Network Processor integrates all the functions of an
376 embedded network computer in a small, easy to use SODIMM module which
377 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
378 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
379 ethernet with simple connection to external connectors.
380
381 For more information, visit: http://birdland.com/oem
382
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900383config TARGET_TI814X_EVM
384 bool "Support ti814x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100385 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900386 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900387
388config TARGET_TI816X_EVM
389 bool "Support ti816x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100390 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900391 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900392
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900393config TARGET_BCM28155_AP
394 bool "Support bcm28155_ap"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100395 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900396
Steve Rae1c5f31c2014-11-11 11:32:18 -0800397config TARGET_BCMCYGNUS
398 bool "Support bcmcygnus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100399 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700400
Steve Rae1c5f31c2014-11-11 11:32:18 -0800401config TARGET_BCMNSP
402 bool "Support bcmnsp"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100403 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700404
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900405config ARCH_EXYNOS
406 bool "Samsung EXYNOS"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100407 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900408 select DM
409 select DM_SPI_FLASH
410 select DM_SERIAL
411 select DM_SPI
412 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900413
Simon Glass96aa0722014-10-07 22:01:50 -0600414config ARCH_S5PC1XX
415 bool "Samsung S5PC1XX"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100416 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900417 select DM
418 select DM_SERIAL
419 select DM_GPIO
Simon Glass96aa0722014-10-07 22:01:50 -0600420
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900421config ARCH_HIGHBANK
422 bool "Calxeda Highbank"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100423 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900424
Masahiro Yamadacad44162015-04-21 21:59:36 +0900425config ARCH_INTEGRATOR
426 bool "ARM Ltd. Integrator family"
Linus Walleij616d9a02015-07-27 11:22:48 +0200427 select DM
428 select DM_SERIAL
Masahiro Yamadacad44162015-04-21 21:59:36 +0900429
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900430config ARCH_KEYSTONE
431 bool "TI Keystone"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100432 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900433 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900434
Adrian Alonso98810772015-09-03 11:49:28 -0500435config ARCH_MX7
436 bool "Freescale MX7"
437 select CPU_V7
438
Boris BREZILLON51e82662015-03-04 13:13:03 +0100439config ARCH_MX6
440 bool "Freescale MX6"
441 select CPU_V7
442
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200443config ARCH_MX5
444 bool "Freescale MX5"
445 select CPU_V7
446
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900447config TARGET_M53EVK
448 bool "Support m53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100449 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900450 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900451
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900452config TARGET_MX51EVK
453 bool "Support mx51evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100454 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900455
456config TARGET_MX53ARD
457 bool "Support mx53ard"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100458 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900459
460config TARGET_MX53EVK
461 bool "Support mx53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100462 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900463
464config TARGET_MX53LOCO
465 bool "Support mx53loco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100466 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900467
468config TARGET_MX53SMD
469 bool "Support mx53smd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100470 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900471
Masahiro Yamadadd678432014-08-31 07:11:02 +0900472config OMAP34XX
473 bool "OMAP34XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100474 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900475
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900476config OMAP44XX
477 bool "OMAP44XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100478 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900479 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900480
Masahiro Yamada420b8162014-08-31 07:11:04 +0900481config OMAP54XX
482 bool "OMAP54XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100483 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900484 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900485
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900486config RMOBILE
487 bool "Renesas ARM SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100488 select CPU_V7
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300489
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900490config ARCH_SOCFPGA
491 bool "Altera SOCFPGA family"
Marek Vasut69295472014-12-30 18:16:08 +0100492 select CPU_V7
493 select SUPPORT_SPL
Marek Vasutf44fb6f2015-08-19 23:23:52 +0200494 select OF_CONTROL
495 select SPL_OF_CONTROL
Masahiro Yamadae2005542015-03-31 12:47:59 +0900496 select DM
497 select DM_SPI_FLASH
498 select DM_SPI
Marek Vasut69295472014-12-30 18:16:08 +0100499
Nikita Kiryanov2b7487c2015-07-30 23:56:23 +0300500config TARGET_CM_T43
501 bool "Support cm_t43"
502 select CPU_V7
503 select SUPPORT_SPL
504
Ian Campbelld8e69e02014-10-24 21:20:44 +0100505config ARCH_SUNXI
506 bool "Support sunxi (Allwinner) SoCs"
Hans de Goede16eac6562015-06-17 20:54:07 +0200507 select CMD_USB
Hans de Goede03914882015-04-15 20:46:48 +0200508 select DM
509 select DM_GPIO
Tom Rini10e87172015-06-30 16:51:15 -0400510 select DM_ETH
511 select DM_SERIAL
Hans de Goede0b3845a2015-06-17 17:44:58 +0200512 select DM_USB
Hans de Goede03914882015-04-15 20:46:48 +0200513 select OF_CONTROL
514 select OF_SEPARATE
Tom Rini10e87172015-06-30 16:51:15 -0400515 select USB
Hans de Goede16eac6562015-06-17 20:54:07 +0200516 select USB_STORAGE
Hans de Goede35e80a42015-08-04 17:04:13 +0200517 select USB_KEYBOARD
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800518
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400519config TARGET_TS4800
520 bool "Support TS4800"
521 select CPU_V7
522
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900523config TARGET_VF610TWR
524 bool "Support vf610twr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100525 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900526
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530527config TARGET_COLIBRI_VF
528 bool "Support Colibri VF50/61"
529 select CPU_V7
530
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200531config TARGET_PCM052
532 bool "Support pcm-052"
533 select CPU_V7
534
Masahiro Yamada8204bd12015-03-16 16:43:24 +0900535config ARCH_ZYNQ
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900536 bool "Xilinx Zynq Platform"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100537 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900538 select SUPPORT_SPL
Jagan Tekif522bf52015-06-29 14:17:32 +0530539 select OF_CONTROL
Masahiro Yamada2df07d42015-03-31 12:47:55 +0900540 select DM
Jagan Teki0bd03a52015-06-27 00:51:32 +0530541 select DM_SPI
542 select DM_SPI_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900543
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +0530544config ARCH_ZYNQMP
Michal Simek04b7e622015-01-15 10:01:51 +0100545 bool "Support Xilinx ZynqMP Platform"
546 select ARM64
547
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900548config TEGRA
549 bool "NVIDIA Tegra"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900550
Linus Walleij800d6fd2015-01-23 11:50:53 +0100551config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900552 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900553 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900554
Linus Walleij800d6fd2015-01-23 11:50:53 +0100555config TARGET_VEXPRESS64_BASE_FVP
556 bool "Support Versatile Express ARMv8a FVP BASE model"
557 select ARM64
558 select SEMIHOSTING
559
Ryan Harkinb6b96652015-10-09 17:18:02 +0100560config TARGET_VEXPRESS64_BASE_FVP_DRAM
561 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
562 select ARM64
563 help
564 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
565 the default config to allow the user to load the images directly into
566 DRAM using model parameters rather than by using semi-hosting to load
567 the files from the host filesystem.
568
Linus Walleijc5822502015-01-23 14:41:10 +0100569config TARGET_VEXPRESS64_JUNO
570 bool "Support Versatile Express Juno Development Platform"
571 select ARM64
572
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900573config TARGET_LS2085A_EMU
574 bool "Support ls2085a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900575 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100576 select ARMV8_MULTIENTRY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900577
578config TARGET_LS2085A_SIMU
579 bool "Support ls2085a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900580 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100581 select ARMV8_MULTIENTRY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900582
York Sun03017032015-03-20 19:28:23 -0700583config TARGET_LS2085AQDS
584 bool "Support ls2085aqds"
585 select ARM64
586 select ARMV8_MULTIENTRY
Scott Wood8e728cd2015-03-24 13:25:02 -0700587 select SUPPORT_SPL
York Sun03017032015-03-20 19:28:23 -0700588 help
589 Support for Freescale LS2085AQDS platform
590 The LS2085A Development System (QDS) is a high-performance
591 development platform that supports the QorIQ LS2085A
592 Layerscape Architecture processor.
593
York Sune12abcb2015-03-20 19:28:24 -0700594config TARGET_LS2085ARDB
595 bool "Support ls2085ardb"
596 select ARM64
597 select ARMV8_MULTIENTRY
Scott Wood212b8d82015-03-24 13:25:03 -0700598 select SUPPORT_SPL
York Sune12abcb2015-03-20 19:28:24 -0700599 help
600 Support for Freescale LS2085ARDB platform.
601 The LS2085A Reference design board (RDB) is a high-performance
602 development platform that supports the QorIQ LS2085A
603 Layerscape Architecture processor.
604
Peter Griffin31f327e2015-07-30 18:55:23 +0100605config TARGET_HIKEY
606 bool "Support HiKey 96boards Consumer Edition Platform"
607 select ARM64
Peter Griffinff9302f2015-09-10 21:55:16 +0100608 select DM
609 select DM_GPIO
Peter Griffin0382c642015-09-10 21:55:17 +0100610 select DM_SERIAL
Peter Griffin31f327e2015-07-30 18:55:23 +0100611 help
612 Support for HiKey 96boards platform. It features a HI6220
613 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
614
Wang Huanf0ce7d62014-09-05 13:52:44 +0800615config TARGET_LS1021AQDS
Alison Wang6ea8ad42014-12-03 16:18:09 +0800616 bool "Support ls1021aqds"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100617 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800618 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800619config TARGET_LS1021ATWR
Alison Wang6ea8ad42014-12-03 16:18:09 +0800620 bool "Support ls1021atwr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100621 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800622 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800623
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900624config TARGET_H2200
625 bool "Support h2200"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100626 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900627
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900628config TARGET_COLIBRI_PXA270
629 bool "Support colibri_pxa270"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100630 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900631
Masahiro Yamada82069432014-10-03 19:21:07 +0900632config ARCH_UNIPHIER
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900633 bool "Socionext UniPhier SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100634 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900635 select SUPPORT_SPL
Masahiro Yamada9c9a3e12014-12-18 19:11:03 +0900636 select SPL
Masahiro Yamadacfc2f7d2015-02-24 22:26:21 +0900637 select OF_CONTROL
Masahiro Yamada47eb9a82015-08-28 20:13:18 +0900638 select SPL_OF_CONTROL
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900639 select DM
Masahiro Yamadad1066ba2015-08-28 20:13:17 +0900640 select SPL_DM
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900641 select DM_SERIAL
642 select DM_I2C
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900643 help
644 Support for UniPhier SoC family developed by Socionext Inc.
645 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada82069432014-10-03 19:21:07 +0900646
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100647config TARGET_STM32F429_DISCOVERY
648 bool "Support STM32F429 Discovery"
649 select CPU_V7M
650
Simon Glass2cffe662015-08-30 16:55:38 -0600651config ARCH_ROCKCHIP
652 bool "Support Rockchip SoCs"
653 select SUPPORT_SPL
654 select SPL
655 select OF_CONTROL
656 select CPU_V7
657 select DM
658
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900659endchoice
660
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900661source "arch/arm/mach-at91/Kconfig"
662
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900663source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900664
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900665source "arch/arm/mach-davinci/Kconfig"
Simon Glass13fc6a22015-02-05 21:41:39 -0700666
Thomas Abraham74f84862015-08-03 17:58:00 +0530667source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900668
Masahiro Yamada95ec48b2015-02-20 17:04:08 +0900669source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900670
Masahiro Yamadacad44162015-04-21 21:59:36 +0900671source "arch/arm/mach-integrator/Kconfig"
672
Masahiro Yamadaf058b792015-02-20 17:04:11 +0900673source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900674
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900675source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamadad7570852014-08-31 07:10:59 +0900676
Stefan Roese383e0c12015-08-25 13:18:38 +0200677source "arch/arm/mach-mvebu/Kconfig"
678
Adrian Alonso98810772015-09-03 11:49:28 -0500679source "arch/arm/cpu/armv7/mx7/Kconfig"
680
Boris BREZILLON51e82662015-03-04 13:13:03 +0100681source "arch/arm/cpu/armv7/mx6/Kconfig"
682
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200683source "arch/arm/cpu/armv7/mx5/Kconfig"
684
Masahiro Yamadadd678432014-08-31 07:11:02 +0900685source "arch/arm/cpu/armv7/omap3/Kconfig"
686
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900687source "arch/arm/cpu/armv7/omap4/Kconfig"
688
Masahiro Yamada420b8162014-08-31 07:11:04 +0900689source "arch/arm/cpu/armv7/omap5/Kconfig"
690
Masahiro Yamada22537642015-02-20 17:04:09 +0900691source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900692
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900693source "arch/arm/cpu/armv7/rmobile/Kconfig"
694
Simon Glass2cffe662015-08-30 16:55:38 -0600695source "arch/arm/mach-rockchip/Kconfig"
696
Simon Glass96aa0722014-10-07 22:01:50 -0600697source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
698
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900699source "arch/arm/mach-socfpga/Kconfig"
700
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900701source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900702
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900703source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada82069432014-10-03 19:21:07 +0900704
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900705source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900706
Hans de Goede85437352014-11-14 09:34:30 +0100707source "arch/arm/cpu/armv7/Kconfig"
708
Siva Durga Prasad Paladugu4095bc22015-06-10 15:50:56 +0530709source "arch/arm/cpu/armv8/zynqmp/Kconfig"
710
Linus Walleij74771392015-03-09 10:53:21 +0100711source "arch/arm/cpu/armv8/Kconfig"
712
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +0100713source "arch/arm/imx-common/Kconfig"
714
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900715source "board/BuR/kwb/Kconfig"
716source "board/BuR/tseries/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900717source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900718source "board/Marvell/aspenite/Kconfig"
Stefan Roese073efd72015-04-25 06:29:56 +0200719source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roese03915772014-10-22 12:13:18 +0200720source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900721source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900722source "board/armadeus/apf27/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900723source "board/armltd/vexpress/Kconfig"
724source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900725source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900726source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae1c5f31c2014-11-11 11:32:18 -0800727source "board/broadcom/bcmcygnus/Kconfig"
728source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900729source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900730source "board/compulab/cm_t335/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400731source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900732source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900733source "board/denx/m28evk/Kconfig"
734source "board/denx/m53evk/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900735source "board/freescale/ls2085a/Kconfig"
York Sun03017032015-03-20 19:28:23 -0700736source "board/freescale/ls2085aqds/Kconfig"
York Sune12abcb2015-03-20 19:28:24 -0700737source "board/freescale/ls2085ardb/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800738source "board/freescale/ls1021aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800739source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900740source "board/freescale/mx23evk/Kconfig"
741source "board/freescale/mx25pdk/Kconfig"
742source "board/freescale/mx28evk/Kconfig"
743source "board/freescale/mx31ads/Kconfig"
744source "board/freescale/mx31pdk/Kconfig"
745source "board/freescale/mx35pdk/Kconfig"
746source "board/freescale/mx51evk/Kconfig"
747source "board/freescale/mx53ard/Kconfig"
748source "board/freescale/mx53evk/Kconfig"
749source "board/freescale/mx53loco/Kconfig"
750source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900751source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900752source "board/gumstix/pepper/Kconfig"
753source "board/h2200/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400754source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900755source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900756source "board/isee/igep0033/Kconfig"
Stefan Roese9b1e2312014-10-22 12:13:19 +0200757source "board/maxbcm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900758source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900759source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900760source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200761source "board/phytec/pcm052/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900762source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900763source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900764source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900765source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900766source "board/siemens/draco/Kconfig"
767source "board/siemens/pxm2/Kconfig"
768source "board/siemens/rut/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900769source "board/silica/pengwyn/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900770source "board/spear/spear300/Kconfig"
771source "board/spear/spear310/Kconfig"
772source "board/spear/spear320/Kconfig"
773source "board/spear/spear600/Kconfig"
774source "board/spear/x600/Kconfig"
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100775source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha33913c52014-11-18 10:42:22 -0800776source "board/st/stv0991/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900777source "board/sunxi/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900778source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200779source "board/tcl/sl50/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900780source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900781source "board/ti/am43xx/Kconfig"
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800782source "board/birdland/bav335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900783source "board/ti/ti814x/Kconfig"
784source "board/ti/ti816x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900785source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900786source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530787source "board/toradex/colibri_vf/Kconfig"
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400788source "board/technologic/ts4800/Kconfig"
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200789source "board/vscom/baltos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900790source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200791source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900792
Masahiro Yamadadf00e522014-09-01 11:06:34 +0900793source "arch/arm/Kconfig.debug"
794
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900795endmenu