blob: 6d05eac4f9705c59167940dff2c2a1604669d84f [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada016a9542014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
13config CPU_ARM720T
14 bool
15
16config CPU_ARM920T
17 bool
18
19config CPU_ARM926EJS
20 bool
21
22config CPU_ARM946ES
23 bool
24
25config CPU_ARM1136
26 bool
27
28config CPU_ARM1176
29 bool
30 select HAS_VBAR
31
32config CPU_V7
33 bool
34 select HAS_VBAR
35
rev13@wp.pl12d8a722015-03-01 12:44:39 +010036config CPU_V7M
37 bool
38
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010039config CPU_PXA
40 bool
41
42config CPU_SA1100
43 bool
44
45config SYS_CPU
46 default "arm720t" if CPU_ARM720T
47 default "arm920t" if CPU_ARM920T
48 default "arm926ejs" if CPU_ARM926EJS
49 default "arm946es" if CPU_ARM946ES
50 default "arm1136" if CPU_ARM1136
51 default "arm1176" if CPU_ARM1176
52 default "armv7" if CPU_V7
rev13@wp.pl12d8a722015-03-01 12:44:39 +010053 default "armv7m" if CPU_V7M
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010054 default "pxa" if CPU_PXA
55 default "sa1100" if CPU_SA1100
Masahiro Yamada01541ee2014-11-06 11:39:27 +090056 default "armv8" if ARM64
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010057
Linus Walleijf91afc42015-01-23 11:50:53 +010058config SEMIHOSTING
59 bool "support boot from semihosting"
60 help
61 In emulated environments, semihosting is a way for
62 the hosted environment to call out to the emulator to
63 retrieve files from the host machine.
64
Masahiro Yamadadd840582014-07-30 14:08:14 +090065choice
66 prompt "Target select"
Masahiro Yamada589907e2015-08-01 16:39:13 +090067 default ARCH_VERSATILE
Masahiro Yamadadd840582014-07-30 14:08:14 +090068
Masahiro Yamada4614b892015-02-20 17:04:01 +090069config ARCH_AT91
70 bool "Atmel AT91"
Masahiro Yamadadd840582014-07-30 14:08:14 +090071
72config TARGET_EDB93XX
73 bool "Support edb93xx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010074 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090075
76config TARGET_SCB9328
77 bool "Support scb9328"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010078 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
Masahiro Yamadadd840582014-07-30 14:08:14 +090080config TARGET_VCMA9
81 bool "Support VCMA9"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010082 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090083
84config TARGET_SMDK2410
85 bool "Support smdk2410"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010086 select CPU_ARM920T
Masahiro Yamadadd840582014-07-30 14:08:14 +090087
Masahiro Yamadadd840582014-07-30 14:08:14 +090088config TARGET_ASPENITE
89 bool "Support aspenite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010090 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090091
92config TARGET_GPLUGD
93 bool "Support gplugd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010094 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +090095
Masahiro Yamada3491ba62014-08-31 07:11:01 +090096config ARCH_DAVINCI
97 bool "TI DaVinci"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +010098 select CPU_ARM926EJS
Masahiro Yamada3491ba62014-08-31 07:11:01 +090099 help
100 Support for TI's DaVinci platform.
Masahiro Yamadadd840582014-07-30 14:08:14 +0900101
Masahiro Yamada47539e22014-08-31 07:10:59 +0900102config KIRKWOOD
103 bool "Marvell Kirkwood"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100104 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900105
Stefan Roese2bae75a2015-04-25 06:29:56 +0200106config TARGET_DB_88F6820_GP
107 bool "Support DB-88F6820-GP"
108 select CPU_V7
109 select SUPPORT_SPL
110
Stefan Roesedd580802014-10-22 12:13:18 +0200111config TARGET_DB_MV784MP_GP
112 bool "Support db-mv784mp-gp"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900113 select CPU_V7
Stefan Roese25541672015-01-19 11:33:46 +0100114 select SUPPORT_SPL
Stefan Roesedd580802014-10-22 12:13:18 +0200115
Stefan Roesea4884832014-10-22 12:13:19 +0200116config TARGET_MAXBCM
117 bool "Support maxbcm"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900118 select CPU_V7
Stefan Roesee7778ec2015-01-19 11:33:47 +0100119 select SUPPORT_SPL
Stefan Roesea4884832014-10-22 12:13:19 +0200120
Masahiro Yamadadd840582014-07-30 14:08:14 +0900121config TARGET_DEVKIT3250
122 bool "Support devkit3250"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100123 select CPU_ARM926EJS
Vladimir Zapolskiye9b3ce32015-07-18 01:47:11 +0300124 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900125
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200126config TARGET_WORK_92105
127 bool "Support work_92105"
128 select CPU_ARM926EJS
129 select SUPPORT_SPL
130
Masahiro Yamadadd840582014-07-30 14:08:14 +0900131config TARGET_MX25PDK
132 bool "Support mx25pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100133 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900134
135config TARGET_TX25
136 bool "Support tx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100137 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900138 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900139
140config TARGET_ZMX25
141 bool "Support zmx25"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100142 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900143
144config TARGET_APF27
145 bool "Support apf27"
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_IMX27LITE
150 bool "Support imx27lite"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100151 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900152
153config TARGET_MAGNESIUM
154 bool "Support magnesium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100155 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900156
157config TARGET_APX4DEVKIT
158 bool "Support apx4devkit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100159 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900160 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900161
162config TARGET_XFI3
163 bool "Support xfi3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100164 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900165 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900166
167config TARGET_M28EVK
168 bool "Support m28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100169 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900170 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900171
172config TARGET_MX23EVK
173 bool "Support mx23evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100174 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900175 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900176
177config TARGET_MX28EVK
178 bool "Support mx28evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100179 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900180 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900181
182config TARGET_MX23_OLINUXINO
183 bool "Support mx23_olinuxino"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100184 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900185 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900186
187config TARGET_BG0900
188 bool "Support bg0900"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100189 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900190 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900191
192config TARGET_SANSA_FUZE_PLUS
193 bool "Support sansa_fuze_plus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100194 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900195 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900196
197config TARGET_SC_SPS_1
198 bool "Support sc_sps_1"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100199 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900200 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900201
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900202config ARCH_NOMADIK
203 bool "ST-Ericsson Nomadik"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100204 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900205
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900206config ORION5X
207 bool "Marvell Orion"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100208 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900209
Masahiro Yamadadd840582014-07-30 14:08:14 +0900210config TARGET_SPEAR300
211 bool "Support spear300"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100212 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900213
214config TARGET_SPEAR310
215 bool "Support spear310"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100216 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900217
218config TARGET_SPEAR320
219 bool "Support spear320"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100220 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900221
222config TARGET_SPEAR600
223 bool "Support spear600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100224 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900225
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800226config TARGET_STV0991
227 bool "Support stv0991"
228 select CPU_V7
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900229 select DM
230 select DM_SERIAL
Vikas Manochae67abca2015-07-02 18:29:41 -0700231 select DM_SPI
232 select DM_SPI_FLASH
233 select SPI_FLASH
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800234
Masahiro Yamadadd840582014-07-30 14:08:14 +0900235config TARGET_X600
236 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100237 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900238 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900239
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900240config ARCH_VERSATILE
241 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100242 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900243
Masahiro Yamadadd840582014-07-30 14:08:14 +0900244config TARGET_IMX31_PHYCORE
245 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100246 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900247
248config TARGET_QONG
249 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100250 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900251
252config TARGET_MX31ADS
253 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100254 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900255
256config TARGET_MX31PDK
257 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100258 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900259 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900260
261config TARGET_TT01
262 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100263 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900264
265config TARGET_IMX31_LITEKIT
266 bool "Support imx31_litekit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100267 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900268
269config TARGET_WOODBURN
270 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100271 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900272
273config TARGET_WOODBURN_SD
274 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100275 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900276 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900277
278config TARGET_FLEA3
279 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100280 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900281
282config TARGET_MX35PDK
283 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100284 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900285
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900286config ARCH_BCM283X
287 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900288 select DM
289 select DM_SERIAL
290 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700291
Masahiro Yamadadd840582014-07-30 14:08:14 +0900292config TARGET_VEXPRESS_CA15_TC2
293 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100294 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100295 select CPU_V7_HAS_NONSEC
296 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900297
298config TARGET_VEXPRESS_CA5X2
299 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100300 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900301
302config TARGET_VEXPRESS_CA9X4
303 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100304 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900305
306config TARGET_KWB
307 bool "Support kwb"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100308 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900309 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900310
311config TARGET_TSERIES
312 bool "Support tseries"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100313 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900314 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900315
316config TARGET_CM_T335
317 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100318 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900319 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900320 select DM
321 select DM_SERIAL
322 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900323
324config TARGET_PEPPER
325 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100326 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900327 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900328 select DM
329 select DM_SERIAL
330 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900331
332config TARGET_AM335X_IGEP0033
333 bool "Support am335x_igep0033"
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_PCM051
341 bool "Support pcm051"
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_DRACO
349 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100350 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900351 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900352
Heiko Schocher8c65a2f2015-06-15 14:57:15 +0200353config TARGET_THUBAN
354 bool "Support thuban"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100355 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900356 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900357
Heiko Schocher578056c2015-06-15 14:56:41 +0200358config TARGET_RASTABAN
359 bool "Support rastaban"
360 select CPU_V7
361 select SUPPORT_SPL
362
Masahiro Yamadadd840582014-07-30 14:08:14 +0900363config TARGET_PXM2
364 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100365 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900366 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900367
368config TARGET_RUT
369 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100370 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900371 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900372
373config TARGET_PENGWYN
374 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100375 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900376 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900377 select DM
378 select DM_SERIAL
379 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900380
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200381config TARGET_AM335X_BALTOS
382 bool "Support am335x_baltos"
383 select CPU_V7
384 select SUPPORT_SPL
385 select DM
386 select DM_SERIAL
387 select DM_GPIO
388
Masahiro Yamadadd840582014-07-30 14:08:14 +0900389config TARGET_AM335X_EVM
390 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100391 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900392 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900393 select DM
394 select DM_SERIAL
395 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900396
397config TARGET_AM43XX_EVM
398 bool "Support am43xx_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
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800402config TARGET_BAV335X
403 bool "Support bav335x"
404 select CPU_V7
405 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900406 select DM
407 select DM_SERIAL
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800408 help
409 The BAV335x OEM Network Processor integrates all the functions of an
410 embedded network computer in a small, easy to use SODIMM module which
411 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
412 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
413 ethernet with simple connection to external connectors.
414
415 For more information, visit: http://birdland.com/oem
416
Masahiro Yamadadd840582014-07-30 14:08:14 +0900417config TARGET_TI814X_EVM
418 bool "Support ti814x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100419 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900420 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900421
422config TARGET_TI816X_EVM
423 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100424 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900425 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900426
Masahiro Yamadadd840582014-07-30 14:08:14 +0900427config TARGET_BCM28155_AP
428 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100429 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900430
Steve Raeabb16782014-11-11 11:32:18 -0800431config TARGET_BCMCYGNUS
432 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100433 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700434
Steve Raeabb16782014-11-11 11:32:18 -0800435config TARGET_BCMNSP
436 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100437 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700438
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900439config ARCH_EXYNOS
440 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100441 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900442 select DM
443 select DM_SPI_FLASH
444 select DM_SERIAL
445 select DM_SPI
446 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900447
Simon Glass311757b2014-10-07 22:01:50 -0600448config ARCH_S5PC1XX
449 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100450 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900451 select DM
452 select DM_SERIAL
453 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600454
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900455config ARCH_HIGHBANK
456 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100457 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900458
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900459config ARCH_INTEGRATOR
460 bool "ARM Ltd. Integrator family"
Linus Walleij3f394e72015-07-27 11:22:48 +0200461 select DM
462 select DM_SERIAL
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900463
Masahiro Yamadac338f092014-08-31 07:11:05 +0900464config ARCH_KEYSTONE
465 bool "TI Keystone"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100466 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900467 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900468
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100469config ARCH_MX6
470 bool "Freescale MX6"
471 select CPU_V7
472
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200473config ARCH_MX5
474 bool "Freescale MX5"
475 select CPU_V7
476
Masahiro Yamadadd840582014-07-30 14:08:14 +0900477config TARGET_M53EVK
478 bool "Support m53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100479 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900480 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900481
482config TARGET_IMA3_MX53
483 bool "Support ima3-mx53"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100484 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900485
486config TARGET_MX51EVK
487 bool "Support mx51evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100488 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900489
490config TARGET_MX53ARD
491 bool "Support mx53ard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100492 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900493
494config TARGET_MX53EVK
495 bool "Support mx53evk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100496 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900497
498config TARGET_MX53LOCO
499 bool "Support mx53loco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100500 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900501
502config TARGET_MX53SMD
503 bool "Support mx53smd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100504 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900505
506config TARGET_MX51_EFIKAMX
507 bool "Support mx51_efikamx"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100508 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900509
510config TARGET_VISION2
511 bool "Support vision2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100512 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900513
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900514config OMAP34XX
515 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100516 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900517
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900518config OMAP44XX
519 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100520 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900521 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900522
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900523config OMAP54XX
524 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100525 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900526 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900527
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900528config RMOBILE
529 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100530 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900531
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900532config ARCH_SOCFPGA
533 bool "Altera SOCFPGA family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100534 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900535 select SUPPORT_SPL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900536 select DM
537 select DM_SPI_FLASH
538 select DM_SPI
Masahiro Yamadadd840582014-07-30 14:08:14 +0900539
Nikita Kiryanov8883dda2015-07-30 23:56:23 +0300540config TARGET_CM_T43
541 bool "Support cm_t43"
542 select CPU_V7
543 select SUPPORT_SPL
544
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100545config ARCH_SUNXI
546 bool "Support sunxi (Allwinner) SoCs"
Hans de Goedede1502c2015-06-17 20:54:07 +0200547 select CMD_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200548 select DM
549 select DM_GPIO
Tom Rini45368822015-06-30 16:51:15 -0400550 select DM_ETH
551 select DM_SERIAL
Hans de Goede91183ba2015-06-17 17:44:58 +0200552 select DM_USB
Hans de Goedeb6006ba2015-04-15 20:46:48 +0200553 select OF_CONTROL
554 select OF_SEPARATE
Tom Rini45368822015-06-30 16:51:15 -0400555 select USB
Hans de Goedede1502c2015-06-17 20:54:07 +0200556 select USB_STORAGE
Hans de Goedeab27f302015-08-04 17:04:13 +0200557 select USB_KEYBOARD
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800558
Masahiro Yamadadd840582014-07-30 14:08:14 +0900559config TARGET_SNOWBALL
560 bool "Support snowball"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100561 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900562
Lucile Quirion9ee16892015-06-30 17:17:47 -0400563config TARGET_TS4800
564 bool "Support TS4800"
565 select CPU_V7
566
Masahiro Yamadadd840582014-07-30 14:08:14 +0900567config TARGET_U8500_HREF
568 bool "Support u8500_href"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100569 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900570
571config TARGET_VF610TWR
572 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100573 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530575config TARGET_COLIBRI_VF
576 bool "Support Colibri VF50/61"
577 select CPU_V7
578
Masahiro Yamada5ca269a2015-03-16 16:43:24 +0900579config ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900580 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100581 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900582 select SUPPORT_SPL
Jagan Tekid065cfd2015-06-29 14:17:32 +0530583 select OF_CONTROL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900584 select DM
Jagan Teki9f7a4502015-06-27 00:51:32 +0530585 select DM_SPI
586 select DM_SPI_FLASH
Masahiro Yamadadd840582014-07-30 14:08:14 +0900587
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +0530588config ARCH_ZYNQMP
Michal Simek84c72042015-01-15 10:01:51 +0100589 bool "Support Xilinx ZynqMP Platform"
590 select ARM64
591
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900592config TEGRA
593 bool "NVIDIA Tegra"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900594
Linus Walleijf91afc42015-01-23 11:50:53 +0100595config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900596 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900597 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900598
Linus Walleijf91afc42015-01-23 11:50:53 +0100599config TARGET_VEXPRESS64_BASE_FVP
600 bool "Support Versatile Express ARMv8a FVP BASE model"
601 select ARM64
602 select SEMIHOSTING
603
Linus Walleijffc10372015-01-23 14:41:10 +0100604config TARGET_VEXPRESS64_JUNO
605 bool "Support Versatile Express Juno Development Platform"
606 select ARM64
607
Masahiro Yamadadd840582014-07-30 14:08:14 +0900608config TARGET_LS2085A_EMU
609 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900610 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100611 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900612
613config TARGET_LS2085A_SIMU
614 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900615 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100616 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900617
York Sun7288c2c2015-03-20 19:28:23 -0700618config TARGET_LS2085AQDS
619 bool "Support ls2085aqds"
620 select ARM64
621 select ARMV8_MULTIENTRY
Scott Woodb2d5ac52015-03-24 13:25:02 -0700622 select SUPPORT_SPL
York Sun7288c2c2015-03-20 19:28:23 -0700623 help
624 Support for Freescale LS2085AQDS platform
625 The LS2085A Development System (QDS) is a high-performance
626 development platform that supports the QorIQ LS2085A
627 Layerscape Architecture processor.
628
York Sune2b65ea2015-03-20 19:28:24 -0700629config TARGET_LS2085ARDB
630 bool "Support ls2085ardb"
631 select ARM64
632 select ARMV8_MULTIENTRY
Scott Wood32eda7c2015-03-24 13:25:03 -0700633 select SUPPORT_SPL
York Sune2b65ea2015-03-20 19:28:24 -0700634 help
635 Support for Freescale LS2085ARDB platform.
636 The LS2085A Reference design board (RDB) is a high-performance
637 development platform that supports the QorIQ LS2085A
638 Layerscape Architecture processor.
639
Peter Griffin11ac2362015-07-30 18:55:23 +0100640config TARGET_HIKEY
641 bool "Support HiKey 96boards Consumer Edition Platform"
642 select ARM64
643 help
644 Support for HiKey 96boards platform. It features a HI6220
645 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
646
Wang Huan550e3dc2014-09-05 13:52:44 +0800647config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800648 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100649 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800650 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800651
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800652config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800653 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100654 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800655 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800656
Masahiro Yamadadd840582014-07-30 14:08:14 +0900657config TARGET_BALLOON3
658 bool "Support balloon3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100659 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900660
661config TARGET_H2200
662 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100663 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900664
665config TARGET_PALMLD
666 bool "Support palmld"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100667 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900668
669config TARGET_PALMTC
670 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100671 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900672
673config TARGET_PALMTREO680
674 bool "Support palmtreo680"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100675 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900676 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900677
678config TARGET_PXA255_IDP
679 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100680 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900681
682config TARGET_TRIZEPSIV
683 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100684 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900685
686config TARGET_VPAC270
687 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100688 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900689 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900690
691config TARGET_XAENIAX
692 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100693 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900694
695config TARGET_ZIPITZ2
696 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100697 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900698
699config TARGET_LP8X4X
700 bool "Support lp8x4x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100701 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900702
703config TARGET_COLIBRI_PXA270
704 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100705 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900706
707config TARGET_JORNADA
708 bool "Support jornada"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100709 select CPU_SA1100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900710
Masahiro Yamada66cba042014-10-03 19:21:07 +0900711config ARCH_UNIPHIER
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900712 bool "Socionext UniPhier SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100713 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900714 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900715 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900716 select OF_CONTROL
Masahiro Yamadaf4e190e2015-08-28 20:13:18 +0900717 select SPL_OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900718 select DM
Masahiro Yamada92716142015-08-28 20:13:17 +0900719 select SPL_DM
Masahiro Yamada4e819952015-03-31 12:47:54 +0900720 select DM_SERIAL
721 select DM_I2C
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +0900722 help
723 Support for UniPhier SoC family developed by Socionext Inc.
724 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada66cba042014-10-03 19:21:07 +0900725
rev13@wp.pled09a552015-03-01 12:44:42 +0100726config TARGET_STM32F429_DISCOVERY
727 bool "Support STM32F429 Discovery"
728 select CPU_V7M
729
Masahiro Yamadadd840582014-07-30 14:08:14 +0900730endchoice
731
Masahiro Yamada4614b892015-02-20 17:04:01 +0900732source "arch/arm/mach-at91/Kconfig"
733
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900734source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900735
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900736source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700737
Thomas Abraham77b55e82015-08-03 17:58:00 +0530738source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900739
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900740source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900741
Masahiro Yamada5cbbd9b2015-04-21 21:59:36 +0900742source "arch/arm/mach-integrator/Kconfig"
743
Masahiro Yamada39a72342015-02-20 17:04:11 +0900744source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900745
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900746source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900747
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100748source "arch/arm/cpu/armv7/mx6/Kconfig"
749
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200750source "arch/arm/cpu/armv7/mx5/Kconfig"
751
Masahiro Yamadaef917dd2015-02-20 17:04:07 +0900752source "arch/arm/mach-nomadik/Kconfig"
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900753
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900754source "arch/arm/cpu/armv7/omap3/Kconfig"
755
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900756source "arch/arm/cpu/armv7/omap4/Kconfig"
757
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900758source "arch/arm/cpu/armv7/omap5/Kconfig"
759
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900760source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900761
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900762source "arch/arm/cpu/armv7/rmobile/Kconfig"
763
Simon Glass311757b2014-10-07 22:01:50 -0600764source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
765
Masahiro Yamada7865f4b2015-04-21 20:38:20 +0900766source "arch/arm/mach-socfpga/Kconfig"
767
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900768source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900769
Masahiro Yamada4c425572015-02-27 02:26:42 +0900770source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900771
Masahiro Yamada63637a42015-02-20 17:04:10 +0900772source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900773
Masahiro Yamada0107f242015-03-16 16:43:22 +0900774source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900775
Hans de Goedeea624e12014-11-14 09:34:30 +0100776source "arch/arm/cpu/armv7/Kconfig"
777
Siva Durga Prasad Paladugu75580002015-06-10 15:50:56 +0530778source "arch/arm/cpu/armv8/zynqmp/Kconfig"
779
Linus Walleij23b58772015-03-09 10:53:21 +0100780source "arch/arm/cpu/armv8/Kconfig"
781
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100782source "arch/arm/imx-common/Kconfig"
783
Masahiro Yamadadd840582014-07-30 14:08:14 +0900784source "board/BuR/kwb/Kconfig"
785source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900786source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900787source "board/Marvell/aspenite/Kconfig"
Stefan Roese2bae75a2015-04-25 06:29:56 +0200788source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200789source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900790source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900791source "board/armadeus/apf27/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900792source "board/armltd/vexpress/Kconfig"
793source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900794source "board/balloon3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900795source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900796source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800797source "board/broadcom/bcmcygnus/Kconfig"
798source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900799source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900800source "board/compulab/cm_t335/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900801source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900802source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900803source "board/denx/m28evk/Kconfig"
804source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900805source "board/esg/ima3-mx53/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900806source "board/freescale/ls2085a/Kconfig"
York Sun7288c2c2015-03-20 19:28:23 -0700807source "board/freescale/ls2085aqds/Kconfig"
York Sune2b65ea2015-03-20 19:28:24 -0700808source "board/freescale/ls2085ardb/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800809source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800810source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900811source "board/freescale/mx23evk/Kconfig"
812source "board/freescale/mx25pdk/Kconfig"
813source "board/freescale/mx28evk/Kconfig"
814source "board/freescale/mx31ads/Kconfig"
815source "board/freescale/mx31pdk/Kconfig"
816source "board/freescale/mx35pdk/Kconfig"
817source "board/freescale/mx51evk/Kconfig"
818source "board/freescale/mx53ard/Kconfig"
819source "board/freescale/mx53evk/Kconfig"
820source "board/freescale/mx53loco/Kconfig"
821source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900822source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900823source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900824source "board/gumstix/pepper/Kconfig"
825source "board/h2200/Kconfig"
826source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900827source "board/icpdas/lp8x4x/Kconfig"
828source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900829source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900830source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900831source "board/karo/tx25/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900832source "board/logicpd/imx27lite/Kconfig"
833source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200834source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900835source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900836source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900837source "board/palmld/Kconfig"
838source "board/palmtc/Kconfig"
839source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900840source "board/phytec/pcm051/Kconfig"
841source "board/ppcag/bg0900/Kconfig"
842source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900843source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900844source "board/sandisk/sansa_fuze_plus/Kconfig"
845source "board/scb9328/Kconfig"
846source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900847source "board/siemens/draco/Kconfig"
848source "board/siemens/pxm2/Kconfig"
849source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900850source "board/silica/pengwyn/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900851source "board/spear/spear300/Kconfig"
852source "board/spear/spear310/Kconfig"
853source "board/spear/spear320/Kconfig"
854source "board/spear/spear600/Kconfig"
855source "board/spear/x600/Kconfig"
856source "board/st-ericsson/snowball/Kconfig"
857source "board/st-ericsson/u8500/Kconfig"
rev13@wp.pled09a552015-03-01 12:44:42 +0100858source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800859source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900860source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900861source "board/syteco/zmx25/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900862source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900863source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800864source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900865source "board/ti/ti814x/Kconfig"
866source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900867source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900868source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitye7b860f2015-04-15 16:24:26 +0530869source "board/toradex/colibri_vf/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900870source "board/trizepsiv/Kconfig"
Lucile Quirion9ee16892015-06-30 17:17:47 -0400871source "board/technologic/ts4800/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900872source "board/ttcontrol/vision2/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900873source "board/vpac270/Kconfig"
Yegor Yefremov6ce89322015-05-29 19:27:29 +0200874source "board/vscom/baltos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900875source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200876source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900877source "board/xaeniax/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900878source "board/zipitz2/Kconfig"
879
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900880source "arch/arm/Kconfig.debug"
881
Masahiro Yamadadd840582014-07-30 14:08:14 +0900882endmenu