blob: a6d2a41a449b8bf87c1b318055b2f4237ba70649 [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
36config CPU_PXA
37 bool
38
39config CPU_SA1100
40 bool
41
42config SYS_CPU
43 default "arm720t" if CPU_ARM720T
44 default "arm920t" if CPU_ARM920T
45 default "arm926ejs" if CPU_ARM926EJS
46 default "arm946es" if CPU_ARM946ES
47 default "arm1136" if CPU_ARM1136
48 default "arm1176" if CPU_ARM1176
49 default "armv7" if CPU_V7
50 default "pxa" if CPU_PXA
51 default "sa1100" if CPU_SA1100
Masahiro Yamada01541ee2014-11-06 11:39:27 +090052 default "armv8" if ARM64
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010053
Linus Walleijf91afc42015-01-23 11:50:53 +010054config SEMIHOSTING
55 bool "support boot from semihosting"
56 help
57 In emulated environments, semihosting is a way for
58 the hosted environment to call out to the emulator to
59 retrieve files from the host machine.
60
Masahiro Yamadadd840582014-07-30 14:08:14 +090061choice
62 prompt "Target select"
63
64config TARGET_INTEGRATORAP_CM720T
65 bool "Support integratorap_cm720t"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010066 select CPU_ARM720T
Masahiro Yamadadd840582014-07-30 14:08:14 +090067
68config TARGET_INTEGRATORAP_CM920T
69 bool "Support integratorap_cm920t"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010070 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090071
72config TARGET_INTEGRATORCP_CM920T
73 bool "Support integratorcp_cm920t"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010074 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090075
Masahiro Yamada4614b892015-02-20 17:04:01 +090076config ARCH_AT91
77 bool "Atmel AT91"
Masahiro Yamadadd840582014-07-30 14:08:14 +090078
79config TARGET_EDB93XX
80 bool "Support edb93xx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010081 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090082
83config TARGET_SCB9328
84 bool "Support scb9328"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010085 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090086
Masahiro Yamadadd840582014-07-30 14:08:14 +090087config TARGET_VCMA9
88 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010089 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090090
91config TARGET_SMDK2410
92 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010093 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090094
95config TARGET_INTEGRATORAP_CM926EJS
96 bool "Support integratorap_cm926ejs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010097 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090098
99config TARGET_INTEGRATORCP_CM926EJS
100 bool "Support integratorcp_cm926ejs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100101 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900102
103config TARGET_ASPENITE
104 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100105 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900106
107config TARGET_GPLUGD
108 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100109 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900110
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900111config ARCH_DAVINCI
112 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100113 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900114 help
115 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900116
Masahiro Yamada47539e22014-08-31 07:10:59 +0900117config KIRKWOOD
118 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100119 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900120
Stefan Roesedd580802014-10-22 12:13:18 +0200121config TARGET_DB_MV784MP_GP
122 bool "Support db-mv784mp-gp"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900123 select CPU_V7
Stefan Roese25541672015-01-19 11:33:46 +0100124 select SUPPORT_SPL
Stefan Roesedd580802014-10-22 12:13:18 +0200125
Stefan Roesea4884832014-10-22 12:13:19 +0200126config TARGET_MAXBCM
127 bool "Support maxbcm"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900128 select CPU_V7
Stefan Roesee7778ec2015-01-19 11:33:47 +0100129 select SUPPORT_SPL
Stefan Roesea4884832014-10-22 12:13:19 +0200130
Masahiro Yamadadd840582014-07-30 14:08:14 +0900131config TARGET_DEVKIT3250
132 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100133 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900134
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200135config TARGET_WORK_92105
136 bool "Support work_92105"
137 select CPU_ARM926EJS
138 select SUPPORT_SPL
139
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140config TARGET_MX25PDK
141 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100142 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900143
144config TARGET_TX25
145 bool "Support tx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100146 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900147 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900148
149config TARGET_ZMX25
150 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100151 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900152
153config TARGET_APF27
154 bool "Support apf27"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100155 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900156 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900157
158config TARGET_IMX27LITE
159 bool "Support imx27lite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100160 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900161
162config TARGET_MAGNESIUM
163 bool "Support magnesium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100164 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900165
166config TARGET_APX4DEVKIT
167 bool "Support apx4devkit"
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_XFI3
172 bool "Support xfi3"
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_M28EVK
177 bool "Support m28evk"
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_MX23EVK
182 bool "Support mx23evk"
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_MX28EVK
187 bool "Support mx28evk"
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
191config TARGET_MX23_OLINUXINO
192 bool "Support mx23_olinuxino"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100193 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900194 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900195
196config TARGET_BG0900
197 bool "Support bg0900"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100198 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900199 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900200
201config TARGET_SANSA_FUZE_PLUS
202 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100203 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900204 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900205
206config TARGET_SC_SPS_1
207 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100208 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900209 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900211config ARCH_NOMADIK
212 bool "ST-Ericsson Nomadik"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100213 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900214
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900215config ORION5X
216 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100217 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900218
Masahiro Yamadadd840582014-07-30 14:08:14 +0900219config TARGET_SPEAR300
220 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100221 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900222
223config TARGET_SPEAR310
224 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100225 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900226
227config TARGET_SPEAR320
228 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100229 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900230
231config TARGET_SPEAR600
232 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100233 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900234
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800235config TARGET_STV0991
236 bool "Support stv0991"
237 select CPU_V7
238
Masahiro Yamadadd840582014-07-30 14:08:14 +0900239config TARGET_X600
240 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100241 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900242 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900243
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900244config ARCH_VERSATILE
245 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100246 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900247
248config TARGET_INTEGRATORCP_CM1136
249 bool "Support integratorcp_cm1136"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100250 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900251
252config TARGET_IMX31_PHYCORE
253 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100254 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900255
256config TARGET_QONG
257 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100258 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900259
260config TARGET_MX31ADS
261 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100262 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900263
264config TARGET_MX31PDK
265 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100266 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900267 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900268
269config TARGET_TT01
270 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100271 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900272
273config TARGET_IMX31_LITEKIT
274 bool "Support imx31_litekit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100275 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900276
277config TARGET_WOODBURN
278 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100279 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900280
281config TARGET_WOODBURN_SD
282 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100283 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900284 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900285
286config TARGET_FLEA3
287 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100288 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900289
290config TARGET_MX35PDK
291 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100292 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900293
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900294config ARCH_BCM283X
295 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900296 select DM
297 select DM_SERIAL
298 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700299
Masahiro Yamadadd840582014-07-30 14:08:14 +0900300config TARGET_INTEGRATORAP_CM946ES
301 bool "Support integratorap_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100302 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900303
304config TARGET_INTEGRATORCP_CM946ES
305 bool "Support integratorcp_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100306 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900307
308config TARGET_VEXPRESS_CA15_TC2
309 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100310 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100311 select CPU_V7_HAS_NONSEC
312 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900313
314config TARGET_VEXPRESS_CA5X2
315 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100316 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900317
318config TARGET_VEXPRESS_CA9X4
319 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100320 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900321
322config TARGET_KWB
323 bool "Support kwb"
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
327config TARGET_TSERIES
328 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100329 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900330 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900331
332config TARGET_CM_T335
333 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100334 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900335 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900336 select DM
337 select DM_SERIAL
338 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900339
340config TARGET_PEPPER
341 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100342 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900343 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900344 select DM
345 select DM_SERIAL
346 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900347
348config TARGET_AM335X_IGEP0033
349 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100350 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900351 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900352 select DM
353 select DM_SERIAL
354 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900355
356config TARGET_PCM051
357 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100358 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900359 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900360 select DM
361 select DM_SERIAL
362 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900363
364config TARGET_DRACO
365 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100366 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900367 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900368
369config TARGET_DXR2
370 bool "Support dxr2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100371 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900372 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900373
374config TARGET_PXM2
375 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100376 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900377 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900378
379config TARGET_RUT
380 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100381 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900382 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900383
384config TARGET_PENGWYN
385 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100386 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900387 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900388 select DM
389 select DM_SERIAL
390 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900391
392config TARGET_AM335X_EVM
393 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100394 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900395 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900396 select DM
397 select DM_SERIAL
398 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900399
400config TARGET_AM43XX_EVM
401 bool "Support am43xx_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100402 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900403 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900404
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800405config TARGET_BAV335X
406 bool "Support bav335x"
407 select CPU_V7
408 select SUPPORT_SPL
409 help
410 The BAV335x OEM Network Processor integrates all the functions of an
411 embedded network computer in a small, easy to use SODIMM module which
412 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
413 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
414 ethernet with simple connection to external connectors.
415
416 For more information, visit: http://birdland.com/oem
417
Masahiro Yamadadd840582014-07-30 14:08:14 +0900418config TARGET_TI814X_EVM
419 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100420 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900421 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900422
423config TARGET_TI816X_EVM
424 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100425 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900426 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900427
Masahiro Yamadadd840582014-07-30 14:08:14 +0900428config TARGET_BCM28155_AP
429 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100430 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900431
Steve Raeabb16782014-11-11 11:32:18 -0800432config TARGET_BCMCYGNUS
433 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100434 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700435
Steve Raeabb16782014-11-11 11:32:18 -0800436config TARGET_BCMNSP
437 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100438 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700439
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900440config ARCH_EXYNOS
441 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100442 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900443 select DM
444 select DM_SPI_FLASH
445 select DM_SERIAL
446 select DM_SPI
447 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900448
Simon Glass311757b2014-10-07 22:01:50 -0600449config ARCH_S5PC1XX
450 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100451 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900452 select DM
453 select DM_SERIAL
454 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600455
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900456config ARCH_HIGHBANK
457 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100458 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900459
Masahiro Yamadac338f092014-08-31 07:11:05 +0900460config ARCH_KEYSTONE
461 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100462 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900463 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900464
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100465config ARCH_MX6
466 bool "Freescale MX6"
467 select CPU_V7
468
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200469config ARCH_MX5
470 bool "Freescale MX5"
471 select CPU_V7
472
Masahiro Yamadadd840582014-07-30 14:08:14 +0900473config TARGET_M53EVK
474 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100475 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900476 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900477
478config TARGET_IMA3_MX53
479 bool "Support ima3-mx53"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100480 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900481
482config TARGET_MX51EVK
483 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100484 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900485
486config TARGET_MX53ARD
487 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100488 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900489
490config TARGET_MX53EVK
491 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100492 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900493
494config TARGET_MX53LOCO
495 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100496 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900497
498config TARGET_MX53SMD
499 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100500 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900501
502config TARGET_MX51_EFIKAMX
503 bool "Support mx51_efikamx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100504 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900505
506config TARGET_VISION2
507 bool "Support vision2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100508 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900509
510config TARGET_UDOO
511 bool "Support udoo"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100512 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900513
514config TARGET_WANDBOARD
515 bool "Support wandboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100516 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900517
Otavio Salvador4579dc32015-02-17 10:42:46 -0200518config TARGET_WARP
519 bool "Support WaRP"
520 select CPU_V7
521
Masahiro Yamadadd840582014-07-30 14:08:14 +0900522config TARGET_TITANIUM
523 bool "Support titanium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100524 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900525
526config TARGET_NITROGEN6X
527 bool "Support nitrogen6x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100528 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900529
530config TARGET_CGTQMX6EVAL
531 bool "Support cgtqmx6eval"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100532 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900533
534config TARGET_EMBESTMX6BOARDS
535 bool "Support embestmx6boards"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100536 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900537
Stefano Babic7e929172014-08-11 10:18:41 +0200538config TARGET_ARISTAINETOS
539 bool "Support aristainetos"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100540 select CPU_V7
Stefano Babic7e929172014-08-11 10:18:41 +0200541
Masahiro Yamadadd840582014-07-30 14:08:14 +0900542config TARGET_MX6QARM2
543 bool "Support mx6qarm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100544 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900545
546config TARGET_MX6QSABREAUTO
547 bool "Support mx6qsabreauto"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100548 select CPU_V7
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900549 select DM
550 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900551
552config TARGET_MX6SABRESD
553 bool "Support mx6sabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100554 select CPU_V7
John Tobiase451e9b2014-11-12 14:27:43 -0800555 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900556 select DM
557 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900558
559config TARGET_MX6SLEVK
560 bool "Support mx6slevk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100561 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900562
Fabio Estevam080d72f2014-08-14 21:00:28 -0300563config TARGET_MX6SXSABRESD
564 bool "Support mx6sxsabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100565 select CPU_V7
Peng Fan3dae50d2014-12-30 17:23:59 +0800566 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900567 select DM
568 select DM_THERMAL
Fabio Estevam080d72f2014-08-14 21:00:28 -0300569
Masahiro Yamadadd840582014-07-30 14:08:14 +0900570config TARGET_GW_VENTANA
571 bool "Support gw_ventana"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100572 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900573 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574
575config TARGET_HUMMINGBOARD
576 bool "Support hummingboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100577 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900578
Marek Vasutf91c09a2014-10-24 23:39:07 +0200579config TARGET_KOSAGI_NOVENA
580 bool "Support Kosagi Novena"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900581 select CPU_V7
Marek Vasutbdf16382014-11-13 11:06:21 +0100582 select SUPPORT_SPL
Marek Vasutf91c09a2014-10-24 23:39:07 +0200583
Soeren Moch05d492a2014-11-03 13:57:01 +0100584config TARGET_TBS2910
585 bool "Support tbs2910"
Soeren Mochf8bbd7f2014-11-26 12:39:24 +0100586 select CPU_V7
Soeren Moch05d492a2014-11-03 13:57:01 +0100587
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900588config TARGET_TQMA6
589 bool "TQ Systems TQMa6 board"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100590 select CPU_V7
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900591
Christian Gmeiner39d09732014-10-02 13:33:46 +0200592config TARGET_OT1200
593 bool "Bachmann OT1200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100594 select CPU_V7
Christian Gmeiner8551b362015-01-19 17:26:44 +0100595 select SUPPORT_SPL
Christian Gmeiner39d09732014-10-02 13:33:46 +0200596
Stefan Roese5d6050f2014-12-10 10:15:23 +0100597config TARGET_PLATINUM_PICON
598 bool "Support platinum-picon"
599 select CPU_V7
600 select SUPPORT_SPL
601
602config TARGET_PLATINUM_TITANIUM
603 bool "Support platinum-titanium"
604 select CPU_V7
605 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900606
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900607config OMAP34XX
608 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100609 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900610
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900611config OMAP44XX
612 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100613 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900614 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900615
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900616config OMAP54XX
617 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100618 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900619 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900620
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900621config RMOBILE
622 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100623 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900624
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300625config TARGET_CM_FX6
626 bool "Support cm_fx6"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100627 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900628 select SUPPORT_SPL
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300629
Marek Vasutc115a0d2014-12-30 18:16:08 +0100630config TARGET_SOCFPGA_ARRIA5
631 bool "Support socfpga_arria5"
632 select CPU_V7
633 select SUPPORT_SPL
634
Masahiro Yamadadd840582014-07-30 14:08:14 +0900635config TARGET_SOCFPGA_CYCLONE5
636 bool "Support socfpga_cyclone5"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100637 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900638 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900639
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100640config ARCH_SUNXI
641 bool "Support sunxi (Allwinner) SoCs"
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800642
Masahiro Yamadadd840582014-07-30 14:08:14 +0900643config TARGET_SNOWBALL
644 bool "Support snowball"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100645 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900646
647config TARGET_U8500_HREF
648 bool "Support u8500_href"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100649 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900650
651config TARGET_VF610TWR
652 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100653 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900654
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900655config ZYNQ
656 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100657 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900658 select SUPPORT_SPL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900659 select DM
Masahiro Yamadadd840582014-07-30 14:08:14 +0900660
Michal Simek84c72042015-01-15 10:01:51 +0100661config TARGET_XILINX_ZYNQMP
662 bool "Support Xilinx ZynqMP Platform"
663 select ARM64
664
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900665config TEGRA
666 bool "NVIDIA Tegra"
Masahiro Yamada02627352014-10-20 17:45:56 +0900667 select SUPPORT_SPL
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900668 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900669 select OF_CONTROL
670 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900671 select DM
672 select DM_SPI_FLASH
673 select DM_SERIAL
674 select DM_I2C
675 select DM_SPI
676 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900677
Linus Walleijf91afc42015-01-23 11:50:53 +0100678config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900679 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900680 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900681
Linus Walleijf91afc42015-01-23 11:50:53 +0100682config TARGET_VEXPRESS64_BASE_FVP
683 bool "Support Versatile Express ARMv8a FVP BASE model"
684 select ARM64
685 select SEMIHOSTING
686
Linus Walleijffc10372015-01-23 14:41:10 +0100687config TARGET_VEXPRESS64_JUNO
688 bool "Support Versatile Express Juno Development Platform"
689 select ARM64
690
Masahiro Yamadadd840582014-07-30 14:08:14 +0900691config TARGET_LS2085A_EMU
692 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900693 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100694 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900695
696config TARGET_LS2085A_SIMU
697 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900698 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100699 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900700
Wang Huan550e3dc2014-09-05 13:52:44 +0800701config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800702 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100703 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800704 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800705
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800706config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800707 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100708 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800709 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800710
Masahiro Yamadadd840582014-07-30 14:08:14 +0900711config TARGET_BALLOON3
712 bool "Support balloon3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100713 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900714
715config TARGET_H2200
716 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100717 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900718
719config TARGET_PALMLD
720 bool "Support palmld"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100721 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900722
723config TARGET_PALMTC
724 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100725 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900726
727config TARGET_PALMTREO680
728 bool "Support palmtreo680"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100729 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900730 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900731
732config TARGET_PXA255_IDP
733 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100734 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900735
736config TARGET_TRIZEPSIV
737 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100738 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900739
740config TARGET_VPAC270
741 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100742 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900743 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900744
745config TARGET_XAENIAX
746 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100747 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900748
749config TARGET_ZIPITZ2
750 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100751 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900752
753config TARGET_LP8X4X
754 bool "Support lp8x4x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100755 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900756
757config TARGET_COLIBRI_PXA270
758 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100759 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900760
761config TARGET_JORNADA
762 bool "Support jornada"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100763 select CPU_SA1100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900764
Masahiro Yamada66cba042014-10-03 19:21:07 +0900765config ARCH_UNIPHIER
766 bool "Panasonic UniPhier platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100767 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900768 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900769 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900770 select OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900771 select DM
772 select DM_SERIAL
773 select DM_I2C
Masahiro Yamada66cba042014-10-03 19:21:07 +0900774
Masahiro Yamadadd840582014-07-30 14:08:14 +0900775endchoice
776
Masahiro Yamada4614b892015-02-20 17:04:01 +0900777source "arch/arm/mach-at91/Kconfig"
778
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900779source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900780
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900781source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700782
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900783source "arch/arm/cpu/armv7/exynos/Kconfig"
784
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900785source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900786
Masahiro Yamada39a72342015-02-20 17:04:11 +0900787source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900788
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900789source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900790
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100791source "arch/arm/cpu/armv7/mx6/Kconfig"
792
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200793source "arch/arm/cpu/armv7/mx5/Kconfig"
794
Masahiro Yamadaef917dd2015-02-20 17:04:07 +0900795source "arch/arm/mach-nomadik/Kconfig"
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900796
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900797source "arch/arm/cpu/armv7/omap3/Kconfig"
798
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900799source "arch/arm/cpu/armv7/omap4/Kconfig"
800
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900801source "arch/arm/cpu/armv7/omap5/Kconfig"
802
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900803source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900804
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900805source "arch/arm/cpu/armv7/rmobile/Kconfig"
806
Simon Glass311757b2014-10-07 22:01:50 -0600807source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
808
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900809source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900810
Masahiro Yamada4c425572015-02-27 02:26:42 +0900811source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900812
Masahiro Yamada63637a42015-02-20 17:04:10 +0900813source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900814
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900815source "arch/arm/cpu/armv7/zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900816
Hans de Goedeea624e12014-11-14 09:34:30 +0100817source "arch/arm/cpu/armv7/Kconfig"
818
Linus Walleij23b58772015-03-09 10:53:21 +0100819source "arch/arm/cpu/armv8/Kconfig"
820
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100821source "arch/arm/imx-common/Kconfig"
822
Stefano Babic7e929172014-08-11 10:18:41 +0200823source "board/aristainetos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900824source "board/BuR/kwb/Kconfig"
825source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900826source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900827source "board/Marvell/aspenite/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200828source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900829source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900830source "board/altera/socfpga/Kconfig"
831source "board/armadeus/apf27/Kconfig"
832source "board/armltd/integrator/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900833source "board/armltd/vexpress/Kconfig"
834source "board/armltd/vexpress64/Kconfig"
Christian Gmeiner39d09732014-10-02 13:33:46 +0200835source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900836source "board/balloon3/Kconfig"
Stefan Roese5d6050f2014-12-10 10:15:23 +0100837source "board/barco/platinum/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900838source "board/barco/titanium/Kconfig"
839source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900840source "board/boundary/nitrogen6x/Kconfig"
841source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800842source "board/broadcom/bcmcygnus/Kconfig"
843source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900844source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900845source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300846source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900847source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900848source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900849source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900850source "board/denx/m28evk/Kconfig"
851source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900852source "board/embest/mx6boards/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900853source "board/esg/ima3-mx53/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900854source "board/freescale/ls2085a/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800855source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800856source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900857source "board/freescale/mx23evk/Kconfig"
858source "board/freescale/mx25pdk/Kconfig"
859source "board/freescale/mx28evk/Kconfig"
860source "board/freescale/mx31ads/Kconfig"
861source "board/freescale/mx31pdk/Kconfig"
862source "board/freescale/mx35pdk/Kconfig"
863source "board/freescale/mx51evk/Kconfig"
864source "board/freescale/mx53ard/Kconfig"
865source "board/freescale/mx53evk/Kconfig"
866source "board/freescale/mx53loco/Kconfig"
867source "board/freescale/mx53smd/Kconfig"
868source "board/freescale/mx6qarm2/Kconfig"
869source "board/freescale/mx6qsabreauto/Kconfig"
870source "board/freescale/mx6sabresd/Kconfig"
871source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam080d72f2014-08-14 21:00:28 -0300872source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900873source "board/freescale/vf610twr/Kconfig"
874source "board/gateworks/gw_ventana/Kconfig"
875source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900876source "board/gumstix/pepper/Kconfig"
877source "board/h2200/Kconfig"
878source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900879source "board/icpdas/lp8x4x/Kconfig"
880source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900881source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900882source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900883source "board/karo/tx25/Kconfig"
Marek Vasutf91c09a2014-10-24 23:39:07 +0200884source "board/kosagi/novena/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900885source "board/logicpd/imx27lite/Kconfig"
886source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200887source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900888source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900889source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900890source "board/palmld/Kconfig"
891source "board/palmtc/Kconfig"
892source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900893source "board/phytec/pcm051/Kconfig"
894source "board/ppcag/bg0900/Kconfig"
895source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900896source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900897source "board/sandisk/sansa_fuze_plus/Kconfig"
898source "board/scb9328/Kconfig"
899source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900900source "board/siemens/draco/Kconfig"
901source "board/siemens/pxm2/Kconfig"
902source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900903source "board/silica/pengwyn/Kconfig"
904source "board/solidrun/hummingboard/Kconfig"
905source "board/spear/spear300/Kconfig"
906source "board/spear/spear310/Kconfig"
907source "board/spear/spear320/Kconfig"
908source "board/spear/spear600/Kconfig"
909source "board/spear/x600/Kconfig"
910source "board/st-ericsson/snowball/Kconfig"
911source "board/st-ericsson/u8500/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800912source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900913source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900914source "board/syteco/zmx25/Kconfig"
Soeren Moch05d492a2014-11-03 13:57:01 +0100915source "board/tbs/tbs2910/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900916source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900917source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800918source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900919source "board/ti/ti814x/Kconfig"
920source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900921source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900922source "board/toradex/colibri_pxa270/Kconfig"
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900923source "board/tqc/tqma6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900924source "board/trizepsiv/Kconfig"
925source "board/ttcontrol/vision2/Kconfig"
926source "board/udoo/Kconfig"
927source "board/vpac270/Kconfig"
928source "board/wandboard/Kconfig"
Otavio Salvador4579dc32015-02-17 10:42:46 -0200929source "board/warp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900930source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200931source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900932source "board/xaeniax/Kconfig"
Michal Simek84c72042015-01-15 10:01:51 +0100933source "board/xilinx/zynqmp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900934source "board/zipitz2/Kconfig"
935
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900936source "arch/arm/Kconfig.debug"
937
Masahiro Yamadadd840582014-07-30 14:08:14 +0900938endmenu