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