blob: 3702bb084f84414bb7327dc9b75e30d2bd8facc6 [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
Masahiro Yamadacac0ca72015-03-31 12:48:01 +0900238 select DM
239 select DM_SERIAL
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800240
Masahiro Yamadadd840582014-07-30 14:08:14 +0900241config TARGET_X600
242 bool "Support x600"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100243 select CPU_ARM926EJS
Masahiro Yamada02627352014-10-20 17:45:56 +0900244 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900245
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900246config ARCH_VERSATILE
247 bool "ARM Ltd. Versatile family"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100248 select CPU_ARM926EJS
Masahiro Yamadadd840582014-07-30 14:08:14 +0900249
250config TARGET_INTEGRATORCP_CM1136
251 bool "Support integratorcp_cm1136"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100252 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900253
254config TARGET_IMX31_PHYCORE
255 bool "Support imx31_phycore"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100256 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900257
258config TARGET_QONG
259 bool "Support qong"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100260 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900261
262config TARGET_MX31ADS
263 bool "Support mx31ads"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100264 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900265
266config TARGET_MX31PDK
267 bool "Support mx31pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100268 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900269 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900270
271config TARGET_TT01
272 bool "Support tt01"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100273 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900274
275config TARGET_IMX31_LITEKIT
276 bool "Support imx31_litekit"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100277 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900278
279config TARGET_WOODBURN
280 bool "Support woodburn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100281 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900282
283config TARGET_WOODBURN_SD
284 bool "Support woodburn_sd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100285 select CPU_ARM1136
Masahiro Yamada02627352014-10-20 17:45:56 +0900286 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900287
288config TARGET_FLEA3
289 bool "Support flea3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100290 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900291
292config TARGET_MX35PDK
293 bool "Support mx35pdk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100294 select CPU_ARM1136
Masahiro Yamadadd840582014-07-30 14:08:14 +0900295
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900296config ARCH_BCM283X
297 bool "Broadcom BCM283X family"
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900298 select DM
299 select DM_SERIAL
300 select DM_GPIO
Stephen Warren46414292015-02-16 12:16:15 -0700301
Masahiro Yamadadd840582014-07-30 14:08:14 +0900302config TARGET_INTEGRATORAP_CM946ES
303 bool "Support integratorap_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100304 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900305
306config TARGET_INTEGRATORCP_CM946ES
307 bool "Support integratorcp_cm946es"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100308 select CPU_ARM946ES
Masahiro Yamadadd840582014-07-30 14:08:14 +0900309
310config TARGET_VEXPRESS_CA15_TC2
311 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100312 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +0100313 select CPU_V7_HAS_NONSEC
314 select CPU_V7_HAS_VIRT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900315
316config TARGET_VEXPRESS_CA5X2
317 bool "Support vexpress_ca5x2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100318 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900319
320config TARGET_VEXPRESS_CA9X4
321 bool "Support vexpress_ca9x4"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100322 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900323
324config TARGET_KWB
325 bool "Support kwb"
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_TSERIES
330 bool "Support tseries"
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_CM_T335
335 bool "Support cm_t335"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100336 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900337 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900338 select DM
339 select DM_SERIAL
340 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900341
342config TARGET_PEPPER
343 bool "Support pepper"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100344 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900345 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900346 select DM
347 select DM_SERIAL
348 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900349
350config TARGET_AM335X_IGEP0033
351 bool "Support am335x_igep0033"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100352 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900353 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900354 select DM
355 select DM_SERIAL
356 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900357
358config TARGET_PCM051
359 bool "Support pcm051"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100360 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900361 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900362 select DM
363 select DM_SERIAL
364 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900365
366config TARGET_DRACO
367 bool "Support draco"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100368 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900369 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900370
371config TARGET_DXR2
372 bool "Support dxr2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100373 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900374 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900375
376config TARGET_PXM2
377 bool "Support pxm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100378 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900379 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900380
381config TARGET_RUT
382 bool "Support rut"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100383 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900384 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900385
386config TARGET_PENGWYN
387 bool "Support pengwyn"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100388 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900389 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900390 select DM
391 select DM_SERIAL
392 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900393
394config TARGET_AM335X_EVM
395 bool "Support am335x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100396 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900397 select SUPPORT_SPL
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900398 select DM
399 select DM_SERIAL
400 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900401
402config TARGET_AM43XX_EVM
403 bool "Support am43xx_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
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800407config TARGET_BAV335X
408 bool "Support bav335x"
409 select CPU_V7
410 select SUPPORT_SPL
Masahiro Yamada93a35382015-03-31 12:48:00 +0900411 select DM
412 select DM_SERIAL
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800413 help
414 The BAV335x OEM Network Processor integrates all the functions of an
415 embedded network computer in a small, easy to use SODIMM module which
416 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
417 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
418 ethernet with simple connection to external connectors.
419
420 For more information, visit: http://birdland.com/oem
421
Masahiro Yamadadd840582014-07-30 14:08:14 +0900422config TARGET_TI814X_EVM
423 bool "Support ti814x_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
427config TARGET_TI816X_EVM
428 bool "Support ti816x_evm"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100429 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900430 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900431
Masahiro Yamadadd840582014-07-30 14:08:14 +0900432config TARGET_BCM28155_AP
433 bool "Support bcm28155_ap"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100434 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900435
Steve Raeabb16782014-11-11 11:32:18 -0800436config TARGET_BCMCYGNUS
437 bool "Support bcmcygnus"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100438 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700439
Steve Raeabb16782014-11-11 11:32:18 -0800440config TARGET_BCMNSP
441 bool "Support bcmnsp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100442 select CPU_V7
Steve Rae9dec5272014-08-11 13:58:26 -0700443
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900444config ARCH_EXYNOS
445 bool "Samsung EXYNOS"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100446 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900447 select DM
448 select DM_SPI_FLASH
449 select DM_SERIAL
450 select DM_SPI
451 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900452
Simon Glass311757b2014-10-07 22:01:50 -0600453config ARCH_S5PC1XX
454 bool "Samsung S5PC1XX"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100455 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900456 select DM
457 select DM_SERIAL
458 select DM_GPIO
Simon Glass311757b2014-10-07 22:01:50 -0600459
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900460config ARCH_HIGHBANK
461 bool "Calxeda Highbank"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100462 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +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
514config TARGET_UDOO
515 bool "Support udoo"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100516 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900517
518config TARGET_WANDBOARD
519 bool "Support wandboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100520 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900521
Otavio Salvador4579dc32015-02-17 10:42:46 -0200522config TARGET_WARP
523 bool "Support WaRP"
524 select CPU_V7
525
Masahiro Yamadadd840582014-07-30 14:08:14 +0900526config TARGET_TITANIUM
527 bool "Support titanium"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100528 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900529
530config TARGET_NITROGEN6X
531 bool "Support nitrogen6x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100532 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900533
534config TARGET_CGTQMX6EVAL
535 bool "Support cgtqmx6eval"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100536 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900537
538config TARGET_EMBESTMX6BOARDS
539 bool "Support embestmx6boards"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100540 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900541
Stefano Babic7e929172014-08-11 10:18:41 +0200542config TARGET_ARISTAINETOS
543 bool "Support aristainetos"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100544 select CPU_V7
Stefano Babic7e929172014-08-11 10:18:41 +0200545
Masahiro Yamadadd840582014-07-30 14:08:14 +0900546config TARGET_MX6QARM2
547 bool "Support mx6qarm2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100548 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900549
550config TARGET_MX6QSABREAUTO
551 bool "Support mx6qsabreauto"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100552 select CPU_V7
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900553 select DM
554 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900555
556config TARGET_MX6SABRESD
557 bool "Support mx6sabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100558 select CPU_V7
John Tobiase451e9b2014-11-12 14:27:43 -0800559 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900560 select DM
561 select DM_THERMAL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900562
563config TARGET_MX6SLEVK
564 bool "Support mx6slevk"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100565 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900566
Fabio Estevam080d72f2014-08-14 21:00:28 -0300567config TARGET_MX6SXSABRESD
568 bool "Support mx6sxsabresd"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100569 select CPU_V7
Peng Fan3dae50d2014-12-30 17:23:59 +0800570 select SUPPORT_SPL
Masahiro Yamadab507c5e2015-03-31 12:47:58 +0900571 select DM
572 select DM_THERMAL
Fabio Estevam080d72f2014-08-14 21:00:28 -0300573
Masahiro Yamadadd840582014-07-30 14:08:14 +0900574config TARGET_GW_VENTANA
575 bool "Support gw_ventana"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100576 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900577 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900578
579config TARGET_HUMMINGBOARD
580 bool "Support hummingboard"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100581 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900582
Marek Vasutf91c09a2014-10-24 23:39:07 +0200583config TARGET_KOSAGI_NOVENA
584 bool "Support Kosagi Novena"
Masahiro Yamada790f70c2014-11-06 11:39:26 +0900585 select CPU_V7
Marek Vasutbdf16382014-11-13 11:06:21 +0100586 select SUPPORT_SPL
Marek Vasutf91c09a2014-10-24 23:39:07 +0200587
Soeren Moch05d492a2014-11-03 13:57:01 +0100588config TARGET_TBS2910
589 bool "Support tbs2910"
Soeren Mochf8bbd7f2014-11-26 12:39:24 +0100590 select CPU_V7
Soeren Moch05d492a2014-11-03 13:57:01 +0100591
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900592config TARGET_TQMA6
593 bool "TQ Systems TQMa6 board"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100594 select CPU_V7
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900595
Christian Gmeiner39d09732014-10-02 13:33:46 +0200596config TARGET_OT1200
597 bool "Bachmann OT1200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100598 select CPU_V7
Christian Gmeiner8551b362015-01-19 17:26:44 +0100599 select SUPPORT_SPL
Christian Gmeiner39d09732014-10-02 13:33:46 +0200600
Stefan Roese5d6050f2014-12-10 10:15:23 +0100601config TARGET_PLATINUM_PICON
602 bool "Support platinum-picon"
603 select CPU_V7
604 select SUPPORT_SPL
605
606config TARGET_PLATINUM_TITANIUM
607 bool "Support platinum-titanium"
608 select CPU_V7
609 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900610
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900611config OMAP34XX
612 bool "OMAP34XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100613 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900614
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900615config OMAP44XX
616 bool "OMAP44XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100617 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900618 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900619
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900620config OMAP54XX
621 bool "OMAP54XX SoC"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100622 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900623 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900624
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900625config RMOBILE
626 bool "Renesas ARM SoCs"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100627 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900628
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300629config TARGET_CM_FX6
630 bool "Support cm_fx6"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100631 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900632 select SUPPORT_SPL
Masahiro Yamadae621bae2015-03-31 12:48:02 +0900633 select DM
634 select DM_SERIAL
635 select DM_GPIO
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300636
Marek Vasutc115a0d2014-12-30 18:16:08 +0100637config TARGET_SOCFPGA_ARRIA5
638 bool "Support socfpga_arria5"
639 select CPU_V7
640 select SUPPORT_SPL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900641 select DM
642 select DM_SPI_FLASH
643 select DM_SPI
Marek Vasutc115a0d2014-12-30 18:16:08 +0100644
Masahiro Yamadadd840582014-07-30 14:08:14 +0900645config TARGET_SOCFPGA_CYCLONE5
646 bool "Support socfpga_cyclone5"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100647 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900648 select SUPPORT_SPL
Masahiro Yamada1d9aa3e2015-03-31 12:47:59 +0900649 select DM
650 select DM_SPI_FLASH
651 select DM_SPI
Masahiro Yamadadd840582014-07-30 14:08:14 +0900652
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100653config ARCH_SUNXI
654 bool "Support sunxi (Allwinner) SoCs"
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +0800655
Masahiro Yamadadd840582014-07-30 14:08:14 +0900656config TARGET_SNOWBALL
657 bool "Support snowball"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100658 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900659
660config TARGET_U8500_HREF
661 bool "Support u8500_href"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100662 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900663
664config TARGET_VF610TWR
665 bool "Support vf610twr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100666 select CPU_V7
Masahiro Yamadadd840582014-07-30 14:08:14 +0900667
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900668config ZYNQ
669 bool "Xilinx Zynq Platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100670 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900671 select SUPPORT_SPL
Masahiro Yamada8981f052015-03-31 12:47:55 +0900672 select DM
Masahiro Yamadadd840582014-07-30 14:08:14 +0900673
Michal Simek84c72042015-01-15 10:01:51 +0100674config TARGET_XILINX_ZYNQMP
675 bool "Support Xilinx ZynqMP Platform"
676 select ARM64
677
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900678config TEGRA
679 bool "NVIDIA Tegra"
Masahiro Yamada02627352014-10-20 17:45:56 +0900680 select SUPPORT_SPL
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900681 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900682 select OF_CONTROL
683 select CPU_V7
Masahiro Yamada58d423b2015-03-31 12:47:53 +0900684 select DM
685 select DM_SPI_FLASH
686 select DM_SERIAL
687 select DM_I2C
688 select DM_SPI
689 select DM_GPIO
Masahiro Yamadadd840582014-07-30 14:08:14 +0900690
Linus Walleijf91afc42015-01-23 11:50:53 +0100691config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadadd840582014-07-30 14:08:14 +0900692 bool "Support vexpress_aemv8a"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900693 select ARM64
Masahiro Yamadadd840582014-07-30 14:08:14 +0900694
Linus Walleijf91afc42015-01-23 11:50:53 +0100695config TARGET_VEXPRESS64_BASE_FVP
696 bool "Support Versatile Express ARMv8a FVP BASE model"
697 select ARM64
698 select SEMIHOSTING
699
Linus Walleijffc10372015-01-23 14:41:10 +0100700config TARGET_VEXPRESS64_JUNO
701 bool "Support Versatile Express Juno Development Platform"
702 select ARM64
703
Masahiro Yamadadd840582014-07-30 14:08:14 +0900704config TARGET_LS2085A_EMU
705 bool "Support ls2085a_emu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900706 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100707 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900708
709config TARGET_LS2085A_SIMU
710 bool "Support ls2085a_simu"
Masahiro Yamada016a9542014-09-14 03:01:51 +0900711 select ARM64
Linus Walleij23b58772015-03-09 10:53:21 +0100712 select ARMV8_MULTIENTRY
Masahiro Yamadadd840582014-07-30 14:08:14 +0900713
Wang Huan550e3dc2014-09-05 13:52:44 +0800714config TARGET_LS1021AQDS
Alison Wang0de15702014-12-03 16:18:09 +0800715 bool "Support ls1021aqds"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100716 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800717 select SUPPORT_SPL
Wang Huan550e3dc2014-09-05 13:52:44 +0800718
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800719config TARGET_LS1021ATWR
Alison Wang0de15702014-12-03 16:18:09 +0800720 bool "Support ls1021atwr"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100721 select CPU_V7
Alison Wang50f0c662014-12-03 15:00:45 +0800722 select SUPPORT_SPL
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800723
Masahiro Yamadadd840582014-07-30 14:08:14 +0900724config TARGET_BALLOON3
725 bool "Support balloon3"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100726 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900727
728config TARGET_H2200
729 bool "Support h2200"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100730 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900731
732config TARGET_PALMLD
733 bool "Support palmld"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100734 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900735
736config TARGET_PALMTC
737 bool "Support palmtc"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100738 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900739
740config TARGET_PALMTREO680
741 bool "Support palmtreo680"
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_PXA255_IDP
746 bool "Support pxa255_idp"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100747 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900748
749config TARGET_TRIZEPSIV
750 bool "Support trizepsiv"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100751 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900752
753config TARGET_VPAC270
754 bool "Support vpac270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100755 select CPU_PXA
Masahiro Yamada02627352014-10-20 17:45:56 +0900756 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900757
758config TARGET_XAENIAX
759 bool "Support xaeniax"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100760 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900761
762config TARGET_ZIPITZ2
763 bool "Support zipitz2"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100764 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900765
766config TARGET_LP8X4X
767 bool "Support lp8x4x"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100768 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900769
770config TARGET_COLIBRI_PXA270
771 bool "Support colibri_pxa270"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100772 select CPU_PXA
Masahiro Yamadadd840582014-07-30 14:08:14 +0900773
774config TARGET_JORNADA
775 bool "Support jornada"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100776 select CPU_SA1100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900777
Masahiro Yamada66cba042014-10-03 19:21:07 +0900778config ARCH_UNIPHIER
779 bool "Panasonic UniPhier platform"
Georges Savoundararadj2e07c242014-10-28 23:16:09 +0100780 select CPU_V7
Masahiro Yamada02627352014-10-20 17:45:56 +0900781 select SUPPORT_SPL
Masahiro Yamada992e8742014-12-18 19:11:03 +0900782 select SPL
Masahiro Yamadad6489642015-02-24 22:26:21 +0900783 select OF_CONTROL
Masahiro Yamada4e819952015-03-31 12:47:54 +0900784 select DM
785 select DM_SERIAL
786 select DM_I2C
Masahiro Yamada66cba042014-10-03 19:21:07 +0900787
Masahiro Yamadadd840582014-07-30 14:08:14 +0900788endchoice
789
Masahiro Yamada4614b892015-02-20 17:04:01 +0900790source "arch/arm/mach-at91/Kconfig"
791
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900792source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamada3491ba62014-08-31 07:11:01 +0900793
Masahiro Yamadaddf6bd42015-03-19 19:42:56 +0900794source "arch/arm/mach-davinci/Kconfig"
Simon Glass34e609c2015-02-05 21:41:39 -0700795
Masahiro Yamada72df68c2014-08-31 07:11:00 +0900796source "arch/arm/cpu/armv7/exynos/Kconfig"
797
Masahiro Yamada72a8ff42015-02-20 17:04:08 +0900798source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamadaef2b6942014-08-31 07:11:07 +0900799
Masahiro Yamada39a72342015-02-20 17:04:11 +0900800source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamadac338f092014-08-31 07:11:05 +0900801
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900802source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamada47539e22014-08-31 07:10:59 +0900803
Boris BREZILLON89ebc822015-03-04 13:13:03 +0100804source "arch/arm/cpu/armv7/mx6/Kconfig"
805
Andrej Rosano424ee3d2015-04-08 18:56:29 +0200806source "arch/arm/cpu/armv7/mx5/Kconfig"
807
Masahiro Yamadaef917dd2015-02-20 17:04:07 +0900808source "arch/arm/mach-nomadik/Kconfig"
Masahiro Yamada16e16fd2014-08-31 07:11:08 +0900809
Masahiro Yamada3cfbcb52014-08-31 07:11:02 +0900810source "arch/arm/cpu/armv7/omap3/Kconfig"
811
Masahiro Yamadad08215a2014-08-31 07:11:03 +0900812source "arch/arm/cpu/armv7/omap4/Kconfig"
813
Masahiro Yamada6c5431a2014-08-31 07:11:04 +0900814source "arch/arm/cpu/armv7/omap5/Kconfig"
815
Masahiro Yamada3e93b4e2015-02-20 17:04:09 +0900816source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada22f2be72014-08-31 07:11:06 +0900817
Masahiro Yamadaf40b9892014-08-31 07:10:57 +0900818source "arch/arm/cpu/armv7/rmobile/Kconfig"
819
Simon Glass311757b2014-10-07 22:01:50 -0600820source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
821
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900822source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900823
Masahiro Yamada4c425572015-02-27 02:26:42 +0900824source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada66cba042014-10-03 19:21:07 +0900825
Masahiro Yamada63637a42015-02-20 17:04:10 +0900826source "arch/arm/mach-versatile/Kconfig"
Masahiro Yamadaad17a812014-08-31 07:10:58 +0900827
Masahiro Yamada44dcb402014-08-31 07:10:55 +0900828source "arch/arm/cpu/armv7/zynq/Kconfig"
Masahiro Yamadaddd960e2014-08-31 07:10:56 +0900829
Hans de Goedeea624e12014-11-14 09:34:30 +0100830source "arch/arm/cpu/armv7/Kconfig"
831
Linus Walleij23b58772015-03-09 10:53:21 +0100832source "arch/arm/cpu/armv8/Kconfig"
833
Boris BREZILLONa05a6042015-03-04 13:13:04 +0100834source "arch/arm/imx-common/Kconfig"
835
Stefano Babic7e929172014-08-11 10:18:41 +0200836source "board/aristainetos/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900837source "board/BuR/kwb/Kconfig"
838source "board/BuR/tseries/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900839source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900840source "board/Marvell/aspenite/Kconfig"
Stefan Roesedd580802014-10-22 12:13:18 +0200841source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900842source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900843source "board/altera/socfpga/Kconfig"
844source "board/armadeus/apf27/Kconfig"
845source "board/armltd/integrator/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900846source "board/armltd/vexpress/Kconfig"
847source "board/armltd/vexpress64/Kconfig"
Christian Gmeiner39d09732014-10-02 13:33:46 +0200848source "board/bachmann/ot1200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900849source "board/balloon3/Kconfig"
Stefan Roese5d6050f2014-12-10 10:15:23 +0100850source "board/barco/platinum/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900851source "board/barco/titanium/Kconfig"
852source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900853source "board/boundary/nitrogen6x/Kconfig"
854source "board/broadcom/bcm28155_ap/Kconfig"
Steve Raeabb16782014-11-11 11:32:18 -0800855source "board/broadcom/bcmcygnus/Kconfig"
856source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900857source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900858source "board/compulab/cm_t335/Kconfig"
Nikita Kiryanove32028a2014-09-07 18:59:29 +0300859source "board/compulab/cm_fx6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900860source "board/congatec/cgtqmx6eval/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900861source "board/creative/xfi3/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900862source "board/davedenx/qong/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900863source "board/denx/m28evk/Kconfig"
864source "board/denx/m53evk/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900865source "board/embest/mx6boards/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900866source "board/esg/ima3-mx53/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900867source "board/freescale/ls2085a/Kconfig"
Wang Huan550e3dc2014-09-05 13:52:44 +0800868source "board/freescale/ls1021aqds/Kconfig"
Wang Huanc8a7d9d2014-09-05 13:52:45 +0800869source "board/freescale/ls1021atwr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900870source "board/freescale/mx23evk/Kconfig"
871source "board/freescale/mx25pdk/Kconfig"
872source "board/freescale/mx28evk/Kconfig"
873source "board/freescale/mx31ads/Kconfig"
874source "board/freescale/mx31pdk/Kconfig"
875source "board/freescale/mx35pdk/Kconfig"
876source "board/freescale/mx51evk/Kconfig"
877source "board/freescale/mx53ard/Kconfig"
878source "board/freescale/mx53evk/Kconfig"
879source "board/freescale/mx53loco/Kconfig"
880source "board/freescale/mx53smd/Kconfig"
881source "board/freescale/mx6qarm2/Kconfig"
882source "board/freescale/mx6qsabreauto/Kconfig"
883source "board/freescale/mx6sabresd/Kconfig"
884source "board/freescale/mx6slevk/Kconfig"
Fabio Estevam080d72f2014-08-14 21:00:28 -0300885source "board/freescale/mx6sxsabresd/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900886source "board/freescale/vf610twr/Kconfig"
887source "board/gateworks/gw_ventana/Kconfig"
888source "board/genesi/mx51_efikamx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900889source "board/gumstix/pepper/Kconfig"
890source "board/h2200/Kconfig"
891source "board/hale/tt01/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900892source "board/icpdas/lp8x4x/Kconfig"
893source "board/imx31_phycore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900894source "board/isee/igep0033/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900895source "board/jornada/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900896source "board/karo/tx25/Kconfig"
Marek Vasutf91c09a2014-10-24 23:39:07 +0200897source "board/kosagi/novena/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900898source "board/logicpd/imx27lite/Kconfig"
899source "board/logicpd/imx31_litekit/Kconfig"
Stefan Roesea4884832014-10-22 12:13:19 +0200900source "board/maxbcm/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900901source "board/mpl/vcma9/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900902source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900903source "board/palmld/Kconfig"
904source "board/palmtc/Kconfig"
905source "board/palmtreo680/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900906source "board/phytec/pcm051/Kconfig"
907source "board/ppcag/bg0900/Kconfig"
908source "board/pxa255_idp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900909source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900910source "board/sandisk/sansa_fuze_plus/Kconfig"
911source "board/scb9328/Kconfig"
912source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900913source "board/siemens/draco/Kconfig"
914source "board/siemens/pxm2/Kconfig"
915source "board/siemens/rut/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900916source "board/silica/pengwyn/Kconfig"
917source "board/solidrun/hummingboard/Kconfig"
918source "board/spear/spear300/Kconfig"
919source "board/spear/spear310/Kconfig"
920source "board/spear/spear320/Kconfig"
921source "board/spear/spear600/Kconfig"
922source "board/spear/x600/Kconfig"
923source "board/st-ericsson/snowball/Kconfig"
924source "board/st-ericsson/u8500/Kconfig"
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800925source "board/st/stv0991/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900926source "board/sunxi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900927source "board/syteco/zmx25/Kconfig"
Soeren Moch05d492a2014-11-03 13:57:01 +0100928source "board/tbs/tbs2910/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900929source "board/ti/am335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900930source "board/ti/am43xx/Kconfig"
Gilles Gameiroa2bc4322015-02-10 01:36:01 -0800931source "board/birdland/bav335x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900932source "board/ti/ti814x/Kconfig"
933source "board/ti/ti816x/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900934source "board/timll/devkit3250/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900935source "board/toradex/colibri_pxa270/Kconfig"
Masahiro Yamadaa1263632014-09-01 00:47:55 +0900936source "board/tqc/tqma6/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900937source "board/trizepsiv/Kconfig"
938source "board/ttcontrol/vision2/Kconfig"
939source "board/udoo/Kconfig"
940source "board/vpac270/Kconfig"
941source "board/wandboard/Kconfig"
Otavio Salvador4579dc32015-02-17 10:42:46 -0200942source "board/warp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900943source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)412ae532015-03-31 11:40:51 +0200944source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900945source "board/xaeniax/Kconfig"
Michal Simek84c72042015-01-15 10:01:51 +0100946source "board/xilinx/zynqmp/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900947source "board/zipitz2/Kconfig"
948
Masahiro Yamada51b17d42014-09-01 11:06:34 +0900949source "arch/arm/Kconfig.debug"
950
Masahiro Yamadadd840582014-07-30 14:08:14 +0900951endmenu