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 |
| 5 | string |
| 6 | default "arm" |
| 7 | |
| 8 | choice |
| 9 | prompt "Target select" |
| 10 | |
| 11 | config TARGET_INTEGRATORAP_CM720T |
| 12 | bool "Support integratorap_cm720t" |
| 13 | |
| 14 | config TARGET_INTEGRATORAP_CM920T |
| 15 | bool "Support integratorap_cm920t" |
| 16 | |
| 17 | config TARGET_INTEGRATORCP_CM920T |
| 18 | bool "Support integratorcp_cm920t" |
| 19 | |
| 20 | config TARGET_A320EVB |
| 21 | bool "Support a320evb" |
| 22 | |
| 23 | config TARGET_AT91RM9200EK |
| 24 | bool "Support at91rm9200ek" |
| 25 | |
| 26 | config TARGET_EB_CPUX9K2 |
| 27 | bool "Support eb_cpux9k2" |
| 28 | |
| 29 | config TARGET_CPUAT91 |
| 30 | bool "Support cpuat91" |
| 31 | |
| 32 | config TARGET_EDB93XX |
| 33 | bool "Support edb93xx" |
| 34 | |
| 35 | config TARGET_SCB9328 |
| 36 | bool "Support scb9328" |
| 37 | |
| 38 | config TARGET_CM4008 |
| 39 | bool "Support cm4008" |
| 40 | |
| 41 | config TARGET_CM41XX |
| 42 | bool "Support cm41xx" |
| 43 | |
| 44 | config TARGET_VCMA9 |
| 45 | bool "Support VCMA9" |
| 46 | |
| 47 | config TARGET_SMDK2410 |
| 48 | bool "Support smdk2410" |
| 49 | |
| 50 | config TARGET_INTEGRATORAP_CM926EJS |
| 51 | bool "Support integratorap_cm926ejs" |
| 52 | |
| 53 | config TARGET_INTEGRATORCP_CM926EJS |
| 54 | bool "Support integratorcp_cm926ejs" |
| 55 | |
| 56 | config TARGET_ASPENITE |
| 57 | bool "Support aspenite" |
| 58 | |
| 59 | config TARGET_GPLUGD |
| 60 | bool "Support gplugd" |
| 61 | |
| 62 | config TARGET_AFEB9260 |
| 63 | bool "Support afeb9260" |
| 64 | |
| 65 | config TARGET_AT91SAM9260EK |
| 66 | bool "Support at91sam9260ek" |
| 67 | |
| 68 | config TARGET_AT91SAM9261EK |
| 69 | bool "Support at91sam9261ek" |
| 70 | |
| 71 | config TARGET_AT91SAM9263EK |
| 72 | bool "Support at91sam9263ek" |
| 73 | |
| 74 | config TARGET_AT91SAM9M10G45EK |
| 75 | bool "Support at91sam9m10g45ek" |
| 76 | |
| 77 | config TARGET_AT91SAM9N12EK |
| 78 | bool "Support at91sam9n12ek" |
| 79 | |
| 80 | config TARGET_AT91SAM9RLEK |
| 81 | bool "Support at91sam9rlek" |
| 82 | |
| 83 | config TARGET_AT91SAM9X5EK |
| 84 | bool "Support at91sam9x5ek" |
| 85 | |
| 86 | config TARGET_SNAPPER9260 |
| 87 | bool "Support snapper9260" |
| 88 | |
| 89 | config TARGET_VL_MA2SC |
| 90 | bool "Support vl_ma2sc" |
| 91 | |
| 92 | config TARGET_SBC35_A9G20 |
| 93 | bool "Support sbc35_a9g20" |
| 94 | |
| 95 | config TARGET_TNY_A9260 |
| 96 | bool "Support tny_a9260" |
| 97 | |
| 98 | config TARGET_USB_A9263 |
| 99 | bool "Support usb_a9263" |
| 100 | |
| 101 | config TARGET_ETHERNUT5 |
| 102 | bool "Support ethernut5" |
| 103 | |
| 104 | config TARGET_TOP9000 |
| 105 | bool "Support top9000" |
| 106 | |
| 107 | config TARGET_MEESC |
| 108 | bool "Support meesc" |
| 109 | |
| 110 | config TARGET_OTC570 |
| 111 | bool "Support otc570" |
| 112 | |
| 113 | config TARGET_CPU9260 |
| 114 | bool "Support cpu9260" |
| 115 | |
| 116 | config TARGET_PM9261 |
| 117 | bool "Support pm9261" |
| 118 | |
| 119 | config TARGET_PM9263 |
| 120 | bool "Support pm9263" |
| 121 | |
| 122 | config TARGET_PM9G45 |
| 123 | bool "Support pm9g45" |
| 124 | |
| 125 | config TARGET_CORVUS |
| 126 | bool "Support corvus" |
| 127 | |
| 128 | config TARGET_TAURUS |
| 129 | bool "Support taurus" |
| 130 | |
| 131 | config TARGET_STAMP9G20 |
| 132 | bool "Support stamp9g20" |
| 133 | |
| 134 | config TARGET_CAM_ENC_4XX |
| 135 | bool "Support cam_enc_4xx" |
| 136 | |
| 137 | config TARGET_IPAM390 |
| 138 | bool "Support ipam390" |
| 139 | |
| 140 | config TARGET_DA830EVM |
| 141 | bool "Support da830evm" |
| 142 | |
| 143 | config TARGET_DA850EVM |
| 144 | bool "Support da850evm" |
| 145 | |
| 146 | config TARGET_HAWKBOARD |
| 147 | bool "Support hawkboard" |
| 148 | |
| 149 | config TARGET_DAVINCI_DM355EVM |
| 150 | bool "Support davinci_dm355evm" |
| 151 | |
| 152 | config TARGET_DAVINCI_DM355LEOPARD |
| 153 | bool "Support davinci_dm355leopard" |
| 154 | |
| 155 | config TARGET_DAVINCI_DM365EVM |
| 156 | bool "Support davinci_dm365evm" |
| 157 | |
| 158 | config TARGET_DAVINCI_DM6467EVM |
| 159 | bool "Support davinci_dm6467evm" |
| 160 | |
| 161 | config TARGET_DAVINCI_DVEVM |
| 162 | bool "Support davinci_dvevm" |
| 163 | |
| 164 | config TARGET_EA20 |
| 165 | bool "Support ea20" |
| 166 | |
| 167 | config TARGET_DAVINCI_SCHMOOGIE |
| 168 | bool "Support davinci_schmoogie" |
| 169 | |
| 170 | config TARGET_DAVINCI_SFFSDR |
| 171 | bool "Support davinci_sffsdr" |
| 172 | |
| 173 | config TARGET_DAVINCI_SONATA |
| 174 | bool "Support davinci_sonata" |
| 175 | |
| 176 | config TARGET_ENBW_CMC |
| 177 | bool "Support enbw_cmc" |
| 178 | |
| 179 | config TARGET_CALIMAIN |
| 180 | bool "Support calimain" |
| 181 | |
| 182 | config TARGET_LSXL |
| 183 | bool "Support lsxl" |
| 184 | |
| 185 | config TARGET_POGO_E02 |
| 186 | bool "Support pogo_e02" |
| 187 | |
| 188 | config TARGET_DNS325 |
| 189 | bool "Support dns325" |
| 190 | |
| 191 | config TARGET_ICONNECT |
| 192 | bool "Support iconnect" |
| 193 | |
| 194 | config TARGET_TK71 |
| 195 | bool "Support tk71" |
| 196 | |
| 197 | config TARGET_KM_KIRKWOOD |
| 198 | bool "Support km_kirkwood" |
| 199 | |
| 200 | config TARGET_NET2BIG_V2 |
| 201 | bool "Support net2big_v2" |
| 202 | |
| 203 | config TARGET_NETSPACE_V2 |
| 204 | bool "Support netspace_v2" |
| 205 | |
| 206 | config TARGET_WIRELESS_SPACE |
| 207 | bool "Support wireless_space" |
| 208 | |
| 209 | config TARGET_DREAMPLUG |
| 210 | bool "Support dreamplug" |
| 211 | |
| 212 | config TARGET_GURUPLUG |
| 213 | bool "Support guruplug" |
| 214 | |
| 215 | config TARGET_MV88F6281GTW_GE |
| 216 | bool "Support mv88f6281gtw_ge" |
| 217 | |
| 218 | config TARGET_OPENRD |
| 219 | bool "Support openrd" |
| 220 | |
| 221 | config TARGET_RD6281A |
| 222 | bool "Support rd6281a" |
| 223 | |
| 224 | config TARGET_SHEEVAPLUG |
| 225 | bool "Support sheevaplug" |
| 226 | |
| 227 | config TARGET_IB62X0 |
| 228 | bool "Support ib62x0" |
| 229 | |
| 230 | config TARGET_DOCKSTAR |
| 231 | bool "Support dockstar" |
| 232 | |
| 233 | config TARGET_GOFLEXHOME |
| 234 | bool "Support goflexhome" |
| 235 | |
| 236 | config TARGET_DEVKIT3250 |
| 237 | bool "Support devkit3250" |
| 238 | |
| 239 | config TARGET_JADECPU |
| 240 | bool "Support jadecpu" |
| 241 | |
| 242 | config TARGET_MX25PDK |
| 243 | bool "Support mx25pdk" |
| 244 | |
| 245 | config TARGET_TX25 |
| 246 | bool "Support tx25" |
| 247 | |
| 248 | config TARGET_ZMX25 |
| 249 | bool "Support zmx25" |
| 250 | |
| 251 | config TARGET_APF27 |
| 252 | bool "Support apf27" |
| 253 | |
| 254 | config TARGET_IMX27LITE |
| 255 | bool "Support imx27lite" |
| 256 | |
| 257 | config TARGET_MAGNESIUM |
| 258 | bool "Support magnesium" |
| 259 | |
| 260 | config TARGET_APX4DEVKIT |
| 261 | bool "Support apx4devkit" |
| 262 | |
| 263 | config TARGET_XFI3 |
| 264 | bool "Support xfi3" |
| 265 | |
| 266 | config TARGET_M28EVK |
| 267 | bool "Support m28evk" |
| 268 | |
| 269 | config TARGET_MX23EVK |
| 270 | bool "Support mx23evk" |
| 271 | |
| 272 | config TARGET_MX28EVK |
| 273 | bool "Support mx28evk" |
| 274 | |
| 275 | config TARGET_MX23_OLINUXINO |
| 276 | bool "Support mx23_olinuxino" |
| 277 | |
| 278 | config TARGET_BG0900 |
| 279 | bool "Support bg0900" |
| 280 | |
| 281 | config TARGET_SANSA_FUZE_PLUS |
| 282 | bool "Support sansa_fuze_plus" |
| 283 | |
| 284 | config TARGET_SC_SPS_1 |
| 285 | bool "Support sc_sps_1" |
| 286 | |
| 287 | config TARGET_NHK8815 |
| 288 | bool "Support nhk8815" |
| 289 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 290 | config TARGET_EDMINIV2 |
| 291 | bool "Support edminiv2" |
| 292 | |
| 293 | config TARGET_DKB |
| 294 | bool "Support dkb" |
| 295 | |
| 296 | config TARGET_SPEAR300 |
| 297 | bool "Support spear300" |
| 298 | |
| 299 | config TARGET_SPEAR310 |
| 300 | bool "Support spear310" |
| 301 | |
| 302 | config TARGET_SPEAR320 |
| 303 | bool "Support spear320" |
| 304 | |
| 305 | config TARGET_SPEAR600 |
| 306 | bool "Support spear600" |
| 307 | |
| 308 | config TARGET_X600 |
| 309 | bool "Support x600" |
| 310 | |
Masahiro Yamada | ad17a81 | 2014-08-31 07:10:58 +0900 | [diff] [blame^] | 311 | config ARCH_VERSATILE |
| 312 | bool "ARM Ltd. Versatile family" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 313 | |
| 314 | config TARGET_INTEGRATORCP_CM1136 |
| 315 | bool "Support integratorcp_cm1136" |
| 316 | |
| 317 | config TARGET_IMX31_PHYCORE |
| 318 | bool "Support imx31_phycore" |
| 319 | |
| 320 | config TARGET_QONG |
| 321 | bool "Support qong" |
| 322 | |
| 323 | config TARGET_MX31ADS |
| 324 | bool "Support mx31ads" |
| 325 | |
| 326 | config TARGET_MX31PDK |
| 327 | bool "Support mx31pdk" |
| 328 | |
| 329 | config TARGET_TT01 |
| 330 | bool "Support tt01" |
| 331 | |
| 332 | config TARGET_IMX31_LITEKIT |
| 333 | bool "Support imx31_litekit" |
| 334 | |
| 335 | config TARGET_WOODBURN |
| 336 | bool "Support woodburn" |
| 337 | |
| 338 | config TARGET_WOODBURN_SD |
| 339 | bool "Support woodburn_sd" |
| 340 | |
| 341 | config TARGET_FLEA3 |
| 342 | bool "Support flea3" |
| 343 | |
| 344 | config TARGET_MX35PDK |
| 345 | bool "Support mx35pdk" |
| 346 | |
| 347 | config TARGET_RPI_B |
| 348 | bool "Support rpi_b" |
| 349 | |
| 350 | config TARGET_TNETV107X_EVM |
| 351 | bool "Support tnetv107x_evm" |
| 352 | |
| 353 | config TARGET_INTEGRATORAP_CM946ES |
| 354 | bool "Support integratorap_cm946es" |
| 355 | |
| 356 | config TARGET_INTEGRATORCP_CM946ES |
| 357 | bool "Support integratorcp_cm946es" |
| 358 | |
| 359 | config TARGET_VEXPRESS_CA15_TC2 |
| 360 | bool "Support vexpress_ca15_tc2" |
| 361 | |
| 362 | config TARGET_VEXPRESS_CA5X2 |
| 363 | bool "Support vexpress_ca5x2" |
| 364 | |
| 365 | config TARGET_VEXPRESS_CA9X4 |
| 366 | bool "Support vexpress_ca9x4" |
| 367 | |
| 368 | config TARGET_KWB |
| 369 | bool "Support kwb" |
| 370 | |
| 371 | config TARGET_TSERIES |
| 372 | bool "Support tseries" |
| 373 | |
| 374 | config TARGET_CM_T335 |
| 375 | bool "Support cm_t335" |
| 376 | |
| 377 | config TARGET_PEPPER |
| 378 | bool "Support pepper" |
| 379 | |
| 380 | config TARGET_AM335X_IGEP0033 |
| 381 | bool "Support am335x_igep0033" |
| 382 | |
| 383 | config TARGET_PCM051 |
| 384 | bool "Support pcm051" |
| 385 | |
| 386 | config TARGET_DRACO |
| 387 | bool "Support draco" |
| 388 | |
| 389 | config TARGET_DXR2 |
| 390 | bool "Support dxr2" |
| 391 | |
| 392 | config TARGET_PXM2 |
| 393 | bool "Support pxm2" |
| 394 | |
| 395 | config TARGET_RUT |
| 396 | bool "Support rut" |
| 397 | |
| 398 | config TARGET_PENGWYN |
| 399 | bool "Support pengwyn" |
| 400 | |
| 401 | config TARGET_AM335X_EVM |
| 402 | bool "Support am335x_evm" |
| 403 | |
| 404 | config TARGET_AM43XX_EVM |
| 405 | bool "Support am43xx_evm" |
| 406 | |
| 407 | config TARGET_TI814X_EVM |
| 408 | bool "Support ti814x_evm" |
| 409 | |
| 410 | config TARGET_TI816X_EVM |
| 411 | bool "Support ti816x_evm" |
| 412 | |
| 413 | config TARGET_SAMA5D3_XPLAINED |
| 414 | bool "Support sama5d3_xplained" |
| 415 | |
| 416 | config TARGET_SAMA5D3XEK |
| 417 | bool "Support sama5d3xek" |
| 418 | |
| 419 | config TARGET_BCM28155_AP |
| 420 | bool "Support bcm28155_ap" |
| 421 | |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 422 | config TARGET_BCM958300K |
| 423 | bool "Support bcm958300k" |
| 424 | |
| 425 | config TARGET_BCM958622HR |
| 426 | bool "Support bcm958622hr" |
| 427 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 428 | config TARGET_ARNDALE |
| 429 | bool "Support arndale" |
| 430 | |
| 431 | config TARGET_ORIGEN |
| 432 | bool "Support origen" |
| 433 | |
| 434 | config TARGET_SMDK5250 |
| 435 | bool "Support smdk5250" |
| 436 | |
| 437 | config TARGET_SNOW |
| 438 | bool "Support snow" |
| 439 | |
| 440 | config TARGET_PEACH_PIT |
| 441 | bool "Support peach-pit" |
| 442 | |
| 443 | config TARGET_SMDK5420 |
| 444 | bool "Support smdk5420" |
| 445 | |
| 446 | config TARGET_SMDKV310 |
| 447 | bool "Support smdkv310" |
| 448 | |
| 449 | config TARGET_TRATS |
| 450 | bool "Support trats" |
| 451 | |
| 452 | config TARGET_TRATS2 |
| 453 | bool "Support trats2" |
| 454 | |
| 455 | config TARGET_S5PC210_UNIVERSAL |
| 456 | bool "Support s5pc210_universal" |
| 457 | |
| 458 | config TARGET_HIGHBANK |
| 459 | bool "Support highbank" |
| 460 | |
| 461 | config TARGET_K2E_EVM |
| 462 | bool "Support k2e_evm" |
| 463 | |
| 464 | config TARGET_K2HK_EVM |
| 465 | bool "Support k2hk_evm" |
| 466 | |
| 467 | config TARGET_M53EVK |
| 468 | bool "Support m53evk" |
| 469 | |
| 470 | config TARGET_IMA3_MX53 |
| 471 | bool "Support ima3-mx53" |
| 472 | |
| 473 | config TARGET_MX51EVK |
| 474 | bool "Support mx51evk" |
| 475 | |
| 476 | config TARGET_MX53ARD |
| 477 | bool "Support mx53ard" |
| 478 | |
| 479 | config TARGET_MX53EVK |
| 480 | bool "Support mx53evk" |
| 481 | |
| 482 | config TARGET_MX53LOCO |
| 483 | bool "Support mx53loco" |
| 484 | |
| 485 | config TARGET_MX53SMD |
| 486 | bool "Support mx53smd" |
| 487 | |
| 488 | config TARGET_MX51_EFIKAMX |
| 489 | bool "Support mx51_efikamx" |
| 490 | |
| 491 | config TARGET_VISION2 |
| 492 | bool "Support vision2" |
| 493 | |
| 494 | config TARGET_UDOO |
| 495 | bool "Support udoo" |
| 496 | |
| 497 | config TARGET_WANDBOARD |
| 498 | bool "Support wandboard" |
| 499 | |
| 500 | config TARGET_TITANIUM |
| 501 | bool "Support titanium" |
| 502 | |
| 503 | config TARGET_NITROGEN6X |
| 504 | bool "Support nitrogen6x" |
| 505 | |
| 506 | config TARGET_CGTQMX6EVAL |
| 507 | bool "Support cgtqmx6eval" |
| 508 | |
| 509 | config TARGET_EMBESTMX6BOARDS |
| 510 | bool "Support embestmx6boards" |
| 511 | |
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 512 | config TARGET_ARISTAINETOS |
| 513 | bool "Support aristainetos" |
| 514 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 515 | config TARGET_MX6QARM2 |
| 516 | bool "Support mx6qarm2" |
| 517 | |
| 518 | config TARGET_MX6QSABREAUTO |
| 519 | bool "Support mx6qsabreauto" |
| 520 | |
| 521 | config TARGET_MX6SABRESD |
| 522 | bool "Support mx6sabresd" |
| 523 | |
| 524 | config TARGET_MX6SLEVK |
| 525 | bool "Support mx6slevk" |
| 526 | |
Fabio Estevam | 080d72f | 2014-08-14 21:00:28 -0300 | [diff] [blame] | 527 | config TARGET_MX6SXSABRESD |
| 528 | bool "Support mx6sxsabresd" |
| 529 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 530 | config TARGET_GW_VENTANA |
| 531 | bool "Support gw_ventana" |
| 532 | |
| 533 | config TARGET_HUMMINGBOARD |
| 534 | bool "Support hummingboard" |
| 535 | |
| 536 | config TARGET_OMAP3_OVERO |
| 537 | bool "Support omap3_overo" |
| 538 | |
| 539 | config TARGET_OMAP3_PANDORA |
| 540 | bool "Support omap3_pandora" |
| 541 | |
| 542 | config TARGET_ECO5PK |
| 543 | bool "Support eco5pk" |
| 544 | |
| 545 | config TARGET_DIG297 |
| 546 | bool "Support dig297" |
| 547 | |
| 548 | config TARGET_CM_T35 |
| 549 | bool "Support cm_t35" |
| 550 | |
| 551 | config TARGET_TRICORDER |
| 552 | bool "Support tricorder" |
| 553 | |
| 554 | config TARGET_MCX |
| 555 | bool "Support mcx" |
| 556 | |
| 557 | config TARGET_OMAP3_IGEP00X0 |
| 558 | bool "Support omap3_igep00x0" |
| 559 | |
| 560 | config TARGET_AM3517_EVM |
| 561 | bool "Support am3517_evm" |
| 562 | |
| 563 | config TARGET_OMAP3_LOGIC |
| 564 | bool "Support omap3_logic" |
| 565 | |
| 566 | config TARGET_OMAP3_ZOOM1 |
| 567 | bool "Support omap3_zoom1" |
| 568 | |
| 569 | config TARGET_OMAP3_MVBLX |
| 570 | bool "Support omap3_mvblx" |
| 571 | |
| 572 | config TARGET_NOKIA_RX51 |
| 573 | bool "Support nokia_rx51" |
| 574 | |
| 575 | config TARGET_TAO3530 |
| 576 | bool "Support tao3530" |
| 577 | |
| 578 | config TARGET_TWISTER |
| 579 | bool "Support twister" |
| 580 | |
| 581 | config TARGET_MT_VENTOUX |
| 582 | bool "Support mt_ventoux" |
| 583 | |
| 584 | config TARGET_AM3517_CRANE |
| 585 | bool "Support am3517_crane" |
| 586 | |
| 587 | config TARGET_OMAP3_BEAGLE |
| 588 | bool "Support omap3_beagle" |
| 589 | |
| 590 | config TARGET_OMAP3_EVM |
| 591 | bool "Support omap3_evm" |
| 592 | |
| 593 | config TARGET_OMAP3_EVM_QUICK_MMC |
| 594 | bool "Support omap3_evm_quick_mmc" |
| 595 | |
| 596 | config TARGET_OMAP3_EVM_QUICK_NAND |
| 597 | bool "Support omap3_evm_quick_nand" |
| 598 | |
| 599 | config TARGET_OMAP3_SDP3430 |
| 600 | bool "Support omap3_sdp3430" |
| 601 | |
| 602 | config TARGET_DEVKIT8000 |
| 603 | bool "Support devkit8000" |
| 604 | |
| 605 | config TARGET_DUOVERO |
| 606 | bool "Support duovero" |
| 607 | |
| 608 | config TARGET_OMAP4_PANDA |
| 609 | bool "Support omap4_panda" |
| 610 | |
| 611 | config TARGET_OMAP4_SDP4430 |
| 612 | bool "Support omap4_sdp4430" |
| 613 | |
| 614 | config TARGET_CM_T54 |
| 615 | bool "Support cm_t54" |
| 616 | |
| 617 | config TARGET_DRA7XX_EVM |
| 618 | bool "Support dra7xx_evm" |
| 619 | |
| 620 | config TARGET_OMAP5_UEVM |
| 621 | bool "Support omap5_uevm" |
| 622 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 623 | config RMOBILE |
| 624 | bool "Renesas ARM SoCs" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 625 | |
| 626 | config TARGET_S5P_GONI |
| 627 | bool "Support s5p_goni" |
| 628 | |
| 629 | config TARGET_SMDKC100 |
| 630 | bool "Support smdkc100" |
| 631 | |
| 632 | config TARGET_SOCFPGA_CYCLONE5 |
| 633 | bool "Support socfpga_cyclone5" |
| 634 | |
| 635 | config TARGET_SUN4I |
| 636 | bool "Support sun4i" |
| 637 | |
| 638 | config TARGET_SUN5I |
| 639 | bool "Support sun5i" |
| 640 | |
| 641 | config TARGET_SUN7I |
| 642 | bool "Support sun7i" |
| 643 | |
| 644 | config TARGET_SNOWBALL |
| 645 | bool "Support snowball" |
| 646 | |
| 647 | config TARGET_U8500_HREF |
| 648 | bool "Support u8500_href" |
| 649 | |
| 650 | config TARGET_VF610TWR |
| 651 | bool "Support vf610twr" |
| 652 | |
Masahiro Yamada | 44dcb40 | 2014-08-31 07:10:55 +0900 | [diff] [blame] | 653 | config ZYNQ |
| 654 | bool "Xilinx Zynq Platform" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 655 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 656 | config TEGRA |
| 657 | bool "NVIDIA Tegra" |
| 658 | select SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 659 | |
| 660 | config TARGET_VEXPRESS_AEMV8A |
| 661 | bool "Support vexpress_aemv8a" |
| 662 | |
| 663 | config TARGET_VEXPRESS_AEMV8A_SEMI |
| 664 | bool "Support vexpress_aemv8a_semi" |
| 665 | |
| 666 | config TARGET_LS2085A_EMU |
| 667 | bool "Support ls2085a_emu" |
| 668 | |
| 669 | config TARGET_LS2085A_SIMU |
| 670 | bool "Support ls2085a_simu" |
| 671 | |
| 672 | config TARGET_BALLOON3 |
| 673 | bool "Support balloon3" |
| 674 | |
| 675 | config TARGET_H2200 |
| 676 | bool "Support h2200" |
| 677 | |
| 678 | config TARGET_PALMLD |
| 679 | bool "Support palmld" |
| 680 | |
| 681 | config TARGET_PALMTC |
| 682 | bool "Support palmtc" |
| 683 | |
| 684 | config TARGET_PALMTREO680 |
| 685 | bool "Support palmtreo680" |
| 686 | |
| 687 | config TARGET_PXA255_IDP |
| 688 | bool "Support pxa255_idp" |
| 689 | |
| 690 | config TARGET_TRIZEPSIV |
| 691 | bool "Support trizepsiv" |
| 692 | |
| 693 | config TARGET_VPAC270 |
| 694 | bool "Support vpac270" |
| 695 | |
| 696 | config TARGET_XAENIAX |
| 697 | bool "Support xaeniax" |
| 698 | |
| 699 | config TARGET_ZIPITZ2 |
| 700 | bool "Support zipitz2" |
| 701 | |
| 702 | config TARGET_LP8X4X |
| 703 | bool "Support lp8x4x" |
| 704 | |
| 705 | config TARGET_COLIBRI_PXA270 |
| 706 | bool "Support colibri_pxa270" |
| 707 | |
| 708 | config TARGET_JORNADA |
| 709 | bool "Support jornada" |
| 710 | |
| 711 | endchoice |
| 712 | |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 713 | source "arch/arm/cpu/armv7/rmobile/Kconfig" |
| 714 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 715 | source "arch/arm/cpu/armv7/tegra-common/Kconfig" |
| 716 | |
Masahiro Yamada | ad17a81 | 2014-08-31 07:10:58 +0900 | [diff] [blame^] | 717 | source "arch/arm/cpu/arm926ejs/versatile/Kconfig" |
| 718 | |
Masahiro Yamada | 44dcb40 | 2014-08-31 07:10:55 +0900 | [diff] [blame] | 719 | source "arch/arm/cpu/armv7/zynq/Kconfig" |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 720 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 721 | source "board/8dtech/eco5pk/Kconfig" |
Stefano Babic | 7e92917 | 2014-08-11 10:18:41 +0200 | [diff] [blame] | 722 | source "board/aristainetos/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 723 | source "board/Barix/ipam390/Kconfig" |
| 724 | source "board/BuR/kwb/Kconfig" |
| 725 | source "board/BuR/tseries/Kconfig" |
| 726 | source "board/BuS/eb_cpux9k2/Kconfig" |
| 727 | source "board/BuS/vl_ma2sc/Kconfig" |
| 728 | source "board/CarMediaLab/flea3/Kconfig" |
| 729 | source "board/LaCie/edminiv2/Kconfig" |
| 730 | source "board/LaCie/net2big_v2/Kconfig" |
| 731 | source "board/LaCie/netspace_v2/Kconfig" |
| 732 | source "board/LaCie/wireless_space/Kconfig" |
| 733 | source "board/Marvell/aspenite/Kconfig" |
| 734 | source "board/Marvell/dkb/Kconfig" |
| 735 | source "board/Marvell/dreamplug/Kconfig" |
| 736 | source "board/Marvell/gplugd/Kconfig" |
| 737 | source "board/Marvell/guruplug/Kconfig" |
| 738 | source "board/Marvell/mv88f6281gtw_ge/Kconfig" |
| 739 | source "board/Marvell/openrd/Kconfig" |
| 740 | source "board/Marvell/rd6281a/Kconfig" |
| 741 | source "board/Marvell/sheevaplug/Kconfig" |
| 742 | source "board/Seagate/dockstar/Kconfig" |
| 743 | source "board/Seagate/goflexhome/Kconfig" |
| 744 | source "board/afeb9260/Kconfig" |
| 745 | source "board/ait/cam_enc_4xx/Kconfig" |
| 746 | source "board/altera/socfpga/Kconfig" |
| 747 | source "board/armadeus/apf27/Kconfig" |
| 748 | source "board/armltd/integrator/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 749 | source "board/armltd/vexpress/Kconfig" |
| 750 | source "board/armltd/vexpress64/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 751 | source "board/atmel/at91rm9200ek/Kconfig" |
| 752 | source "board/atmel/at91sam9260ek/Kconfig" |
| 753 | source "board/atmel/at91sam9261ek/Kconfig" |
| 754 | source "board/atmel/at91sam9263ek/Kconfig" |
| 755 | source "board/atmel/at91sam9m10g45ek/Kconfig" |
| 756 | source "board/atmel/at91sam9n12ek/Kconfig" |
| 757 | source "board/atmel/at91sam9rlek/Kconfig" |
| 758 | source "board/atmel/at91sam9x5ek/Kconfig" |
| 759 | source "board/atmel/sama5d3_xplained/Kconfig" |
| 760 | source "board/atmel/sama5d3xek/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 761 | source "board/balloon3/Kconfig" |
| 762 | source "board/barco/titanium/Kconfig" |
| 763 | source "board/bluegiga/apx4devkit/Kconfig" |
| 764 | source "board/bluewater/snapper9260/Kconfig" |
| 765 | source "board/boundary/nitrogen6x/Kconfig" |
| 766 | source "board/broadcom/bcm28155_ap/Kconfig" |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 767 | source "board/broadcom/bcm958300k/Kconfig" |
| 768 | source "board/broadcom/bcm958622hr/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 769 | source "board/buffalo/lsxl/Kconfig" |
| 770 | source "board/calao/sbc35_a9g20/Kconfig" |
| 771 | source "board/calao/tny_a9260/Kconfig" |
| 772 | source "board/calao/usb_a9263/Kconfig" |
| 773 | source "board/cirrus/edb93xx/Kconfig" |
| 774 | source "board/cloudengines/pogo_e02/Kconfig" |
| 775 | source "board/cm4008/Kconfig" |
| 776 | source "board/cm41xx/Kconfig" |
| 777 | source "board/comelit/dig297/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 778 | source "board/compulab/cm_t335/Kconfig" |
| 779 | source "board/compulab/cm_t35/Kconfig" |
| 780 | source "board/compulab/cm_t54/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 781 | source "board/congatec/cgtqmx6eval/Kconfig" |
| 782 | source "board/corscience/tricorder/Kconfig" |
| 783 | source "board/creative/xfi3/Kconfig" |
| 784 | source "board/d-link/dns325/Kconfig" |
| 785 | source "board/davedenx/qong/Kconfig" |
| 786 | source "board/davinci/da8xxevm/Kconfig" |
| 787 | source "board/davinci/dm355evm/Kconfig" |
| 788 | source "board/davinci/dm355leopard/Kconfig" |
| 789 | source "board/davinci/dm365evm/Kconfig" |
| 790 | source "board/davinci/dm6467evm/Kconfig" |
| 791 | source "board/davinci/dvevm/Kconfig" |
| 792 | source "board/davinci/ea20/Kconfig" |
| 793 | source "board/davinci/schmoogie/Kconfig" |
| 794 | source "board/davinci/sffsdr/Kconfig" |
| 795 | source "board/davinci/sonata/Kconfig" |
| 796 | source "board/denx/m28evk/Kconfig" |
| 797 | source "board/denx/m53evk/Kconfig" |
| 798 | source "board/egnite/ethernut5/Kconfig" |
| 799 | source "board/embest/mx6boards/Kconfig" |
| 800 | source "board/emk/top9000/Kconfig" |
| 801 | source "board/enbw/enbw_cmc/Kconfig" |
| 802 | source "board/esd/meesc/Kconfig" |
| 803 | source "board/esd/otc570/Kconfig" |
| 804 | source "board/esg/ima3-mx53/Kconfig" |
| 805 | source "board/eukrea/cpu9260/Kconfig" |
| 806 | source "board/eukrea/cpuat91/Kconfig" |
| 807 | source "board/faraday/a320evb/Kconfig" |
| 808 | source "board/freescale/ls2085a/Kconfig" |
| 809 | source "board/freescale/mx23evk/Kconfig" |
| 810 | source "board/freescale/mx25pdk/Kconfig" |
| 811 | source "board/freescale/mx28evk/Kconfig" |
| 812 | source "board/freescale/mx31ads/Kconfig" |
| 813 | source "board/freescale/mx31pdk/Kconfig" |
| 814 | source "board/freescale/mx35pdk/Kconfig" |
| 815 | source "board/freescale/mx51evk/Kconfig" |
| 816 | source "board/freescale/mx53ard/Kconfig" |
| 817 | source "board/freescale/mx53evk/Kconfig" |
| 818 | source "board/freescale/mx53loco/Kconfig" |
| 819 | source "board/freescale/mx53smd/Kconfig" |
| 820 | source "board/freescale/mx6qarm2/Kconfig" |
| 821 | source "board/freescale/mx6qsabreauto/Kconfig" |
| 822 | source "board/freescale/mx6sabresd/Kconfig" |
| 823 | source "board/freescale/mx6slevk/Kconfig" |
Fabio Estevam | 080d72f | 2014-08-14 21:00:28 -0300 | [diff] [blame] | 824 | source "board/freescale/mx6sxsabresd/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 825 | source "board/freescale/vf610twr/Kconfig" |
| 826 | source "board/gateworks/gw_ventana/Kconfig" |
| 827 | source "board/genesi/mx51_efikamx/Kconfig" |
| 828 | source "board/gumstix/duovero/Kconfig" |
| 829 | source "board/gumstix/pepper/Kconfig" |
| 830 | source "board/h2200/Kconfig" |
| 831 | source "board/hale/tt01/Kconfig" |
| 832 | source "board/highbank/Kconfig" |
| 833 | source "board/htkw/mcx/Kconfig" |
| 834 | source "board/icpdas/lp8x4x/Kconfig" |
| 835 | source "board/imx31_phycore/Kconfig" |
| 836 | source "board/iomega/iconnect/Kconfig" |
| 837 | source "board/isee/igep0033/Kconfig" |
| 838 | source "board/isee/igep00x0/Kconfig" |
| 839 | source "board/jornada/Kconfig" |
| 840 | source "board/karo/tk71/Kconfig" |
| 841 | source "board/karo/tx25/Kconfig" |
| 842 | source "board/keymile/km_arm/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 843 | source "board/logicpd/am3517evm/Kconfig" |
| 844 | source "board/logicpd/imx27lite/Kconfig" |
| 845 | source "board/logicpd/imx31_litekit/Kconfig" |
| 846 | source "board/logicpd/omap3som/Kconfig" |
| 847 | source "board/logicpd/zoom1/Kconfig" |
| 848 | source "board/matrix_vision/mvblx/Kconfig" |
| 849 | source "board/mpl/vcma9/Kconfig" |
| 850 | source "board/nokia/rx51/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 851 | source "board/olimex/mx23_olinuxino/Kconfig" |
| 852 | source "board/omicron/calimain/Kconfig" |
| 853 | source "board/overo/Kconfig" |
| 854 | source "board/palmld/Kconfig" |
| 855 | source "board/palmtc/Kconfig" |
| 856 | source "board/palmtreo680/Kconfig" |
| 857 | source "board/pandora/Kconfig" |
| 858 | source "board/phytec/pcm051/Kconfig" |
| 859 | source "board/ppcag/bg0900/Kconfig" |
| 860 | source "board/pxa255_idp/Kconfig" |
| 861 | source "board/raidsonic/ib62x0/Kconfig" |
| 862 | source "board/raspberrypi/rpi_b/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 863 | source "board/ronetix/pm9261/Kconfig" |
| 864 | source "board/ronetix/pm9263/Kconfig" |
| 865 | source "board/ronetix/pm9g45/Kconfig" |
| 866 | source "board/samsung/arndale/Kconfig" |
| 867 | source "board/samsung/goni/Kconfig" |
| 868 | source "board/samsung/origen/Kconfig" |
| 869 | source "board/samsung/smdk2410/Kconfig" |
| 870 | source "board/samsung/smdk5250/Kconfig" |
| 871 | source "board/samsung/smdk5420/Kconfig" |
| 872 | source "board/samsung/smdkc100/Kconfig" |
| 873 | source "board/samsung/smdkv310/Kconfig" |
| 874 | source "board/samsung/trats/Kconfig" |
| 875 | source "board/samsung/trats2/Kconfig" |
| 876 | source "board/samsung/universal_c210/Kconfig" |
| 877 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
| 878 | source "board/scb9328/Kconfig" |
| 879 | source "board/schulercontrol/sc_sps_1/Kconfig" |
| 880 | source "board/siemens/corvus/Kconfig" |
| 881 | source "board/siemens/draco/Kconfig" |
| 882 | source "board/siemens/pxm2/Kconfig" |
| 883 | source "board/siemens/rut/Kconfig" |
| 884 | source "board/siemens/taurus/Kconfig" |
| 885 | source "board/silica/pengwyn/Kconfig" |
| 886 | source "board/solidrun/hummingboard/Kconfig" |
| 887 | source "board/spear/spear300/Kconfig" |
| 888 | source "board/spear/spear310/Kconfig" |
| 889 | source "board/spear/spear320/Kconfig" |
| 890 | source "board/spear/spear600/Kconfig" |
| 891 | source "board/spear/x600/Kconfig" |
| 892 | source "board/st-ericsson/snowball/Kconfig" |
| 893 | source "board/st-ericsson/u8500/Kconfig" |
| 894 | source "board/st/nhk8815/Kconfig" |
| 895 | source "board/sunxi/Kconfig" |
| 896 | source "board/syteco/jadecpu/Kconfig" |
| 897 | source "board/syteco/zmx25/Kconfig" |
| 898 | source "board/taskit/stamp9g20/Kconfig" |
| 899 | source "board/technexion/tao3530/Kconfig" |
| 900 | source "board/technexion/twister/Kconfig" |
| 901 | source "board/teejet/mt_ventoux/Kconfig" |
| 902 | source "board/ti/am335x/Kconfig" |
| 903 | source "board/ti/am3517crane/Kconfig" |
| 904 | source "board/ti/am43xx/Kconfig" |
| 905 | source "board/ti/beagle/Kconfig" |
| 906 | source "board/ti/dra7xx/Kconfig" |
| 907 | source "board/ti/evm/Kconfig" |
| 908 | source "board/ti/ks2_evm/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 909 | source "board/ti/omap5_uevm/Kconfig" |
| 910 | source "board/ti/panda/Kconfig" |
| 911 | source "board/ti/sdp3430/Kconfig" |
| 912 | source "board/ti/sdp4430/Kconfig" |
| 913 | source "board/ti/ti814x/Kconfig" |
| 914 | source "board/ti/ti816x/Kconfig" |
| 915 | source "board/ti/tnetv107xevm/Kconfig" |
| 916 | source "board/timll/devkit3250/Kconfig" |
| 917 | source "board/timll/devkit8000/Kconfig" |
| 918 | source "board/toradex/colibri_pxa270/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 919 | source "board/trizepsiv/Kconfig" |
| 920 | source "board/ttcontrol/vision2/Kconfig" |
| 921 | source "board/udoo/Kconfig" |
| 922 | source "board/vpac270/Kconfig" |
| 923 | source "board/wandboard/Kconfig" |
| 924 | source "board/woodburn/Kconfig" |
| 925 | source "board/xaeniax/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 926 | source "board/zipitz2/Kconfig" |
| 927 | |
| 928 | endmenu |