blob: 27bcc2d248cbefc93ad9a86b438ac4b1a389ad72 [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
Masahiro Yamadadd840582014-07-30 14:08:14 +0900135config TARGET_MX25PDK
136 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100137 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900138
139config TARGET_TX25
140 bool "Support tx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100141 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900142 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900143
144config TARGET_ZMX25
145 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100146 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900147
148config TARGET_APF27
149 bool "Support apf27"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100150 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900151 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900152
153config TARGET_IMX27LITE
154 bool "Support imx27lite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100155 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900156
157config TARGET_MAGNESIUM
158 bool "Support magnesium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100159 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900160
161config TARGET_APX4DEVKIT
162 bool "Support apx4devkit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100163 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900164 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900165
166config TARGET_XFI3
167 bool "Support xfi3"
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_M28EVK
172 bool "Support m28evk"
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_MX23EVK
177 bool "Support mx23evk"
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_MX28EVK
182 bool "Support mx28evk"
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_MX23_OLINUXINO
187 bool "Support mx23_olinuxino"
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_BG0900
192 bool "Support bg0900"
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_SANSA_FUZE_PLUS
197 bool "Support sansa_fuze_plus"
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_SC_SPS_1
202 bool "Support sc_sps_1"
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
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900206config ARCH_NOMADIK
207 bool "ST-Ericsson Nomadik"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100208 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900209
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900210config ORION5X
211 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100212 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900213
Masahiro Yamadadd840582014-07-30 14:08:14 +0900214config TARGET_SPEAR300
215 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100216 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900217
218config TARGET_SPEAR310
219 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100220 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900221
222config TARGET_SPEAR320
223 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100224 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900225
226config TARGET_SPEAR600
227 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100228 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900229
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800230config TARGET_STV0991
231 bool "Support stv0991"
232 select CPU_V7
233
Masahiro Yamadadd840582014-07-30 14:08:14 +0900234config TARGET_X600
235 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100236 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900237 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900238
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900239config ARCH_VERSATILE
240 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100241 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900242
243config TARGET_INTEGRATORCP_CM1136
244 bool "Support integratorcp_cm1136"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100245 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900246
247config TARGET_IMX31_PHYCORE
248 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100249 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900250
251config TARGET_QONG
252 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100253 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900254
255config TARGET_MX31ADS
256 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100257 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900258
259config TARGET_MX31PDK
260 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100261 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900262 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900263
264config TARGET_TT01
265 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100266 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900267
268config TARGET_IMX31_LITEKIT
269 bool "Support imx31_litekit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100270 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900271
272config TARGET_WOODBURN
273 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100274 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900275
276config TARGET_WOODBURN_SD
277 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100278 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900279 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900280
281config TARGET_FLEA3
282 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100283 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900284
285config TARGET_MX35PDK
286 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100287 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900288
Stephen Warren9316e142014-11-19 20:41:03 -0700289config TARGET_RPI
290 bool "Support rpi"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100291 select CPU_ARM1176
Masahiro Yamadadd840582014-07-30 14:08:14 +0900292
Stephen Warren46414292015-02-16 12:16:15 -0700293config TARGET_RPI_2
294 bool "Support rpi_2"
295 select CPU_V7
296
Masahiro Yamadadd840582014-07-30 14:08:14 +0900297config TARGET_INTEGRATORAP_CM946ES
298 bool "Support integratorap_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100299 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900300
301config TARGET_INTEGRATORCP_CM946ES
302 bool "Support integratorcp_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100303 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900304
305config TARGET_VEXPRESS_CA15_TC2
306 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100307 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100308 select CPU_V7_HAS_NONSEC
309 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900310
311config TARGET_VEXPRESS_CA5X2
312 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100313 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900314
315config TARGET_VEXPRESS_CA9X4
316 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100317 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900318
319config TARGET_KWB
320 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100321 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900322 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900323
324config TARGET_TSERIES
325 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100326 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900327 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900328
329config TARGET_CM_T335
330 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100331 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900332 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900333
334config TARGET_PEPPER
335 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100336 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900337 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900338
339config TARGET_AM335X_IGEP0033
340 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100341 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900342 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900343
344config TARGET_PCM051
345 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100346 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900347 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900348
349config TARGET_DRACO
350 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100351 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900352 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900353
354config TARGET_DXR2
355 bool "Support dxr2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100356 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900357 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900358
359config TARGET_PXM2
360 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100361 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900362 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900363
364config TARGET_RUT
365 bool "Support rut"
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_PENGWYN
370 bool "Support pengwyn"
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_AM335X_EVM
375 bool "Support am335x_evm"
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_AM43XX_EVM
380 bool "Support am43xx_evm"
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
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800384config TARGET_BAV335X
385 bool "Support bav335x"
386 select CPU_V7
387 select SUPPORT_SPL
388 help
389 The BAV335x OEM Network Processor integrates all the functions of an
390 embedded network computer in a small, easy to use SODIMM module which
391 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
392 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
393 ethernet with simple connection to external connectors.
394
395 For more information, visit: http://birdland.com/oem
396
Masahiro Yamadadd840582014-07-30 14:08:14 +0900397config TARGET_TI814X_EVM
398 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100399 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900400 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900401
402config TARGET_TI816X_EVM
403 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100404 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900405 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900406
Masahiro Yamadadd840582014-07-30 14:08:14 +0900407config TARGET_BCM28155_AP
408 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100409 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900410
Steve Raeabb16782014-11-11 11:32:18 -0800411config TARGET_BCMCYGNUS
412 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100413 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700414
Steve Raeabb16782014-11-11 11:32:18 -0800415config TARGET_BCMNSP
416 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100417 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700418
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900419config ARCH_EXYNOS
420 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100421 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900422
Simon Glass311757b2014-10-07 22:01:50 -0600423config ARCH_S5PC1XX
424 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100425 select CPU_V7
Simon Glass311757b2014-10-07 22:01:50 -0600426
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900427config ARCH_HIGHBANK
428 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100429 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900430
Masahiro Yamadac338f092014-08-31 07:11:05 +0900431config ARCH_KEYSTONE
432 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100433 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900434 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900435
436config TARGET_M53EVK
437 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100438 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900439 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900440
441config TARGET_IMA3_MX53
442 bool "Support ima3-mx53"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100443 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900444
445config TARGET_MX51EVK
446 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100447 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900448
449config TARGET_MX53ARD
450 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100451 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900452
453config TARGET_MX53EVK
454 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100455 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900456
457config TARGET_MX53LOCO
458 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100459 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900460
461config TARGET_MX53SMD
462 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100463 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900464
465config TARGET_MX51_EFIKAMX
466 bool "Support mx51_efikamx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100467 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900468
469config TARGET_VISION2
470 bool "Support vision2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100471 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900472
473config TARGET_UDOO
474 bool "Support udoo"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100475 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900476
477config TARGET_WANDBOARD
478 bool "Support wandboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100479 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900480
Otavio Salvador4579dc32015-02-17 10:42:46 -0200481config TARGET_WARP
482 bool "Support WaRP"
483 select CPU_V7
484
Masahiro Yamadadd840582014-07-30 14:08:14 +0900485config TARGET_TITANIUM
486 bool "Support titanium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100487 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900488
489config TARGET_NITROGEN6X
490 bool "Support nitrogen6x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100491 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900492
493config TARGET_CGTQMX6EVAL
494 bool "Support cgtqmx6eval"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100495 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900496
497config TARGET_EMBESTMX6BOARDS
498 bool "Support embestmx6boards"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100499 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900500
Stefano Babic7e929172014-08-11 10:18:41 +0200501config TARGET_ARISTAINETOS
502 bool "Support aristainetos"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100503 select CPU_V7
Stefano Babic7e929172014-08-11 10:18:41 +0200504
Masahiro Yamadadd840582014-07-30 14:08:14 +0900505config TARGET_MX6QARM2
506 bool "Support mx6qarm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100507 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900508
509config TARGET_MX6QSABREAUTO
510 bool "Support mx6qsabreauto"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100511 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900512
513config TARGET_MX6SABRESD
514 bool "Support mx6sabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100515 select CPU_V7
John Tobiase451e9b2014-11-12 14:27:43 -0800516 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900517
518config TARGET_MX6SLEVK
519 bool "Support mx6slevk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100520 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900521
Fabio Estevam080d72f2014-08-14 21:00:28 -0300522config TARGET_MX6SXSABRESD
523 bool "Support mx6sxsabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100524 select CPU_V7
Peng Fan3dae50d2014-12-30 17:23:59 +0800525 select SUPPORT_SPL
Fabio Estevam080d72f2014-08-14 21:00:28 -0300526
Masahiro Yamadadd840582014-07-30 14:08:14 +0900527config TARGET_GW_VENTANA
528 bool "Support gw_ventana"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100529 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900530 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900531
532config TARGET_HUMMINGBOARD
533 bool "Support hummingboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100534 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900535
Marek Vasutf91c09a2014-10-24 23:39:07 +0200536config TARGET_KOSAGI_NOVENA
537 bool "Support Kosagi Novena"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900538 select CPU_V7
Marek Vasutbdf16382014-11-13 11:06:21 +0100539 select SUPPORT_SPL
Marek Vasutf91c09a2014-10-24 23:39:07 +0200540
Soeren Moch05d492a2014-11-03 13:57:01 +0100541config TARGET_TBS2910
542 bool "Support tbs2910"
Soeren Mochf8bbd7f2014-11-26 12:39:24 +0100543 select CPU_V7
Soeren Moch05d492a2014-11-03 13:57:01 +0100544
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900545config TARGET_TQMA6
546 bool "TQ Systems TQMa6 board"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100547 select CPU_V7
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900548
Christian Gmeiner39d09732014-10-02 13:33:46 +0200549config TARGET_OT1200
550 bool "Bachmann OT1200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100551 select CPU_V7
Christian Gmeiner8551b362015-01-19 17:26:44 +0100552 select SUPPORT_SPL
Christian Gmeiner39d09732014-10-02 13:33:46 +0200553
Stefan Roese5d6050f2014-12-10 10:15:23 +0100554config TARGET_PLATINUM_PICON
555 bool "Support platinum-picon"
556 select CPU_V7
557 select SUPPORT_SPL
558
559config TARGET_PLATINUM_TITANIUM
560 bool "Support platinum-titanium"
561 select CPU_V7
562 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900563
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900564config OMAP34XX
565 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100566 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900567
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900568config OMAP44XX
569 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100570 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900571 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900572
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900573config OMAP54XX
574 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100575 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900576 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900577
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900578config RMOBILE
579 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100580 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900581
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300582config TARGET_CM_FX6
583 bool "Support cm_fx6"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100584 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900585 select SUPPORT_SPL
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300586
Masahiro Yamadadd840582014-07-30 14:08:14 +0900587config TARGET_SOCFPGA_CYCLONE5
588 bool "Support socfpga_cyclone5"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100589 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900590 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900591
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100592config ARCH_SUNXI
593 bool "Support sunxi (Allwinner) SoCs"
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800594
Masahiro Yamadadd840582014-07-30 14:08:14 +0900595config TARGET_SNOWBALL
596 bool "Support snowball"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100597 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900598
599config TARGET_U8500_HREF
600 bool "Support u8500_href"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100601 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900602
603config TARGET_VF610TWR
604 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100605 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900606
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900607config ZYNQ
608 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100609 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900610 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900611
Michal Simek84c72042015-01-15 10:01:51 +0100612config TARGET_XILINX_ZYNQMP
613 bool "Support Xilinx ZynqMP Platform"
614 select ARM64
615
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900616config TEGRA
617 bool "NVIDIA Tegra"
Masahiro Yamada02627352014-10-20 17:45:56 +0900618 select SUPPORT_SPL
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900619 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900620 select OF_CONTROL
621 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900622
Linus Walleijf91afc42015-01-23 11:50:53 +0100623config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900624 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900625 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900626
Linus Walleijf91afc42015-01-23 11:50:53 +0100627config TARGET_VEXPRESS64_BASE_FVP
628 bool "Support Versatile Express ARMv8a FVP BASE model"
629 select ARM64
630 select SEMIHOSTING
631
Linus Walleijffc10372015-01-23 14:41:10 +0100632config TARGET_VEXPRESS64_JUNO
633 bool "Support Versatile Express Juno Development Platform"
634 select ARM64
635
Masahiro Yamadadd840582014-07-30 14:08:14 +0900636config TARGET_LS2085A_EMU
637 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900638 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900639
640config TARGET_LS2085A_SIMU
641 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900642 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900643
Wang Huan550e3dc2014-09-05 13:52:44 +0800644config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800645 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100646 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800647 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800648
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800649config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800650 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100651 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800652 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800653
Masahiro Yamadadd840582014-07-30 14:08:14 +0900654config TARGET_BALLOON3
655 bool "Support balloon3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100656 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900657
658config TARGET_H2200
659 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100660 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900661
662config TARGET_PALMLD
663 bool "Support palmld"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100664 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900665
666config TARGET_PALMTC
667 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100668 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900669
670config TARGET_PALMTREO680
671 bool "Support palmtreo680"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100672 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900673 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900674
675config TARGET_PXA255_IDP
676 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100677 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900678
679config TARGET_TRIZEPSIV
680 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100681 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900682
683config TARGET_VPAC270
684 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100685 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900686 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900687
688config TARGET_XAENIAX
689 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100690 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900691
692config TARGET_ZIPITZ2
693 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100694 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900695
696config TARGET_LP8X4X
697 bool "Support lp8x4x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100698 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900699
700config TARGET_COLIBRI_PXA270
701 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100702 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900703
704config TARGET_JORNADA
705 bool "Support jornada"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100706 select CPU_SA1100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900707
Masahiro Yamada66cba042014-10-03 19:21:07 +0900708config ARCH_UNIPHIER
709 bool "Panasonic UniPhier platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100710 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900711 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900712 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900713 select OF_CONTROL
Masahiro Yamada66cba042014-10-03 19:21:07 +0900714
Masahiro Yamadadd840582014-07-30 14:08:14 +0900715endchoice
716
Masahiro Yamada4614b892015-02-20 17:04:01 +0900717source "arch/arm/mach-at91/Kconfig"
718
Masahiro Yamada601fbec2015-02-20 17:04:05 +0900719source "arch/arm/mach-davinci/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900720
Simon Glass34e609c2015-02-05 21:41:39 -0700721source "arch/arm/cpu/arm1176/bcm2835/Kconfig"
722
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900723source "arch/arm/cpu/armv7/exynos/Kconfig"
724
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900725source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900726
Masahiro Yamada39a72342015-02-20 17:04:11 +0900727source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900728
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900729source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900730
Masahiro Yamadaef917dd2015-02-20 17:04:07 +0900731source "arch/arm/mach-nomadik/Kconfig"
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900732
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900733source "arch/arm/cpu/armv7/omap3/Kconfig"
734
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900735source "arch/arm/cpu/armv7/omap4/Kconfig"
736
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900737source "arch/arm/cpu/armv7/omap5/Kconfig"
738
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900739source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900740
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900741source "arch/arm/cpu/armv7/rmobile/Kconfig"
742
Simon Glass311757b2014-10-07 22:01:50 -0600743source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
744
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900745source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900746
Masahiro Yamada4c425572015-02-27 02:26:42 +0900747source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900748
Masahiro Yamada63637a42015-02-20 17:04:10 +0900749source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900750
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900751source "arch/arm/cpu/armv7/zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900752
Hans de Goedeea624e12014-11-14 09:34:30 +0100753source "arch/arm/cpu/armv7/Kconfig"
754
Stefano Babic7e929172014-08-11 10:18:41 +0200755source "board/aristainetos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900756source "board/BuR/kwb/Kconfig"
757source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900758source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900759source "board/Marvell/aspenite/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200760source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900761source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900762source "board/altera/socfpga/Kconfig"
763source "board/armadeus/apf27/Kconfig"
764source "board/armltd/integrator/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900765source "board/armltd/vexpress/Kconfig"
766source "board/armltd/vexpress64/Kconfig"
Christian Gmeiner39d09732014-10-02 13:33:46 +0200767source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900768source "board/balloon3/Kconfig"
Stefan Roese5d6050f2014-12-10 10:15:23 +0100769source "board/barco/platinum/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900770source "board/barco/titanium/Kconfig"
771source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900772source "board/boundary/nitrogen6x/Kconfig"
773source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800774source "board/broadcom/bcmcygnus/Kconfig"
775source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900776source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900777source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300778source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900779source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900780source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900781source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900782source "board/denx/m28evk/Kconfig"
783source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900784source "board/embest/mx6boards/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900785source "board/esg/ima3-mx53/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900786source "board/freescale/ls2085a/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800787source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800788source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900789source "board/freescale/mx23evk/Kconfig"
790source "board/freescale/mx25pdk/Kconfig"
791source "board/freescale/mx28evk/Kconfig"
792source "board/freescale/mx31ads/Kconfig"
793source "board/freescale/mx31pdk/Kconfig"
794source "board/freescale/mx35pdk/Kconfig"
795source "board/freescale/mx51evk/Kconfig"
796source "board/freescale/mx53ard/Kconfig"
797source "board/freescale/mx53evk/Kconfig"
798source "board/freescale/mx53loco/Kconfig"
799source "board/freescale/mx53smd/Kconfig"
800source "board/freescale/mx6qarm2/Kconfig"
801source "board/freescale/mx6qsabreauto/Kconfig"
802source "board/freescale/mx6sabresd/Kconfig"
803source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam080d72f2014-08-14 21:00:28 -0300804source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900805source "board/freescale/vf610twr/Kconfig"
806source "board/gateworks/gw_ventana/Kconfig"
807source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900808source "board/gumstix/pepper/Kconfig"
809source "board/h2200/Kconfig"
810source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900811source "board/icpdas/lp8x4x/Kconfig"
812source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900813source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900814source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900815source "board/karo/tx25/Kconfig"
Marek Vasutf91c09a2014-10-24 23:39:07 +0200816source "board/kosagi/novena/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900817source "board/logicpd/imx27lite/Kconfig"
818source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200819source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900820source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900821source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900822source "board/palmld/Kconfig"
823source "board/palmtc/Kconfig"
824source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900825source "board/phytec/pcm051/Kconfig"
826source "board/ppcag/bg0900/Kconfig"
827source "board/pxa255_idp/Kconfig"
Stephen Warren9316e142014-11-19 20:41:03 -0700828source "board/raspberrypi/rpi/Kconfig"
Stephen Warren46414292015-02-16 12:16:15 -0700829source "board/raspberrypi/rpi_2/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900830source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900831source "board/sandisk/sansa_fuze_plus/Kconfig"
832source "board/scb9328/Kconfig"
833source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900834source "board/siemens/draco/Kconfig"
835source "board/siemens/pxm2/Kconfig"
836source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900837source "board/silica/pengwyn/Kconfig"
838source "board/solidrun/hummingboard/Kconfig"
839source "board/spear/spear300/Kconfig"
840source "board/spear/spear310/Kconfig"
841source "board/spear/spear320/Kconfig"
842source "board/spear/spear600/Kconfig"
843source "board/spear/x600/Kconfig"
844source "board/st-ericsson/snowball/Kconfig"
845source "board/st-ericsson/u8500/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800846source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900847source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900848source "board/syteco/zmx25/Kconfig"
Soeren Moch05d492a2014-11-03 13:57:01 +0100849source "board/tbs/tbs2910/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900850source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900851source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800852source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900853source "board/ti/ti814x/Kconfig"
854source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900855source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900856source "board/toradex/colibri_pxa270/Kconfig"
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900857source "board/tqc/tqma6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900858source "board/trizepsiv/Kconfig"
859source "board/ttcontrol/vision2/Kconfig"
860source "board/udoo/Kconfig"
861source "board/vpac270/Kconfig"
862source "board/wandboard/Kconfig"
Otavio Salvador4579dc32015-02-17 10:42:46 -0200863source "board/warp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900864source "board/woodburn/Kconfig"
865source "board/xaeniax/Kconfig"
Michal Simek84c72042015-01-15 10:01:51 +0100866source "board/xilinx/zynqmp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900867source "board/zipitz2/Kconfig"
868
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900869source "arch/arm/Kconfig.debug"
870
Masahiro Yamadadd840582014-07-30 14:08:14 +0900871endmenu