Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "ARM architecture" |
| 2 | depends on ARM |
| 3 | |
| 4 | config SYS_ARCH |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "arm" |
| 6 | |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 7 | config ARM64 |
| 8 | bool |
| 9 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | choice |
| 11 | prompt "Target select" |
| 12 | |
| 13 | config TARGET_INTEGRATORAP_CM720T |
| 14 | bool "Support integratorap_cm720t" |
| 15 | |
| 16 | config TARGET_INTEGRATORAP_CM920T |
| 17 | bool "Support integratorap_cm920t" |
| 18 | |
| 19 | config TARGET_INTEGRATORCP_CM920T |
| 20 | bool "Support integratorcp_cm920t" |
| 21 | |
| 22 | config TARGET_A320EVB |
| 23 | bool "Support a320evb" |
| 24 | |
| 25 | config TARGET_AT91RM9200EK |
| 26 | bool "Support at91rm9200ek" |
| 27 | |
| 28 | config TARGET_EB_CPUX9K2 |
| 29 | bool "Support eb_cpux9k2" |
| 30 | |
| 31 | config TARGET_CPUAT91 |
| 32 | bool "Support cpuat91" |
| 33 | |
| 34 | config TARGET_EDB93XX |
| 35 | bool "Support edb93xx" |
| 36 | |
| 37 | config TARGET_SCB9328 |
| 38 | bool "Support scb9328" |
| 39 | |
| 40 | config TARGET_CM4008 |
| 41 | bool "Support cm4008" |
| 42 | |
| 43 | config TARGET_CM41XX |
| 44 | bool "Support cm41xx" |
| 45 | |
| 46 | config TARGET_VCMA9 |
| 47 | bool "Support VCMA9" |
| 48 | |
| 49 | config TARGET_SMDK2410 |
| 50 | bool "Support smdk2410" |
| 51 | |
| 52 | config TARGET_INTEGRATORAP_CM926EJS |
| 53 | bool "Support integratorap_cm926ejs" |
| 54 | |
| 55 | config TARGET_INTEGRATORCP_CM926EJS |
| 56 | bool "Support integratorcp_cm926ejs" |
| 57 | |
| 58 | config TARGET_ASPENITE |
| 59 | bool "Support aspenite" |
| 60 | |
| 61 | config TARGET_GPLUGD |
| 62 | bool "Support gplugd" |
| 63 | |
| 64 | config TARGET_AFEB9260 |
| 65 | bool "Support afeb9260" |
| 66 | |
| 67 | config TARGET_AT91SAM9260EK |
| 68 | bool "Support at91sam9260ek" |
| 69 | |
| 70 | config TARGET_AT91SAM9261EK |
| 71 | bool "Support at91sam9261ek" |
| 72 | |
| 73 | config TARGET_AT91SAM9263EK |
| 74 | bool "Support at91sam9263ek" |
| 75 | |
| 76 | config TARGET_AT91SAM9M10G45EK |
| 77 | bool "Support at91sam9m10g45ek" |
| 78 | |
| 79 | config TARGET_AT91SAM9N12EK |
| 80 | bool "Support at91sam9n12ek" |
| 81 | |
| 82 | config TARGET_AT91SAM9RLEK |
| 83 | bool "Support at91sam9rlek" |
| 84 | |
| 85 | config TARGET_AT91SAM9X5EK |
| 86 | bool "Support at91sam9x5ek" |
| 87 | |
| 88 | config TARGET_SNAPPER9260 |
| 89 | bool "Support snapper9260" |
| 90 | |
| 91 | config TARGET_VL_MA2SC |
| 92 | bool "Support vl_ma2sc" |
| 93 | |
| 94 | config TARGET_SBC35_A9G20 |
| 95 | bool "Support sbc35_a9g20" |
| 96 | |
| 97 | config TARGET_TNY_A9260 |
| 98 | bool "Support tny_a9260" |
| 99 | |
| 100 | config TARGET_USB_A9263 |
| 101 | bool "Support usb_a9263" |
| 102 | |
| 103 | config TARGET_ETHERNUT5 |
| 104 | bool "Support ethernut5" |
| 105 | |
| 106 | config TARGET_TOP9000 |
| 107 | bool "Support top9000" |
| 108 | |
| 109 | config TARGET_MEESC |
| 110 | bool "Support meesc" |
| 111 | |
| 112 | config TARGET_OTC570 |
| 113 | bool "Support otc570" |
| 114 | |
| 115 | config TARGET_CPU9260 |
| 116 | bool "Support cpu9260" |
| 117 | |
| 118 | config TARGET_PM9261 |
| 119 | bool "Support pm9261" |
| 120 | |
| 121 | config TARGET_PM9263 |
| 122 | bool "Support pm9263" |
| 123 | |
| 124 | config TARGET_PM9G45 |
| 125 | bool "Support pm9g45" |
| 126 | |
| 127 | config TARGET_CORVUS |
| 128 | bool "Support corvus" |
| 129 | |
| 130 | config TARGET_TAURUS |
| 131 | bool "Support taurus" |
| 132 | |
| 133 | config TARGET_STAMP9G20 |
| 134 | bool "Support stamp9g20" |
| 135 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 136 | config ARCH_DAVINCI |
| 137 | bool "TI DaVinci" |
| 138 | help |
| 139 | Support for TI's DaVinci platform. |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 140 | |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 141 | config KIRKWOOD |
| 142 | bool "Marvell Kirkwood" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 143 | |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 144 | config TARGET_DB_MV784MP_GP |
| 145 | bool "Support db-mv784mp-gp" |
| 146 | |
Stefan Roese | a488483 | 2014-10-22 12:13:19 +0200 | [diff] [blame] | 147 | config TARGET_MAXBCM |
| 148 | bool "Support maxbcm" |
| 149 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 150 | config TARGET_DEVKIT3250 |
| 151 | bool "Support devkit3250" |
| 152 | |
| 153 | config TARGET_JADECPU |
| 154 | bool "Support jadecpu" |
| 155 | |
| 156 | config TARGET_MX25PDK |
| 157 | bool "Support mx25pdk" |
| 158 | |
| 159 | config TARGET_TX25 |
| 160 | bool "Support tx25" |
| 161 | |
| 162 | config TARGET_ZMX25 |
| 163 | bool "Support zmx25" |
| 164 | |
| 165 | config TARGET_APF27 |
| 166 | bool "Support apf27" |
| 167 | |
| 168 | config TARGET_IMX27LITE |
| 169 | bool "Support imx27lite" |
| 170 | |
| 171 | config TARGET_MAGNESIUM |
| 172 | bool "Support magnesium" |
| 173 | |
| 174 | config TARGET_APX4DEVKIT |
| 175 | bool "Support apx4devkit" |
| 176 | |
| 177 | config TARGET_XFI3 |
| 178 | bool "Support xfi3" |
| 179 | |
| 180 | config TARGET_M28EVK |
| 181 | bool "Support m28evk" |
| 182 | |
| 183 | config TARGET_MX23EVK |
| 184 | bool "Support mx23evk" |
| 185 | |
| 186 | config TARGET_MX28EVK |
| 187 | bool "Support mx28evk" |
| 188 | |
| 189 | config TARGET_MX23_OLINUXINO |
| 190 | bool "Support mx23_olinuxino" |
| 191 | |
| 192 | config TARGET_BG0900 |
| 193 | bool "Support bg0900" |
| 194 | |
| 195 | config TARGET_SANSA_FUZE_PLUS |
| 196 | bool "Support sansa_fuze_plus" |
| 197 | |
| 198 | config TARGET_SC_SPS_1 |
| 199 | bool "Support sc_sps_1" |
| 200 | |
Masahiro Yamada | 16e16fd | 2014-08-31 07:11:08 +0900 | [diff] [blame] | 201 | config ARCH_NOMADIK |
| 202 | bool "ST-Ericsson Nomadik" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 203 | |
Masahiro Yamada | 22f2be7 | 2014-08-31 07:11:06 +0900 | [diff] [blame] | 204 | config ORION5X |
| 205 | bool "Marvell Orion" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 206 | |
| 207 | config TARGET_DKB |
| 208 | bool "Support dkb" |
| 209 | |
| 210 | config TARGET_SPEAR300 |
| 211 | bool "Support spear300" |
| 212 | |
| 213 | config TARGET_SPEAR310 |
| 214 | bool "Support spear310" |
| 215 | |
| 216 | config TARGET_SPEAR320 |
| 217 | bool "Support spear320" |
| 218 | |
| 219 | config TARGET_SPEAR600 |
| 220 | bool "Support spear600" |
| 221 | |
| 222 | config TARGET_X600 |
| 223 | bool "Support x600" |
| 224 | |
Masahiro Yamada | ad17a81 | 2014-08-31 07:10:58 +0900 | [diff] [blame] | 225 | config ARCH_VERSATILE |
| 226 | bool "ARM Ltd. Versatile family" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 227 | |
| 228 | config TARGET_INTEGRATORCP_CM1136 |
| 229 | bool "Support integratorcp_cm1136" |
| 230 | |
| 231 | config TARGET_IMX31_PHYCORE |
| 232 | bool "Support imx31_phycore" |
| 233 | |
| 234 | config TARGET_QONG |
| 235 | bool "Support qong" |
| 236 | |
| 237 | config TARGET_MX31ADS |
| 238 | bool "Support mx31ads" |
| 239 | |
| 240 | config TARGET_MX31PDK |
| 241 | bool "Support mx31pdk" |
| 242 | |
| 243 | config TARGET_TT01 |
| 244 | bool "Support tt01" |
| 245 | |
| 246 | config TARGET_IMX31_LITEKIT |
| 247 | bool "Support imx31_litekit" |
| 248 | |
| 249 | config TARGET_WOODBURN |
| 250 | bool "Support woodburn" |
| 251 | |
| 252 | config TARGET_WOODBURN_SD |
| 253 | bool "Support woodburn_sd" |
| 254 | |
| 255 | config TARGET_FLEA3 |
| 256 | bool "Support flea3" |
| 257 | |
| 258 | config TARGET_MX35PDK |
| 259 | bool "Support mx35pdk" |
| 260 | |
| 261 | config TARGET_RPI_B |
| 262 | bool "Support rpi_b" |
| 263 | |
| 264 | config TARGET_TNETV107X_EVM |
| 265 | bool "Support tnetv107x_evm" |
| 266 | |
| 267 | config TARGET_INTEGRATORAP_CM946ES |
| 268 | bool "Support integratorap_cm946es" |
| 269 | |
| 270 | config TARGET_INTEGRATORCP_CM946ES |
| 271 | bool "Support integratorcp_cm946es" |
| 272 | |
| 273 | config TARGET_VEXPRESS_CA15_TC2 |
| 274 | bool "Support vexpress_ca15_tc2" |
| 275 | |
| 276 | config TARGET_VEXPRESS_CA5X2 |
| 277 | bool "Support vexpress_ca5x2" |
| 278 | |
| 279 | config TARGET_VEXPRESS_CA9X4 |
| 280 | bool "Support vexpress_ca9x4" |
| 281 | |
| 282 | config TARGET_KWB |
| 283 | bool "Support kwb" |
| 284 | |
| 285 | config TARGET_TSERIES |
| 286 | bool "Support tseries" |
| 287 | |
| 288 | config TARGET_CM_T335 |
| 289 | bool "Support cm_t335" |
| 290 | |
| 291 | config TARGET_PEPPER |
| 292 | bool "Support pepper" |
| 293 | |
| 294 | config TARGET_AM335X_IGEP0033 |
| 295 | bool "Support am335x_igep0033" |
| 296 | |
| 297 | config TARGET_PCM051 |
| 298 | bool "Support pcm051" |
| 299 | |
| 300 | config TARGET_DRACO |
| 301 | bool "Support draco" |
| 302 | |
| 303 | config TARGET_DXR2 |
| 304 | bool "Support dxr2" |
| 305 | |
| 306 | config TARGET_PXM2 |
| 307 | bool "Support pxm2" |
| 308 | |
| 309 | config TARGET_RUT |
| 310 | bool "Support rut" |
| 311 | |
| 312 | config TARGET_PENGWYN |
| 313 | bool "Support pengwyn" |
| 314 | |
| 315 | config TARGET_AM335X_EVM |
| 316 | bool "Support am335x_evm" |
| 317 | |
| 318 | config TARGET_AM43XX_EVM |
| 319 | bool "Support am43xx_evm" |
| 320 | |
| 321 | config TARGET_TI814X_EVM |
| 322 | bool "Support ti814x_evm" |
| 323 | |
| 324 | config TARGET_TI816X_EVM |
| 325 | bool "Support ti816x_evm" |
| 326 | |
| 327 | config TARGET_SAMA5D3_XPLAINED |
| 328 | bool "Support sama5d3_xplained" |
| 329 | |
| 330 | config TARGET_SAMA5D3XEK |
| 331 | bool "Support sama5d3xek" |
| 332 | |
| 333 | config TARGET_BCM28155_AP |
| 334 | bool "Support bcm28155_ap" |
| 335 | |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 336 | config TARGET_BCM958300K |
| 337 | bool "Support bcm958300k" |
| 338 | |
| 339 | config TARGET_BCM958622HR |
| 340 | bool "Support bcm958622hr" |
| 341 | |
Masahiro Yamada | 72df68c | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 342 | config ARCH_EXYNOS |
| 343 | bool "Samsung EXYNOS" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 344 | |
Simon Glass | 311757b | 2014-10-07 22:01:50 -0600 | [diff] [blame] | 345 | config ARCH_S5PC1XX |
| 346 | bool "Samsung S5PC1XX" |
| 347 | |
Masahiro Yamada | ef2b694 | 2014-08-31 07:11:07 +0900 | [diff] [blame] | 348 | config ARCH_HIGHBANK |
| 349 | bool "Calxeda Highbank" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 350 | |
Masahiro Yamada | c338f09 | 2014-08-31 07:11:05 +0900 | [diff] [blame] | 351 | config ARCH_KEYSTONE |
| 352 | bool "TI Keystone" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 353 | |
| 354 | config TARGET_M53EVK |
| 355 | bool "Support m53evk" |
| 356 | |
| 357 | config TARGET_IMA3_MX53 |
| 358 | bool "Support ima3-mx53" |
| 359 | |
| 360 | config TARGET_MX51EVK |
| 361 | bool "Support mx51evk" |
| 362 | |
| 363 | config TARGET_MX53ARD |
| 364 | bool "Support mx53ard" |
| 365 | |
| 366 | config TARGET_MX53EVK |
| 367 | bool "Support mx53evk" |
| 368 | |
| 369 | config TARGET_MX53LOCO |
| 370 | bool "Support mx53loco" |
| 371 | |
| 372 | config TARGET_MX53SMD |
| 373 | bool "Support mx53smd" |
| 374 | |
| 375 | config TARGET_MX51_EFIKAMX |
| 376 | bool "Support mx51_efikamx" |
| 377 | |
| 378 | config TARGET_VISION2 |
| 379 | bool "Support vision2" |
| 380 | |
| 381 | config TARGET_UDOO |
| 382 | bool "Support udoo" |
| 383 | |
| 384 | config TARGET_WANDBOARD |
| 385 | bool "Support wandboard" |
| 386 | |
| 387 | config TARGET_TITANIUM |
| 388 | bool "Support titanium" |
| 389 | |
| 390 | config TARGET_NITROGEN6X |
| 391 | bool "Support nitrogen6x" |
| 392 | |
| 393 | config TARGET_CGTQMX6EVAL |
| 394 | bool "Support cgtqmx6eval" |
| 395 | |
| 396 | config TARGET_EMBESTMX6BOARDS |
| 397 | bool "Support embestmx6boards" |
| 398 | |
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 399 | config TARGET_ARISTAINETOS |
| 400 | bool "Support aristainetos" |
| 401 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 402 | config TARGET_MX6QARM2 |
| 403 | bool "Support mx6qarm2" |
| 404 | |
| 405 | config TARGET_MX6QSABREAUTO |
| 406 | bool "Support mx6qsabreauto" |
| 407 | |
| 408 | config TARGET_MX6SABRESD |
| 409 | bool "Support mx6sabresd" |
| 410 | |
| 411 | config TARGET_MX6SLEVK |
| 412 | bool "Support mx6slevk" |
| 413 | |
Fabio Estevam | 080d72f | 2014-08-14 21:00:28 -0300 | [diff] [blame] | 414 | config TARGET_MX6SXSABRESD |
| 415 | bool "Support mx6sxsabresd" |
| 416 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 417 | config TARGET_GW_VENTANA |
| 418 | bool "Support gw_ventana" |
| 419 | |
| 420 | config TARGET_HUMMINGBOARD |
| 421 | bool "Support hummingboard" |
| 422 | |
Masahiro Yamada | a126363 | 2014-09-01 00:47:55 +0900 | [diff] [blame] | 423 | config TARGET_TQMA6 |
| 424 | bool "TQ Systems TQMa6 board" |
| 425 | |
Christian Gmeiner | 39d0973 | 2014-10-02 13:33:46 +0200 | [diff] [blame] | 426 | config TARGET_OT1200 |
| 427 | bool "Bachmann OT1200" |
| 428 | |
Masahiro Yamada | 3cfbcb5 | 2014-08-31 07:11:02 +0900 | [diff] [blame] | 429 | config OMAP34XX |
| 430 | bool "OMAP34XX SoC" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 431 | |
Masahiro Yamada | d08215a | 2014-08-31 07:11:03 +0900 | [diff] [blame] | 432 | config OMAP44XX |
| 433 | bool "OMAP44XX SoC" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 434 | |
Masahiro Yamada | 6c5431a | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 435 | config OMAP54XX |
| 436 | bool "OMAP54XX SoC" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 437 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 438 | config RMOBILE |
| 439 | bool "Renesas ARM SoCs" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 440 | |
Nikita Kiryanov | e32028a | 2014-09-07 18:59:29 +0300 | [diff] [blame] | 441 | config TARGET_CM_FX6 |
| 442 | bool "Support cm_fx6" |
| 443 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 444 | config TARGET_SOCFPGA_CYCLONE5 |
| 445 | bool "Support socfpga_cyclone5" |
| 446 | |
| 447 | config TARGET_SUN4I |
| 448 | bool "Support sun4i" |
| 449 | |
| 450 | config TARGET_SUN5I |
| 451 | bool "Support sun5i" |
| 452 | |
| 453 | config TARGET_SUN7I |
| 454 | bool "Support sun7i" |
| 455 | |
| 456 | config TARGET_SNOWBALL |
| 457 | bool "Support snowball" |
| 458 | |
| 459 | config TARGET_U8500_HREF |
| 460 | bool "Support u8500_href" |
| 461 | |
| 462 | config TARGET_VF610TWR |
| 463 | bool "Support vf610twr" |
| 464 | |
Masahiro Yamada | 44dcb40 | 2014-08-31 07:10:55 +0900 | [diff] [blame] | 465 | config ZYNQ |
| 466 | bool "Xilinx Zynq Platform" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 467 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 468 | config TEGRA |
| 469 | bool "NVIDIA Tegra" |
| 470 | select SPL |
Masahiro Yamada | 783e6a7 | 2014-09-22 19:59:05 +0900 | [diff] [blame] | 471 | select OF_CONTROL if !SPL_BUILD |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 472 | |
| 473 | config TARGET_VEXPRESS_AEMV8A |
| 474 | bool "Support vexpress_aemv8a" |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 475 | select ARM64 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 476 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 477 | config TARGET_LS2085A_EMU |
| 478 | bool "Support ls2085a_emu" |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 479 | select ARM64 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 480 | |
| 481 | config TARGET_LS2085A_SIMU |
| 482 | bool "Support ls2085a_simu" |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 483 | select ARM64 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 484 | |
Wang Huan | 550e3dc | 2014-09-05 13:52:44 +0800 | [diff] [blame] | 485 | config TARGET_LS1021AQDS |
| 486 | bool "Support ls1021aqds_nor" |
| 487 | |
Wang Huan | c8a7d9d | 2014-09-05 13:52:45 +0800 | [diff] [blame] | 488 | config TARGET_LS1021ATWR |
| 489 | bool "Support ls1021atwr_nor" |
| 490 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 491 | config TARGET_BALLOON3 |
| 492 | bool "Support balloon3" |
| 493 | |
| 494 | config TARGET_H2200 |
| 495 | bool "Support h2200" |
| 496 | |
| 497 | config TARGET_PALMLD |
| 498 | bool "Support palmld" |
| 499 | |
| 500 | config TARGET_PALMTC |
| 501 | bool "Support palmtc" |
| 502 | |
| 503 | config TARGET_PALMTREO680 |
| 504 | bool "Support palmtreo680" |
| 505 | |
| 506 | config TARGET_PXA255_IDP |
| 507 | bool "Support pxa255_idp" |
| 508 | |
| 509 | config TARGET_TRIZEPSIV |
| 510 | bool "Support trizepsiv" |
| 511 | |
| 512 | config TARGET_VPAC270 |
| 513 | bool "Support vpac270" |
| 514 | |
| 515 | config TARGET_XAENIAX |
| 516 | bool "Support xaeniax" |
| 517 | |
| 518 | config TARGET_ZIPITZ2 |
| 519 | bool "Support zipitz2" |
| 520 | |
| 521 | config TARGET_LP8X4X |
| 522 | bool "Support lp8x4x" |
| 523 | |
| 524 | config TARGET_COLIBRI_PXA270 |
| 525 | bool "Support colibri_pxa270" |
| 526 | |
| 527 | config TARGET_JORNADA |
| 528 | bool "Support jornada" |
| 529 | |
Masahiro Yamada | 66cba04 | 2014-10-03 19:21:07 +0900 | [diff] [blame] | 530 | config ARCH_UNIPHIER |
| 531 | bool "Panasonic UniPhier platform" |
| 532 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 533 | endchoice |
| 534 | |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 535 | source "arch/arm/cpu/armv8/Kconfig" |
| 536 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 537 | source "arch/arm/cpu/arm926ejs/davinci/Kconfig" |
| 538 | |
Masahiro Yamada | 72df68c | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 539 | source "arch/arm/cpu/armv7/exynos/Kconfig" |
| 540 | |
Masahiro Yamada | ef2b694 | 2014-08-31 07:11:07 +0900 | [diff] [blame] | 541 | source "arch/arm/cpu/armv7/highbank/Kconfig" |
| 542 | |
Masahiro Yamada | c338f09 | 2014-08-31 07:11:05 +0900 | [diff] [blame] | 543 | source "arch/arm/cpu/armv7/keystone/Kconfig" |
| 544 | |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 545 | source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig" |
| 546 | |
Masahiro Yamada | 16e16fd | 2014-08-31 07:11:08 +0900 | [diff] [blame] | 547 | source "arch/arm/cpu/arm926ejs/nomadik/Kconfig" |
| 548 | |
Masahiro Yamada | 3cfbcb5 | 2014-08-31 07:11:02 +0900 | [diff] [blame] | 549 | source "arch/arm/cpu/armv7/omap3/Kconfig" |
| 550 | |
Masahiro Yamada | d08215a | 2014-08-31 07:11:03 +0900 | [diff] [blame] | 551 | source "arch/arm/cpu/armv7/omap4/Kconfig" |
| 552 | |
Masahiro Yamada | 6c5431a | 2014-08-31 07:11:04 +0900 | [diff] [blame] | 553 | source "arch/arm/cpu/armv7/omap5/Kconfig" |
| 554 | |
Masahiro Yamada | 22f2be7 | 2014-08-31 07:11:06 +0900 | [diff] [blame] | 555 | source "arch/arm/cpu/arm926ejs/orion5x/Kconfig" |
| 556 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 557 | source "arch/arm/cpu/armv7/rmobile/Kconfig" |
| 558 | |
Simon Glass | 311757b | 2014-10-07 22:01:50 -0600 | [diff] [blame] | 559 | source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" |
| 560 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 561 | source "arch/arm/cpu/armv7/tegra-common/Kconfig" |
| 562 | |
Masahiro Yamada | 66cba04 | 2014-10-03 19:21:07 +0900 | [diff] [blame] | 563 | source "arch/arm/cpu/armv7/uniphier/Kconfig" |
| 564 | |
Masahiro Yamada | ad17a81 | 2014-08-31 07:10:58 +0900 | [diff] [blame] | 565 | source "arch/arm/cpu/arm926ejs/versatile/Kconfig" |
| 566 | |
Masahiro Yamada | 44dcb40 | 2014-08-31 07:10:55 +0900 | [diff] [blame] | 567 | source "arch/arm/cpu/armv7/zynq/Kconfig" |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 568 | |
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 569 | source "board/aristainetos/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 570 | source "board/BuR/kwb/Kconfig" |
| 571 | source "board/BuR/tseries/Kconfig" |
| 572 | source "board/BuS/eb_cpux9k2/Kconfig" |
| 573 | source "board/BuS/vl_ma2sc/Kconfig" |
| 574 | source "board/CarMediaLab/flea3/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 575 | source "board/Marvell/aspenite/Kconfig" |
Stefan Roese | dd58080 | 2014-10-22 12:13:18 +0200 | [diff] [blame] | 576 | source "board/Marvell/db-mv784mp-gp/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 577 | source "board/Marvell/dkb/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 578 | source "board/Marvell/gplugd/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 579 | source "board/afeb9260/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 580 | source "board/altera/socfpga/Kconfig" |
| 581 | source "board/armadeus/apf27/Kconfig" |
| 582 | source "board/armltd/integrator/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 583 | source "board/armltd/vexpress/Kconfig" |
| 584 | source "board/armltd/vexpress64/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 585 | source "board/atmel/at91rm9200ek/Kconfig" |
| 586 | source "board/atmel/at91sam9260ek/Kconfig" |
| 587 | source "board/atmel/at91sam9261ek/Kconfig" |
| 588 | source "board/atmel/at91sam9263ek/Kconfig" |
| 589 | source "board/atmel/at91sam9m10g45ek/Kconfig" |
| 590 | source "board/atmel/at91sam9n12ek/Kconfig" |
| 591 | source "board/atmel/at91sam9rlek/Kconfig" |
| 592 | source "board/atmel/at91sam9x5ek/Kconfig" |
| 593 | source "board/atmel/sama5d3_xplained/Kconfig" |
| 594 | source "board/atmel/sama5d3xek/Kconfig" |
Christian Gmeiner | 39d0973 | 2014-10-02 13:33:46 +0200 | [diff] [blame] | 595 | source "board/bachmann/ot1200/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 596 | source "board/balloon3/Kconfig" |
| 597 | source "board/barco/titanium/Kconfig" |
| 598 | source "board/bluegiga/apx4devkit/Kconfig" |
| 599 | source "board/bluewater/snapper9260/Kconfig" |
| 600 | source "board/boundary/nitrogen6x/Kconfig" |
| 601 | source "board/broadcom/bcm28155_ap/Kconfig" |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 602 | source "board/broadcom/bcm958300k/Kconfig" |
| 603 | source "board/broadcom/bcm958622hr/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 604 | source "board/calao/sbc35_a9g20/Kconfig" |
| 605 | source "board/calao/tny_a9260/Kconfig" |
| 606 | source "board/calao/usb_a9263/Kconfig" |
| 607 | source "board/cirrus/edb93xx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 608 | source "board/cm4008/Kconfig" |
| 609 | source "board/cm41xx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 610 | source "board/compulab/cm_t335/Kconfig" |
Nikita Kiryanov | e32028a | 2014-09-07 18:59:29 +0300 | [diff] [blame] | 611 | source "board/compulab/cm_fx6/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 612 | source "board/congatec/cgtqmx6eval/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 613 | source "board/creative/xfi3/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 614 | source "board/davedenx/qong/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 615 | source "board/denx/m28evk/Kconfig" |
| 616 | source "board/denx/m53evk/Kconfig" |
| 617 | source "board/egnite/ethernut5/Kconfig" |
| 618 | source "board/embest/mx6boards/Kconfig" |
| 619 | source "board/emk/top9000/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 620 | source "board/esd/meesc/Kconfig" |
| 621 | source "board/esd/otc570/Kconfig" |
| 622 | source "board/esg/ima3-mx53/Kconfig" |
| 623 | source "board/eukrea/cpu9260/Kconfig" |
| 624 | source "board/eukrea/cpuat91/Kconfig" |
| 625 | source "board/faraday/a320evb/Kconfig" |
| 626 | source "board/freescale/ls2085a/Kconfig" |
Wang Huan | 550e3dc | 2014-09-05 13:52:44 +0800 | [diff] [blame] | 627 | source "board/freescale/ls1021aqds/Kconfig" |
Wang Huan | c8a7d9d | 2014-09-05 13:52:45 +0800 | [diff] [blame] | 628 | source "board/freescale/ls1021atwr/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 629 | source "board/freescale/mx23evk/Kconfig" |
| 630 | source "board/freescale/mx25pdk/Kconfig" |
| 631 | source "board/freescale/mx28evk/Kconfig" |
| 632 | source "board/freescale/mx31ads/Kconfig" |
| 633 | source "board/freescale/mx31pdk/Kconfig" |
| 634 | source "board/freescale/mx35pdk/Kconfig" |
| 635 | source "board/freescale/mx51evk/Kconfig" |
| 636 | source "board/freescale/mx53ard/Kconfig" |
| 637 | source "board/freescale/mx53evk/Kconfig" |
| 638 | source "board/freescale/mx53loco/Kconfig" |
| 639 | source "board/freescale/mx53smd/Kconfig" |
| 640 | source "board/freescale/mx6qarm2/Kconfig" |
| 641 | source "board/freescale/mx6qsabreauto/Kconfig" |
| 642 | source "board/freescale/mx6sabresd/Kconfig" |
| 643 | source "board/freescale/mx6slevk/Kconfig" |
Fabio Estevam | 080d72f | 2014-08-14 21:00:28 -0300 | [diff] [blame] | 644 | source "board/freescale/mx6sxsabresd/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 645 | source "board/freescale/vf610twr/Kconfig" |
| 646 | source "board/gateworks/gw_ventana/Kconfig" |
| 647 | source "board/genesi/mx51_efikamx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 648 | source "board/gumstix/pepper/Kconfig" |
| 649 | source "board/h2200/Kconfig" |
| 650 | source "board/hale/tt01/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 651 | source "board/icpdas/lp8x4x/Kconfig" |
| 652 | source "board/imx31_phycore/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 653 | source "board/isee/igep0033/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 654 | source "board/jornada/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 655 | source "board/karo/tx25/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 656 | source "board/logicpd/imx27lite/Kconfig" |
| 657 | source "board/logicpd/imx31_litekit/Kconfig" |
Stefan Roese | a488483 | 2014-10-22 12:13:19 +0200 | [diff] [blame] | 658 | source "board/maxbcm/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 659 | source "board/mpl/vcma9/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 660 | source "board/olimex/mx23_olinuxino/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 661 | source "board/palmld/Kconfig" |
| 662 | source "board/palmtc/Kconfig" |
| 663 | source "board/palmtreo680/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 664 | source "board/phytec/pcm051/Kconfig" |
| 665 | source "board/ppcag/bg0900/Kconfig" |
| 666 | source "board/pxa255_idp/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 667 | source "board/raspberrypi/rpi_b/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 668 | source "board/ronetix/pm9261/Kconfig" |
| 669 | source "board/ronetix/pm9263/Kconfig" |
| 670 | source "board/ronetix/pm9g45/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 671 | source "board/samsung/smdk2410/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 672 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
| 673 | source "board/scb9328/Kconfig" |
| 674 | source "board/schulercontrol/sc_sps_1/Kconfig" |
| 675 | source "board/siemens/corvus/Kconfig" |
| 676 | source "board/siemens/draco/Kconfig" |
| 677 | source "board/siemens/pxm2/Kconfig" |
| 678 | source "board/siemens/rut/Kconfig" |
| 679 | source "board/siemens/taurus/Kconfig" |
| 680 | source "board/silica/pengwyn/Kconfig" |
| 681 | source "board/solidrun/hummingboard/Kconfig" |
| 682 | source "board/spear/spear300/Kconfig" |
| 683 | source "board/spear/spear310/Kconfig" |
| 684 | source "board/spear/spear320/Kconfig" |
| 685 | source "board/spear/spear600/Kconfig" |
| 686 | source "board/spear/x600/Kconfig" |
| 687 | source "board/st-ericsson/snowball/Kconfig" |
| 688 | source "board/st-ericsson/u8500/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 689 | source "board/sunxi/Kconfig" |
| 690 | source "board/syteco/jadecpu/Kconfig" |
| 691 | source "board/syteco/zmx25/Kconfig" |
| 692 | source "board/taskit/stamp9g20/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 693 | source "board/ti/am335x/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 694 | source "board/ti/am43xx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 695 | source "board/ti/ti814x/Kconfig" |
| 696 | source "board/ti/ti816x/Kconfig" |
| 697 | source "board/ti/tnetv107xevm/Kconfig" |
| 698 | source "board/timll/devkit3250/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 699 | source "board/toradex/colibri_pxa270/Kconfig" |
Masahiro Yamada | a126363 | 2014-09-01 00:47:55 +0900 | [diff] [blame] | 700 | source "board/tqc/tqma6/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 701 | source "board/trizepsiv/Kconfig" |
| 702 | source "board/ttcontrol/vision2/Kconfig" |
| 703 | source "board/udoo/Kconfig" |
| 704 | source "board/vpac270/Kconfig" |
| 705 | source "board/wandboard/Kconfig" |
| 706 | source "board/woodburn/Kconfig" |
| 707 | source "board/xaeniax/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 708 | source "board/zipitz2/Kconfig" |
| 709 | |
| 710 | endmenu |