blob: 68ae6b6d06d2255d2ce62fc114e4d736793fd2d7 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "arm"
6
Masahiro Yamada0d46c342014-09-14 03:01:51 +09007config ARM64
8 bool
9
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010010config HAS_VBAR
11 bool
12
Albert ARIBAUDa3823222015-10-23 18:06:40 +020013config HAS_THUMB2
14 bool
15
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010016config CPU_ARM720T
17 bool
18
19config CPU_ARM920T
20 bool
21
22config CPU_ARM926EJS
23 bool
24
25config CPU_ARM946ES
26 bool
27
28config CPU_ARM1136
29 bool
30
31config CPU_ARM1176
32 bool
33 select HAS_VBAR
34
35config CPU_V7
36 bool
37 select HAS_VBAR
Albert ARIBAUDa3823222015-10-23 18:06:40 +020038 select HAS_THUMB2
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010039
rev13@wp.plb3b57e82015-03-01 12:44:39 +010040config CPU_V7M
41 bool
Albert ARIBAUDa3823222015-10-23 18:06:40 +020042 select HAS_THUMB2
rev13@wp.plb3b57e82015-03-01 12:44:39 +010043
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010044config CPU_PXA
45 bool
46
47config CPU_SA1100
48 bool
49
50config SYS_CPU
51 default "arm720t" if CPU_ARM720T
52 default "arm920t" if CPU_ARM920T
53 default "arm926ejs" if CPU_ARM926EJS
54 default "arm946es" if CPU_ARM946ES
55 default "arm1136" if CPU_ARM1136
56 default "arm1176" if CPU_ARM1176
57 default "armv7" if CPU_V7
rev13@wp.plb3b57e82015-03-01 12:44:39 +010058 default "armv7m" if CPU_V7M
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010059 default "pxa" if CPU_PXA
60 default "sa1100" if CPU_SA1100
Masahiro Yamadadade3b02014-11-06 11:39:27 +090061 default "armv8" if ARM64
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010062
Linus Walleij800d6fd2015-01-23 11:50:53 +010063config SEMIHOSTING
64 bool "support boot from semihosting"
65 help
66 In emulated environments, semihosting is a way for
67 the hosted environment to call out to the emulator to
68 retrieve files from the host machine.
69
Peng Fan10ddab42015-08-19 15:48:57 +080070config SYS_L2CACHE_OFF
71 bool "L2cache off"
72 help
73 If SoC does not support L2CACHE or one do not want to enable
74 L2CACHE, choose this option.
75
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090076choice
77 prompt "Target select"
Simon Glassdfd904a2015-08-30 19:19:30 -060078 default TARGET_HIKEY
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090080config ARCH_AT91
81 bool "Atmel AT91"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090082
83config TARGET_EDB93XX
84 bool "Support edb93xx"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010085 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090087config TARGET_VCMA9
88 bool "Support VCMA9"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010089 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090090
91config TARGET_SMDK2410
92 bool "Support smdk2410"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010093 select CPU_ARM920T
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090094
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090095config TARGET_ASPENITE
96 bool "Support aspenite"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +010097 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090098
99config TARGET_GPLUGD
100 bool "Support gplugd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100101 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900102
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900103config ARCH_DAVINCI
104 bool "TI DaVinci"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100105 select CPU_ARM926EJS
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900106 help
107 Support for TI's DaVinci platform.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900108
Masahiro Yamadad7570852014-08-31 07:10:59 +0900109config KIRKWOOD
110 bool "Marvell Kirkwood"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100111 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900112
Stefan Roese383e0c12015-08-25 13:18:38 +0200113config ARCH_MVEBU
114 bool "Marvell MVEBU family (Armada XP/38x)"
Stefan Roese073efd72015-04-25 06:29:56 +0200115 select CPU_V7
116 select SUPPORT_SPL
Stefan Roese096de4f2015-09-01 11:27:52 +0200117 select OF_CONTROL
118 select OF_SEPARATE
119 select DM
Stefan Roese7f9f8e32015-09-02 08:41:41 +0200120 select DM_SERIAL
Stefan Roese49e7d772015-11-20 13:51:57 +0100121 select DM_SPI
122 select DM_SPI_FLASH
Stefan Roese83097cf2015-11-25 07:37:00 +0100123 select SPL_DM
124 select SPL_OF_CONTROL
Stefan Roese49e7d772015-11-20 13:51:57 +0100125 select SPL_SIMPLE_BUS
Stefan Roese9b1e2312014-10-22 12:13:19 +0200126
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900127config TARGET_DEVKIT3250
128 bool "Support devkit3250"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100129 select CPU_ARM926EJS
Vladimir Zapolskiy89f86a22015-07-18 01:47:11 +0300130 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900131
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200132config TARGET_WORK_92105
133 bool "Support work_92105"
134 select CPU_ARM926EJS
135 select SUPPORT_SPL
136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900137config TARGET_MX25PDK
138 bool "Support mx25pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100139 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900140
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900141config TARGET_ZMX25
142 bool "Support zmx25"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100143 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900144
145config TARGET_APF27
146 bool "Support apf27"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100147 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900148 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900149
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900150config TARGET_APX4DEVKIT
151 bool "Support apx4devkit"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100152 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900153 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900154
155config TARGET_XFI3
156 bool "Support xfi3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100157 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900158 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900159
160config TARGET_M28EVK
161 bool "Support m28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100162 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900163 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900164
165config TARGET_MX23EVK
166 bool "Support mx23evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100167 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900168 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900169
170config TARGET_MX28EVK
171 bool "Support mx28evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100172 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900173 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900174
175config TARGET_MX23_OLINUXINO
176 bool "Support mx23_olinuxino"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100177 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900178 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900179
180config TARGET_BG0900
181 bool "Support bg0900"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100182 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900183 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900184
185config TARGET_SANSA_FUZE_PLUS
186 bool "Support sansa_fuze_plus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100187 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900188 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900189
190config TARGET_SC_SPS_1
191 bool "Support sc_sps_1"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100192 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900193 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900194
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900195config ORION5X
196 bool "Marvell Orion"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100197 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900198
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900199config TARGET_SPEAR300
200 bool "Support spear300"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100201 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900202
203config TARGET_SPEAR310
204 bool "Support spear310"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100205 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900206
207config TARGET_SPEAR320
208 bool "Support spear320"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100209 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900210
211config TARGET_SPEAR600
212 bool "Support spear600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100213 select CPU_ARM926EJS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900214
Vikas Manocha33913c52014-11-18 10:42:22 -0800215config TARGET_STV0991
216 bool "Support stv0991"
217 select CPU_V7
Masahiro Yamada0906a822015-03-31 12:48:01 +0900218 select DM
219 select DM_SERIAL
Vikas Manocha8cc062f2015-07-02 18:29:41 -0700220 select DM_SPI
221 select DM_SPI_FLASH
222 select SPI_FLASH
Vikas Manocha33913c52014-11-18 10:42:22 -0800223
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900224config TARGET_X600
225 bool "Support x600"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100226 select CPU_ARM926EJS
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900227 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900228
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900229config TARGET_IMX31_PHYCORE
230 bool "Support imx31_phycore"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100231 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900232
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900233config TARGET_MX31ADS
234 bool "Support mx31ads"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100235 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900236
237config TARGET_MX31PDK
238 bool "Support mx31pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100239 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900240 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900241
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900242config TARGET_WOODBURN
243 bool "Support woodburn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100244 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900245
246config TARGET_WOODBURN_SD
247 bool "Support woodburn_sd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100248 select CPU_ARM1136
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900249 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900250
251config TARGET_FLEA3
252 bool "Support flea3"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100253 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900254
255config TARGET_MX35PDK
256 bool "Support mx35pdk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100257 select CPU_ARM1136
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900258
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900259config ARCH_BCM283X
260 bool "Broadcom BCM283X family"
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900261 select DM
262 select DM_SERIAL
263 select DM_GPIO
Stephen Warrendc7ea682015-02-16 12:16:15 -0700264
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900265config TARGET_VEXPRESS_CA15_TC2
266 bool "Support vexpress_ca15_tc2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100267 select CPU_V7
Hans de Goede85437352014-11-14 09:34:30 +0100268 select CPU_V7_HAS_NONSEC
269 select CPU_V7_HAS_VIRT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900270
271config TARGET_VEXPRESS_CA5X2
272 bool "Support vexpress_ca5x2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100273 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900274
275config TARGET_VEXPRESS_CA9X4
276 bool "Support vexpress_ca9x4"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100277 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900278
279config TARGET_KWB
280 bool "Support kwb"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100281 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900282 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900283
284config TARGET_TSERIES
285 bool "Support tseries"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100286 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900287 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900288
289config TARGET_CM_T335
290 bool "Support cm_t335"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100291 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900292 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900293 select DM
294 select DM_SERIAL
295 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900296
297config TARGET_PEPPER
298 bool "Support pepper"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100299 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900300 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900301 select DM
302 select DM_SERIAL
303 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900304
305config TARGET_AM335X_IGEP0033
306 bool "Support am335x_igep0033"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100307 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900308 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900309 select DM
310 select DM_SERIAL
311 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900312
313config TARGET_PCM051
314 bool "Support pcm051"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100315 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900316 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900317 select DM
318 select DM_SERIAL
319 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900320
321config TARGET_DRACO
322 bool "Support draco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100323 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900324 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900325
Heiko Schocher9ba67f22015-06-15 14:57:15 +0200326config TARGET_THUBAN
327 bool "Support thuban"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100328 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900329 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900330
Heiko Schocherb7a6d142015-06-15 14:56:41 +0200331config TARGET_RASTABAN
332 bool "Support rastaban"
333 select CPU_V7
334 select SUPPORT_SPL
335
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900336config TARGET_PXM2
337 bool "Support pxm2"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100338 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900339 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900340
341config TARGET_RUT
342 bool "Support rut"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100343 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900344 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900345
346config TARGET_PENGWYN
347 bool "Support pengwyn"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100348 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900349 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900350 select DM
351 select DM_SERIAL
352 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900353
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200354config TARGET_AM335X_BALTOS
355 bool "Support am335x_baltos"
356 select CPU_V7
357 select SUPPORT_SPL
358 select DM
359 select DM_SERIAL
360 select DM_GPIO
361
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900362config TARGET_AM335X_EVM
363 bool "Support am335x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100364 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900365 select SUPPORT_SPL
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900366 select DM
367 select DM_SERIAL
368 select DM_GPIO
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900369
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200370config TARGET_AM335X_SL50
371 bool "Support am335x_sl50"
372 select CPU_V7
373 select SUPPORT_SPL
374 select DM
375 select DM_SERIAL
376
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900377config TARGET_AM43XX_EVM
378 bool "Support am43xx_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100379 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900380 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900381
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800382config TARGET_BAV335X
383 bool "Support bav335x"
384 select CPU_V7
385 select SUPPORT_SPL
Masahiro Yamada20c57812015-03-31 12:48:00 +0900386 select DM
387 select DM_SERIAL
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800388 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 Yamadad3ae6782014-07-30 14:08:14 +0900397config TARGET_TI814X_EVM
398 bool "Support ti814x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100399 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900400 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900401
402config TARGET_TI816X_EVM
403 bool "Support ti816x_evm"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100404 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900405 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900406
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900407config TARGET_BCM28155_AP
408 bool "Support bcm28155_ap"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100409 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900410
Steve Rae1c5f31c2014-11-11 11:32:18 -0800411config TARGET_BCMCYGNUS
412 bool "Support bcmcygnus"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100413 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700414
Steve Rae1c5f31c2014-11-11 11:32:18 -0800415config TARGET_BCMNSP
416 bool "Support bcmnsp"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100417 select CPU_V7
Steve Rae729da8b2014-08-11 13:58:26 -0700418
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900419config ARCH_EXYNOS
420 bool "Samsung EXYNOS"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100421 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900422 select DM
423 select DM_SPI_FLASH
424 select DM_SERIAL
425 select DM_SPI
426 select DM_GPIO
Simon Glassaa8484f2015-10-18 21:17:17 -0600427 select DM_KEYBOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900428
Simon Glass96aa0722014-10-07 22:01:50 -0600429config ARCH_S5PC1XX
430 bool "Samsung S5PC1XX"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100431 select CPU_V7
Masahiro Yamada5ef5ccc2015-03-31 12:47:53 +0900432 select DM
433 select DM_SERIAL
434 select DM_GPIO
Simon Glass96aa0722014-10-07 22:01:50 -0600435
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900436config ARCH_HIGHBANK
437 bool "Calxeda Highbank"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100438 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900439
Masahiro Yamadacad44162015-04-21 21:59:36 +0900440config ARCH_INTEGRATOR
441 bool "ARM Ltd. Integrator family"
Linus Walleij616d9a02015-07-27 11:22:48 +0200442 select DM
443 select DM_SERIAL
Masahiro Yamadacad44162015-04-21 21:59:36 +0900444
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900445config ARCH_KEYSTONE
446 bool "TI Keystone"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100447 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900448 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900449
Adrian Alonso98810772015-09-03 11:49:28 -0500450config ARCH_MX7
451 bool "Freescale MX7"
452 select CPU_V7
453
Boris BREZILLON51e82662015-03-04 13:13:03 +0100454config ARCH_MX6
455 bool "Freescale MX6"
456 select CPU_V7
457
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200458config ARCH_MX5
459 bool "Freescale MX5"
460 select CPU_V7
461
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900462config TARGET_M53EVK
463 bool "Support m53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100464 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900465 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900466
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900467config TARGET_MX51EVK
468 bool "Support mx51evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100469 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900470
471config TARGET_MX53ARD
472 bool "Support mx53ard"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100473 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900474
475config TARGET_MX53EVK
476 bool "Support mx53evk"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100477 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900478
479config TARGET_MX53LOCO
480 bool "Support mx53loco"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100481 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900482
483config TARGET_MX53SMD
484 bool "Support mx53smd"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100485 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900486
Masahiro Yamadadd678432014-08-31 07:11:02 +0900487config OMAP34XX
488 bool "OMAP34XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100489 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900490
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900491config OMAP44XX
492 bool "OMAP44XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100493 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900494 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900495
Masahiro Yamada420b8162014-08-31 07:11:04 +0900496config OMAP54XX
497 bool "OMAP54XX SoC"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100498 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900499 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900500
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900501config RMOBILE
502 bool "Renesas ARM SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100503 select CPU_V7
Nikita Kiryanovf5cab0f2014-09-07 18:59:29 +0300504
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900505config ARCH_SOCFPGA
506 bool "Altera SOCFPGA family"
Marek Vasut69295472014-12-30 18:16:08 +0100507 select CPU_V7
508 select SUPPORT_SPL
Marek Vasutf44fb6f2015-08-19 23:23:52 +0200509 select OF_CONTROL
510 select SPL_OF_CONTROL
Masahiro Yamadae2005542015-03-31 12:47:59 +0900511 select DM
512 select DM_SPI_FLASH
513 select DM_SPI
Marek Vasut69295472014-12-30 18:16:08 +0100514
Nikita Kiryanov2b7487c2015-07-30 23:56:23 +0300515config TARGET_CM_T43
516 bool "Support cm_t43"
517 select CPU_V7
518 select SUPPORT_SPL
519
Ian Campbelld8e69e02014-10-24 21:20:44 +0100520config ARCH_SUNXI
521 bool "Support sunxi (Allwinner) SoCs"
Hans de Goede16eac6562015-06-17 20:54:07 +0200522 select CMD_USB
Hans de Goede03914882015-04-15 20:46:48 +0200523 select DM
Tom Rini10e87172015-06-30 16:51:15 -0400524 select DM_ETH
Hans de Goedec8d43472015-12-21 20:22:00 +0100525 select DM_GPIO
526 select DM_KEYBOARD
Tom Rini10e87172015-06-30 16:51:15 -0400527 select DM_SERIAL
Hans de Goede0b3845a2015-06-17 17:44:58 +0200528 select DM_USB
Hans de Goede03914882015-04-15 20:46:48 +0200529 select OF_CONTROL
530 select OF_SEPARATE
Hans de Goede66ab79d2015-09-13 13:02:48 +0200531 select SPL_STACK_R if !MACH_SUN9I
Hans de Goede76fa0b22015-09-13 12:31:24 +0200532 select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
Hans de Goede9cce88a2015-12-10 11:10:17 +0100533 select SYS_NS16550
Tom Rini10e87172015-06-30 16:51:15 -0400534 select USB
Hans de Goede16eac6562015-06-17 20:54:07 +0200535 select USB_STORAGE
Hans de Goede35e80a42015-08-04 17:04:13 +0200536 select USB_KEYBOARD
Chen-Yu Tsai848c2632014-10-22 16:47:44 +0800537
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400538config TARGET_TS4800
539 bool "Support TS4800"
540 select CPU_V7
541
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900542config TARGET_VF610TWR
543 bool "Support vf610twr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100544 select CPU_V7
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900545
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530546config TARGET_COLIBRI_VF
547 bool "Support Colibri VF50/61"
548 select CPU_V7
549
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200550config TARGET_PCM052
551 bool "Support pcm-052"
552 select CPU_V7
553
Masahiro Yamada8204bd12015-03-16 16:43:24 +0900554config ARCH_ZYNQ
Masahiro Yamadaa3cd8982014-08-31 07:10:55 +0900555 bool "Xilinx Zynq Platform"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100556 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900557 select SUPPORT_SPL
Jagan Tekif522bf52015-06-29 14:17:32 +0530558 select OF_CONTROL
Simon Glass60933362015-10-17 19:41:23 -0600559 select SPL_OF_CONTROL
Masahiro Yamada2df07d42015-03-31 12:47:55 +0900560 select DM
Michal Simek250e05e2015-11-30 14:14:56 +0100561 select DM_ETH
Simon Glass60933362015-10-17 19:41:23 -0600562 select SPL_DM
Michal Simek9ecd2682015-11-30 16:13:03 +0100563 select DM_MMC
Jagan Teki0bd03a52015-06-27 00:51:32 +0530564 select DM_SPI
Simon Glass23d9b622015-10-17 19:41:27 -0600565 select DM_SERIAL
Jagan Teki0bd03a52015-06-27 00:51:32 +0530566 select DM_SPI_FLASH
Simon Glass60933362015-10-17 19:41:23 -0600567 select SPL_SEPARATE_BSS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900568
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +0530569config ARCH_ZYNQMP
Michal Simek04b7e622015-01-15 10:01:51 +0100570 bool "Support Xilinx ZynqMP Platform"
571 select ARM64
Michal Simek25b83712015-10-17 19:41:25 -0600572 select DM
573 select OF_CONTROL
Michal Simek250e05e2015-11-30 14:14:56 +0100574 select DM_ETH
Michal Simek9ecd2682015-11-30 16:13:03 +0100575 select DM_MMC
Michal Simek25b83712015-10-17 19:41:25 -0600576 select DM_SERIAL
Michal Simek04b7e622015-01-15 10:01:51 +0100577
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900578config TEGRA
579 bool "NVIDIA Tegra"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900580
Linus Walleij800d6fd2015-01-23 11:50:53 +0100581config TARGET_VEXPRESS64_AEMV8A
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900582 bool "Support vexpress_aemv8a"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900583 select ARM64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900584
Linus Walleij800d6fd2015-01-23 11:50:53 +0100585config TARGET_VEXPRESS64_BASE_FVP
586 bool "Support Versatile Express ARMv8a FVP BASE model"
587 select ARM64
588 select SEMIHOSTING
589
Ryan Harkinb6b96652015-10-09 17:18:02 +0100590config TARGET_VEXPRESS64_BASE_FVP_DRAM
591 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
592 select ARM64
593 help
594 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
595 the default config to allow the user to load the images directly into
596 DRAM using model parameters rather than by using semi-hosting to load
597 the files from the host filesystem.
598
Linus Walleijc5822502015-01-23 14:41:10 +0100599config TARGET_VEXPRESS64_JUNO
600 bool "Support Versatile Express Juno Development Platform"
601 select ARM64
602
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530603config TARGET_LS2080A_EMU
604 bool "Support ls2080a_emu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900605 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100606 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530607 help
608 Support for Freescale LS2080A_EMU platform
609 The LS2080A Development System (EMULATOR) is a pre silicon
610 development platform that supports the QorIQ LS2080A
611 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900612
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530613config TARGET_LS2080A_SIMU
614 bool "Support ls2080a_simu"
Masahiro Yamada0d46c342014-09-14 03:01:51 +0900615 select ARM64
Linus Walleij74771392015-03-09 10:53:21 +0100616 select ARMV8_MULTIENTRY
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530617 help
618 Support for Freescale LS2080A_SIMU platform
619 The LS2080A Development System (QDS) is a pre silicon
620 development platform that supports the QorIQ LS2080A
621 Layerscape Architecture processor.
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900622
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530623config TARGET_LS2080AQDS
624 bool "Support ls2080aqds"
York Sun03017032015-03-20 19:28:23 -0700625 select ARM64
626 select ARMV8_MULTIENTRY
Scott Wood8e728cd2015-03-24 13:25:02 -0700627 select SUPPORT_SPL
York Sun03017032015-03-20 19:28:23 -0700628 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530629 Support for Freescale LS2080AQDS platform
630 The LS2080A Development System (QDS) is a high-performance
631 development platform that supports the QorIQ LS2080A
York Sun03017032015-03-20 19:28:23 -0700632 Layerscape Architecture processor.
633
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530634config TARGET_LS2080ARDB
635 bool "Support ls2080ardb"
York Sune12abcb2015-03-20 19:28:24 -0700636 select ARM64
637 select ARMV8_MULTIENTRY
Scott Wood212b8d82015-03-24 13:25:03 -0700638 select SUPPORT_SPL
York Sune12abcb2015-03-20 19:28:24 -0700639 help
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530640 Support for Freescale LS2080ARDB platform.
641 The LS2080A Reference design board (RDB) is a high-performance
642 development platform that supports the QorIQ LS2080A
York Sune12abcb2015-03-20 19:28:24 -0700643 Layerscape Architecture processor.
644
Peter Griffin31f327e2015-07-30 18:55:23 +0100645config TARGET_HIKEY
646 bool "Support HiKey 96boards Consumer Edition Platform"
647 select ARM64
Peter Griffinff9302f2015-09-10 21:55:16 +0100648 select DM
649 select DM_GPIO
Peter Griffin0382c642015-09-10 21:55:17 +0100650 select DM_SERIAL
Peter Griffin31f327e2015-07-30 18:55:23 +0100651 help
652 Support for HiKey 96boards platform. It features a HI6220
653 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
654
Wang Huanf0ce7d62014-09-05 13:52:44 +0800655config TARGET_LS1021AQDS
Alison Wang6ea8ad42014-12-03 16:18:09 +0800656 bool "Support ls1021aqds"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100657 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800658 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800659config TARGET_LS1021ATWR
Alison Wang6ea8ad42014-12-03 16:18:09 +0800660 bool "Support ls1021atwr"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100661 select CPU_V7
Alison Wang024e6b12014-12-03 15:00:45 +0800662 select SUPPORT_SPL
Wang Huanddf89f92014-09-05 13:52:45 +0800663
Shaohui Xiedd335672015-11-11 17:58:37 +0800664config TARGET_LS1043AQDS
665 bool "Support ls1043aqds"
666 select ARM64
667 select ARMV8_MULTIENTRY
668 select SUPPORT_SPL
669 help
670 Support for Freescale LS1043AQDS platform.
671
Mingkai Hueee86ff2015-10-26 19:47:52 +0800672config TARGET_LS1043ARDB
673 bool "Support ls1043ardb"
674 select ARM64
Hou Zhiqiangc7098fa2015-10-26 19:47:57 +0800675 select ARMV8_MULTIENTRY
Gong Qianyu8168a0f2015-10-26 19:47:53 +0800676 select SUPPORT_SPL
Mingkai Hueee86ff2015-10-26 19:47:52 +0800677 help
678 Support for Freescale LS1043ARDB platform.
679
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900680config TARGET_H2200
681 bool "Support h2200"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100682 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900683
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900684config TARGET_COLIBRI_PXA270
685 bool "Support colibri_pxa270"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100686 select CPU_PXA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900687
Masahiro Yamada82069432014-10-03 19:21:07 +0900688config ARCH_UNIPHIER
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900689 bool "Socionext UniPhier SoCs"
Georges Savoundararadj3bae15f2014-10-28 23:16:09 +0100690 select CPU_V7
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900691 select SUPPORT_SPL
Masahiro Yamada9c9a3e12014-12-18 19:11:03 +0900692 select SPL
Masahiro Yamadacfc2f7d2015-02-24 22:26:21 +0900693 select OF_CONTROL
Masahiro Yamada47eb9a82015-08-28 20:13:18 +0900694 select SPL_OF_CONTROL
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900695 select DM
Masahiro Yamadad1066ba2015-08-28 20:13:17 +0900696 select SPL_DM
Masahiro Yamada85eb8262015-03-31 12:47:54 +0900697 select DM_SERIAL
698 select DM_I2C
Masahiro Yamada563ee4c2015-05-29 17:30:01 +0900699 help
700 Support for UniPhier SoC family developed by Socionext Inc.
701 (formerly, System LSI Business Division of Panasonic Corporation)
Masahiro Yamada82069432014-10-03 19:21:07 +0900702
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100703config TARGET_STM32F429_DISCOVERY
704 bool "Support STM32F429 Discovery"
705 select CPU_V7M
Kamil Lulko75d48a62015-12-01 09:08:19 +0100706 select DM
707 select DM_SERIAL
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100708
Simon Glass2cffe662015-08-30 16:55:38 -0600709config ARCH_ROCKCHIP
710 bool "Support Rockchip SoCs"
711 select SUPPORT_SPL
712 select SPL
713 select OF_CONTROL
714 select CPU_V7
715 select DM
716
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900717endchoice
718
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900719source "arch/arm/mach-at91/Kconfig"
720
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900721source "arch/arm/mach-bcm283x/Kconfig"
Masahiro Yamadae604ef92014-08-31 07:11:01 +0900722
Masahiro Yamadaed22cc72015-03-19 19:42:56 +0900723source "arch/arm/mach-davinci/Kconfig"
Simon Glass13fc6a22015-02-05 21:41:39 -0700724
Thomas Abraham74f84862015-08-03 17:58:00 +0530725source "arch/arm/mach-exynos/Kconfig"
Masahiro Yamadac54550b2014-08-31 07:11:00 +0900726
Masahiro Yamada95ec48b2015-02-20 17:04:08 +0900727source "arch/arm/mach-highbank/Kconfig"
Masahiro Yamada52ece9c2014-08-31 07:11:07 +0900728
Masahiro Yamadacad44162015-04-21 21:59:36 +0900729source "arch/arm/mach-integrator/Kconfig"
730
Masahiro Yamadaf058b792015-02-20 17:04:11 +0900731source "arch/arm/mach-keystone/Kconfig"
Masahiro Yamada32013fb2014-08-31 07:11:05 +0900732
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900733source "arch/arm/mach-kirkwood/Kconfig"
Masahiro Yamadad7570852014-08-31 07:10:59 +0900734
Stefan Roese383e0c12015-08-25 13:18:38 +0200735source "arch/arm/mach-mvebu/Kconfig"
736
Adrian Alonso98810772015-09-03 11:49:28 -0500737source "arch/arm/cpu/armv7/mx7/Kconfig"
738
Boris BREZILLON51e82662015-03-04 13:13:03 +0100739source "arch/arm/cpu/armv7/mx6/Kconfig"
740
Andrej Rosano1ac4bca2015-04-08 18:56:29 +0200741source "arch/arm/cpu/armv7/mx5/Kconfig"
742
Masahiro Yamadadd678432014-08-31 07:11:02 +0900743source "arch/arm/cpu/armv7/omap3/Kconfig"
744
Masahiro Yamadad7f47082014-08-31 07:11:03 +0900745source "arch/arm/cpu/armv7/omap4/Kconfig"
746
Masahiro Yamada420b8162014-08-31 07:11:04 +0900747source "arch/arm/cpu/armv7/omap5/Kconfig"
748
Masahiro Yamada22537642015-02-20 17:04:09 +0900749source "arch/arm/mach-orion5x/Kconfig"
Masahiro Yamada04ffbc12014-08-31 07:11:06 +0900750
Masahiro Yamadac9c54e22014-08-31 07:10:57 +0900751source "arch/arm/cpu/armv7/rmobile/Kconfig"
752
Simon Glass2cffe662015-08-30 16:55:38 -0600753source "arch/arm/mach-rockchip/Kconfig"
754
Minkyu Kang56b820a2015-11-20 15:24:57 +0900755source "arch/arm/mach-s5pc1xx/Kconfig"
Simon Glass96aa0722014-10-07 22:01:50 -0600756
Masahiro Yamada144a3e02015-04-21 20:38:20 +0900757source "arch/arm/mach-socfpga/Kconfig"
758
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900759source "arch/arm/mach-tegra/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900760
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900761source "arch/arm/mach-uniphier/Kconfig"
Masahiro Yamada82069432014-10-03 19:21:07 +0900762
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900763source "arch/arm/mach-zynq/Kconfig"
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +0900764
Hans de Goede85437352014-11-14 09:34:30 +0100765source "arch/arm/cpu/armv7/Kconfig"
766
Siva Durga Prasad Paladugu4095bc22015-06-10 15:50:56 +0530767source "arch/arm/cpu/armv8/zynqmp/Kconfig"
768
Linus Walleij74771392015-03-09 10:53:21 +0100769source "arch/arm/cpu/armv8/Kconfig"
770
Boris BREZILLON6b9b9a02015-03-04 13:13:04 +0100771source "arch/arm/imx-common/Kconfig"
772
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900773source "board/BuR/kwb/Kconfig"
774source "board/BuR/tseries/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900775source "board/CarMediaLab/flea3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900776source "board/Marvell/aspenite/Kconfig"
Stefan Roese073efd72015-04-25 06:29:56 +0200777source "board/Marvell/db-88f6820-gp/Kconfig"
Stefan Roese03915772014-10-22 12:13:18 +0200778source "board/Marvell/db-mv784mp-gp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900779source "board/Marvell/gplugd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900780source "board/armadeus/apf27/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900781source "board/armltd/vexpress/Kconfig"
782source "board/armltd/vexpress64/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900783source "board/bluegiga/apx4devkit/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900784source "board/broadcom/bcm28155_ap/Kconfig"
Steve Rae1c5f31c2014-11-11 11:32:18 -0800785source "board/broadcom/bcmcygnus/Kconfig"
786source "board/broadcom/bcmnsp/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900787source "board/cirrus/edb93xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900788source "board/compulab/cm_t335/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400789source "board/compulab/cm_t43/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900790source "board/creative/xfi3/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900791source "board/denx/m28evk/Kconfig"
792source "board/denx/m53evk/Kconfig"
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530793source "board/freescale/ls2080a/Kconfig"
794source "board/freescale/ls2080aqds/Kconfig"
795source "board/freescale/ls2080ardb/Kconfig"
Wang Huanf0ce7d62014-09-05 13:52:44 +0800796source "board/freescale/ls1021aqds/Kconfig"
Shaohui Xiedd335672015-11-11 17:58:37 +0800797source "board/freescale/ls1043aqds/Kconfig"
Wang Huanddf89f92014-09-05 13:52:45 +0800798source "board/freescale/ls1021atwr/Kconfig"
Mingkai Hueee86ff2015-10-26 19:47:52 +0800799source "board/freescale/ls1043ardb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900800source "board/freescale/mx23evk/Kconfig"
801source "board/freescale/mx25pdk/Kconfig"
802source "board/freescale/mx28evk/Kconfig"
803source "board/freescale/mx31ads/Kconfig"
804source "board/freescale/mx31pdk/Kconfig"
805source "board/freescale/mx35pdk/Kconfig"
806source "board/freescale/mx51evk/Kconfig"
807source "board/freescale/mx53ard/Kconfig"
808source "board/freescale/mx53evk/Kconfig"
809source "board/freescale/mx53loco/Kconfig"
810source "board/freescale/mx53smd/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900811source "board/freescale/vf610twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900812source "board/gumstix/pepper/Kconfig"
813source "board/h2200/Kconfig"
Tom Rinibdf4f182015-09-02 15:32:20 -0400814source "board/hisilicon/hikey/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900815source "board/imx31_phycore/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900816source "board/isee/igep0033/Kconfig"
Stefan Roese9b1e2312014-10-22 12:13:19 +0200817source "board/maxbcm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900818source "board/mpl/vcma9/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900819source "board/olimex/mx23_olinuxino/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900820source "board/phytec/pcm051/Kconfig"
Albert ARIBAUD \(3ADEV\)26ffbef2015-09-21 22:43:39 +0200821source "board/phytec/pcm052/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900822source "board/ppcag/bg0900/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900823source "board/samsung/smdk2410/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900824source "board/sandisk/sansa_fuze_plus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900825source "board/schulercontrol/sc_sps_1/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900826source "board/siemens/draco/Kconfig"
827source "board/siemens/pxm2/Kconfig"
828source "board/siemens/rut/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900829source "board/silica/pengwyn/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900830source "board/spear/spear300/Kconfig"
831source "board/spear/spear310/Kconfig"
832source "board/spear/spear320/Kconfig"
833source "board/spear/spear600/Kconfig"
834source "board/spear/x600/Kconfig"
rev13@wp.pl6b5e5a92015-03-01 12:44:42 +0100835source "board/st/stm32f429-discovery/Kconfig"
Vikas Manocha33913c52014-11-18 10:42:22 -0800836source "board/st/stv0991/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900837source "board/sunxi/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900838source "board/syteco/zmx25/Kconfig"
Enric Balletbò i Serra9d89b082015-09-07 07:43:20 +0200839source "board/tcl/sl50/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900840source "board/ti/am335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900841source "board/ti/am43xx/Kconfig"
Gilles Gameiroebd46d12015-02-10 01:36:01 -0800842source "board/birdland/bav335x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900843source "board/ti/ti814x/Kconfig"
844source "board/ti/ti816x/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900845source "board/timll/devkit3250/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900846source "board/toradex/colibri_pxa270/Kconfig"
Sanchayan Maitycc4d78f2015-04-15 16:24:26 +0530847source "board/toradex/colibri_vf/Kconfig"
Lucile Quiriona84f6f92015-06-30 17:17:47 -0400848source "board/technologic/ts4800/Kconfig"
Yegor Yefremovfa8b71b2015-05-29 19:27:29 +0200849source "board/vscom/baltos/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900850source "board/woodburn/Kconfig"
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +0200851source "board/work-microwave/work_92105/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900852
Masahiro Yamadadf00e522014-09-01 11:06:34 +0900853source "arch/arm/Kconfig.debug"
854
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900855endmenu