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