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_EDMINIV2 291 bool "Support edminiv2" 292 293config TARGET_DKB 294 bool "Support dkb" 295 296config TARGET_SPEAR300 297 bool "Support spear300" 298 299config TARGET_SPEAR310 300 bool "Support spear310" 301 302config TARGET_SPEAR320 303 bool "Support spear320" 304 305config TARGET_SPEAR600 306 bool "Support spear600" 307 308config TARGET_X600 309 bool "Support x600" 310 311config TARGET_VERSATILEAB 312 bool "Support versatileab" 313 314config TARGET_VERSATILEPB 315 bool "Support versatilepb" 316 317config TARGET_VERSATILEQEMU 318 bool "Support versatileqemu" 319 320config TARGET_INTEGRATORCP_CM1136 321 bool "Support integratorcp_cm1136" 322 323config TARGET_IMX31_PHYCORE 324 bool "Support imx31_phycore" 325 326config TARGET_QONG 327 bool "Support qong" 328 329config TARGET_MX31ADS 330 bool "Support mx31ads" 331 332config TARGET_MX31PDK 333 bool "Support mx31pdk" 334 335config TARGET_TT01 336 bool "Support tt01" 337 338config TARGET_IMX31_LITEKIT 339 bool "Support imx31_litekit" 340 341config TARGET_WOODBURN 342 bool "Support woodburn" 343 344config TARGET_WOODBURN_SD 345 bool "Support woodburn_sd" 346 347config TARGET_FLEA3 348 bool "Support flea3" 349 350config TARGET_MX35PDK 351 bool "Support mx35pdk" 352 353config TARGET_RPI_B 354 bool "Support rpi_b" 355 356config TARGET_TNETV107X_EVM 357 bool "Support tnetv107x_evm" 358 359config TARGET_INTEGRATORAP_CM946ES 360 bool "Support integratorap_cm946es" 361 362config TARGET_INTEGRATORCP_CM946ES 363 bool "Support integratorcp_cm946es" 364 365config TARGET_VEXPRESS_CA15_TC2 366 bool "Support vexpress_ca15_tc2" 367 368config TARGET_VEXPRESS_CA5X2 369 bool "Support vexpress_ca5x2" 370 371config TARGET_VEXPRESS_CA9X4 372 bool "Support vexpress_ca9x4" 373 374config TARGET_KWB 375 bool "Support kwb" 376 377config TARGET_TSERIES 378 bool "Support tseries" 379 380config TARGET_CM_T335 381 bool "Support cm_t335" 382 383config TARGET_PEPPER 384 bool "Support pepper" 385 386config TARGET_AM335X_IGEP0033 387 bool "Support am335x_igep0033" 388 389config TARGET_PCM051 390 bool "Support pcm051" 391 392config TARGET_DRACO 393 bool "Support draco" 394 395config TARGET_DXR2 396 bool "Support dxr2" 397 398config TARGET_PXM2 399 bool "Support pxm2" 400 401config TARGET_RUT 402 bool "Support rut" 403 404config TARGET_PENGWYN 405 bool "Support pengwyn" 406 407config TARGET_AM335X_EVM 408 bool "Support am335x_evm" 409 410config TARGET_AM43XX_EVM 411 bool "Support am43xx_evm" 412 413config TARGET_TI814X_EVM 414 bool "Support ti814x_evm" 415 416config TARGET_TI816X_EVM 417 bool "Support ti816x_evm" 418 419config TARGET_SAMA5D3_XPLAINED 420 bool "Support sama5d3_xplained" 421 422config TARGET_SAMA5D3XEK 423 bool "Support sama5d3xek" 424 425config TARGET_BCM28155_AP 426 bool "Support bcm28155_ap" 427 428config TARGET_BCM958300K 429 bool "Support bcm958300k" 430 431config TARGET_BCM958622HR 432 bool "Support bcm958622hr" 433 434config TARGET_ARNDALE 435 bool "Support arndale" 436 437config TARGET_ORIGEN 438 bool "Support origen" 439 440config TARGET_SMDK5250 441 bool "Support smdk5250" 442 443config TARGET_SNOW 444 bool "Support snow" 445 446config TARGET_PEACH_PIT 447 bool "Support peach-pit" 448 449config TARGET_SMDK5420 450 bool "Support smdk5420" 451 452config TARGET_SMDKV310 453 bool "Support smdkv310" 454 455config TARGET_TRATS 456 bool "Support trats" 457 458config TARGET_TRATS2 459 bool "Support trats2" 460 461config TARGET_S5PC210_UNIVERSAL 462 bool "Support s5pc210_universal" 463 464config TARGET_HIGHBANK 465 bool "Support highbank" 466 467config TARGET_K2E_EVM 468 bool "Support k2e_evm" 469 470config TARGET_K2HK_EVM 471 bool "Support k2hk_evm" 472 473config TARGET_M53EVK 474 bool "Support m53evk" 475 476config TARGET_IMA3_MX53 477 bool "Support ima3-mx53" 478 479config TARGET_MX51EVK 480 bool "Support mx51evk" 481 482config TARGET_MX53ARD 483 bool "Support mx53ard" 484 485config TARGET_MX53EVK 486 bool "Support mx53evk" 487 488config TARGET_MX53LOCO 489 bool "Support mx53loco" 490 491config TARGET_MX53SMD 492 bool "Support mx53smd" 493 494config TARGET_MX51_EFIKAMX 495 bool "Support mx51_efikamx" 496 497config TARGET_VISION2 498 bool "Support vision2" 499 500config TARGET_UDOO 501 bool "Support udoo" 502 503config TARGET_WANDBOARD 504 bool "Support wandboard" 505 506config TARGET_TITANIUM 507 bool "Support titanium" 508 509config TARGET_NITROGEN6X 510 bool "Support nitrogen6x" 511 512config TARGET_CGTQMX6EVAL 513 bool "Support cgtqmx6eval" 514 515config TARGET_EMBESTMX6BOARDS 516 bool "Support embestmx6boards" 517 518config TARGET_ARISTAINETOS 519 bool "Support aristainetos" 520 521config TARGET_MX6QARM2 522 bool "Support mx6qarm2" 523 524config TARGET_MX6QSABREAUTO 525 bool "Support mx6qsabreauto" 526 527config TARGET_MX6SABRESD 528 bool "Support mx6sabresd" 529 530config TARGET_MX6SLEVK 531 bool "Support mx6slevk" 532 533config TARGET_MX6SXSABRESD 534 bool "Support mx6sxsabresd" 535 536config TARGET_GW_VENTANA 537 bool "Support gw_ventana" 538 539config TARGET_HUMMINGBOARD 540 bool "Support hummingboard" 541 542config TARGET_OMAP3_OVERO 543 bool "Support omap3_overo" 544 545config TARGET_OMAP3_PANDORA 546 bool "Support omap3_pandora" 547 548config TARGET_ECO5PK 549 bool "Support eco5pk" 550 551config TARGET_DIG297 552 bool "Support dig297" 553 554config TARGET_CM_T35 555 bool "Support cm_t35" 556 557config TARGET_TRICORDER 558 bool "Support tricorder" 559 560config TARGET_MCX 561 bool "Support mcx" 562 563config TARGET_OMAP3_IGEP00X0 564 bool "Support omap3_igep00x0" 565 566config TARGET_AM3517_EVM 567 bool "Support am3517_evm" 568 569config TARGET_OMAP3_LOGIC 570 bool "Support omap3_logic" 571 572config TARGET_OMAP3_ZOOM1 573 bool "Support omap3_zoom1" 574 575config TARGET_OMAP3_MVBLX 576 bool "Support omap3_mvblx" 577 578config TARGET_NOKIA_RX51 579 bool "Support nokia_rx51" 580 581config TARGET_TAO3530 582 bool "Support tao3530" 583 584config TARGET_TWISTER 585 bool "Support twister" 586 587config TARGET_MT_VENTOUX 588 bool "Support mt_ventoux" 589 590config TARGET_AM3517_CRANE 591 bool "Support am3517_crane" 592 593config TARGET_OMAP3_BEAGLE 594 bool "Support omap3_beagle" 595 596config TARGET_OMAP3_EVM 597 bool "Support omap3_evm" 598 599config TARGET_OMAP3_EVM_QUICK_MMC 600 bool "Support omap3_evm_quick_mmc" 601 602config TARGET_OMAP3_EVM_QUICK_NAND 603 bool "Support omap3_evm_quick_nand" 604 605config TARGET_OMAP3_SDP3430 606 bool "Support omap3_sdp3430" 607 608config TARGET_DEVKIT8000 609 bool "Support devkit8000" 610 611config TARGET_DUOVERO 612 bool "Support duovero" 613 614config TARGET_OMAP4_PANDA 615 bool "Support omap4_panda" 616 617config TARGET_OMAP4_SDP4430 618 bool "Support omap4_sdp4430" 619 620config TARGET_CM_T54 621 bool "Support cm_t54" 622 623config TARGET_DRA7XX_EVM 624 bool "Support dra7xx_evm" 625 626config TARGET_OMAP5_UEVM 627 bool "Support omap5_uevm" 628 629config RMOBILE 630 bool "Renesas ARM SoCs" 631 632config TARGET_S5P_GONI 633 bool "Support s5p_goni" 634 635config TARGET_SMDKC100 636 bool "Support smdkc100" 637 638config TARGET_SOCFPGA_CYCLONE5 639 bool "Support socfpga_cyclone5" 640 641config TARGET_SUN4I 642 bool "Support sun4i" 643 644config TARGET_SUN5I 645 bool "Support sun5i" 646 647config TARGET_SUN7I 648 bool "Support sun7i" 649 650config TARGET_SNOWBALL 651 bool "Support snowball" 652 653config TARGET_U8500_HREF 654 bool "Support u8500_href" 655 656config TARGET_VF610TWR 657 bool "Support vf610twr" 658 659config ZYNQ 660 bool "Xilinx Zynq Platform" 661 662config TEGRA 663 bool "NVIDIA Tegra" 664 select SPL 665 666config TARGET_VEXPRESS_AEMV8A 667 bool "Support vexpress_aemv8a" 668 669config TARGET_VEXPRESS_AEMV8A_SEMI 670 bool "Support vexpress_aemv8a_semi" 671 672config TARGET_LS2085A_EMU 673 bool "Support ls2085a_emu" 674 675config TARGET_LS2085A_SIMU 676 bool "Support ls2085a_simu" 677 678config TARGET_BALLOON3 679 bool "Support balloon3" 680 681config TARGET_H2200 682 bool "Support h2200" 683 684config TARGET_PALMLD 685 bool "Support palmld" 686 687config TARGET_PALMTC 688 bool "Support palmtc" 689 690config TARGET_PALMTREO680 691 bool "Support palmtreo680" 692 693config TARGET_PXA255_IDP 694 bool "Support pxa255_idp" 695 696config TARGET_TRIZEPSIV 697 bool "Support trizepsiv" 698 699config TARGET_VPAC270 700 bool "Support vpac270" 701 702config TARGET_XAENIAX 703 bool "Support xaeniax" 704 705config TARGET_ZIPITZ2 706 bool "Support zipitz2" 707 708config TARGET_LP8X4X 709 bool "Support lp8x4x" 710 711config TARGET_COLIBRI_PXA270 712 bool "Support colibri_pxa270" 713 714config TARGET_JORNADA 715 bool "Support jornada" 716 717endchoice 718 719source "arch/arm/cpu/armv7/rmobile/Kconfig" 720 721source "arch/arm/cpu/armv7/tegra-common/Kconfig" 722 723source "arch/arm/cpu/armv7/zynq/Kconfig" 724 725source "board/8dtech/eco5pk/Kconfig" 726source "board/aristainetos/Kconfig" 727source "board/Barix/ipam390/Kconfig" 728source "board/BuR/kwb/Kconfig" 729source "board/BuR/tseries/Kconfig" 730source "board/BuS/eb_cpux9k2/Kconfig" 731source "board/BuS/vl_ma2sc/Kconfig" 732source "board/CarMediaLab/flea3/Kconfig" 733source "board/LaCie/edminiv2/Kconfig" 734source "board/LaCie/net2big_v2/Kconfig" 735source "board/LaCie/netspace_v2/Kconfig" 736source "board/LaCie/wireless_space/Kconfig" 737source "board/Marvell/aspenite/Kconfig" 738source "board/Marvell/dkb/Kconfig" 739source "board/Marvell/dreamplug/Kconfig" 740source "board/Marvell/gplugd/Kconfig" 741source "board/Marvell/guruplug/Kconfig" 742source "board/Marvell/mv88f6281gtw_ge/Kconfig" 743source "board/Marvell/openrd/Kconfig" 744source "board/Marvell/rd6281a/Kconfig" 745source "board/Marvell/sheevaplug/Kconfig" 746source "board/Seagate/dockstar/Kconfig" 747source "board/Seagate/goflexhome/Kconfig" 748source "board/afeb9260/Kconfig" 749source "board/ait/cam_enc_4xx/Kconfig" 750source "board/altera/socfpga/Kconfig" 751source "board/armadeus/apf27/Kconfig" 752source "board/armltd/integrator/Kconfig" 753source "board/armltd/versatile/Kconfig" 754source "board/armltd/vexpress/Kconfig" 755source "board/armltd/vexpress64/Kconfig" 756source "board/atmel/at91rm9200ek/Kconfig" 757source "board/atmel/at91sam9260ek/Kconfig" 758source "board/atmel/at91sam9261ek/Kconfig" 759source "board/atmel/at91sam9263ek/Kconfig" 760source "board/atmel/at91sam9m10g45ek/Kconfig" 761source "board/atmel/at91sam9n12ek/Kconfig" 762source "board/atmel/at91sam9rlek/Kconfig" 763source "board/atmel/at91sam9x5ek/Kconfig" 764source "board/atmel/sama5d3_xplained/Kconfig" 765source "board/atmel/sama5d3xek/Kconfig" 766source "board/balloon3/Kconfig" 767source "board/barco/titanium/Kconfig" 768source "board/bluegiga/apx4devkit/Kconfig" 769source "board/bluewater/snapper9260/Kconfig" 770source "board/boundary/nitrogen6x/Kconfig" 771source "board/broadcom/bcm28155_ap/Kconfig" 772source "board/broadcom/bcm958300k/Kconfig" 773source "board/broadcom/bcm958622hr/Kconfig" 774source "board/buffalo/lsxl/Kconfig" 775source "board/calao/sbc35_a9g20/Kconfig" 776source "board/calao/tny_a9260/Kconfig" 777source "board/calao/usb_a9263/Kconfig" 778source "board/cirrus/edb93xx/Kconfig" 779source "board/cloudengines/pogo_e02/Kconfig" 780source "board/cm4008/Kconfig" 781source "board/cm41xx/Kconfig" 782source "board/comelit/dig297/Kconfig" 783source "board/compulab/cm_t335/Kconfig" 784source "board/compulab/cm_t35/Kconfig" 785source "board/compulab/cm_t54/Kconfig" 786source "board/congatec/cgtqmx6eval/Kconfig" 787source "board/corscience/tricorder/Kconfig" 788source "board/creative/xfi3/Kconfig" 789source "board/d-link/dns325/Kconfig" 790source "board/davedenx/qong/Kconfig" 791source "board/davinci/da8xxevm/Kconfig" 792source "board/davinci/dm355evm/Kconfig" 793source "board/davinci/dm355leopard/Kconfig" 794source "board/davinci/dm365evm/Kconfig" 795source "board/davinci/dm6467evm/Kconfig" 796source "board/davinci/dvevm/Kconfig" 797source "board/davinci/ea20/Kconfig" 798source "board/davinci/schmoogie/Kconfig" 799source "board/davinci/sffsdr/Kconfig" 800source "board/davinci/sonata/Kconfig" 801source "board/denx/m28evk/Kconfig" 802source "board/denx/m53evk/Kconfig" 803source "board/egnite/ethernut5/Kconfig" 804source "board/embest/mx6boards/Kconfig" 805source "board/emk/top9000/Kconfig" 806source "board/enbw/enbw_cmc/Kconfig" 807source "board/esd/meesc/Kconfig" 808source "board/esd/otc570/Kconfig" 809source "board/esg/ima3-mx53/Kconfig" 810source "board/eukrea/cpu9260/Kconfig" 811source "board/eukrea/cpuat91/Kconfig" 812source "board/faraday/a320evb/Kconfig" 813source "board/freescale/ls2085a/Kconfig" 814source "board/freescale/mx23evk/Kconfig" 815source "board/freescale/mx25pdk/Kconfig" 816source "board/freescale/mx28evk/Kconfig" 817source "board/freescale/mx31ads/Kconfig" 818source "board/freescale/mx31pdk/Kconfig" 819source "board/freescale/mx35pdk/Kconfig" 820source "board/freescale/mx51evk/Kconfig" 821source "board/freescale/mx53ard/Kconfig" 822source "board/freescale/mx53evk/Kconfig" 823source "board/freescale/mx53loco/Kconfig" 824source "board/freescale/mx53smd/Kconfig" 825source "board/freescale/mx6qarm2/Kconfig" 826source "board/freescale/mx6qsabreauto/Kconfig" 827source "board/freescale/mx6sabresd/Kconfig" 828source "board/freescale/mx6slevk/Kconfig" 829source "board/freescale/mx6sxsabresd/Kconfig" 830source "board/freescale/vf610twr/Kconfig" 831source "board/gateworks/gw_ventana/Kconfig" 832source "board/genesi/mx51_efikamx/Kconfig" 833source "board/gumstix/duovero/Kconfig" 834source "board/gumstix/pepper/Kconfig" 835source "board/h2200/Kconfig" 836source "board/hale/tt01/Kconfig" 837source "board/highbank/Kconfig" 838source "board/htkw/mcx/Kconfig" 839source "board/icpdas/lp8x4x/Kconfig" 840source "board/imx31_phycore/Kconfig" 841source "board/iomega/iconnect/Kconfig" 842source "board/isee/igep0033/Kconfig" 843source "board/isee/igep00x0/Kconfig" 844source "board/jornada/Kconfig" 845source "board/karo/tk71/Kconfig" 846source "board/karo/tx25/Kconfig" 847source "board/keymile/km_arm/Kconfig" 848source "board/logicpd/am3517evm/Kconfig" 849source "board/logicpd/imx27lite/Kconfig" 850source "board/logicpd/imx31_litekit/Kconfig" 851source "board/logicpd/omap3som/Kconfig" 852source "board/logicpd/zoom1/Kconfig" 853source "board/matrix_vision/mvblx/Kconfig" 854source "board/mpl/vcma9/Kconfig" 855source "board/nokia/rx51/Kconfig" 856source "board/olimex/mx23_olinuxino/Kconfig" 857source "board/omicron/calimain/Kconfig" 858source "board/overo/Kconfig" 859source "board/palmld/Kconfig" 860source "board/palmtc/Kconfig" 861source "board/palmtreo680/Kconfig" 862source "board/pandora/Kconfig" 863source "board/phytec/pcm051/Kconfig" 864source "board/ppcag/bg0900/Kconfig" 865source "board/pxa255_idp/Kconfig" 866source "board/raidsonic/ib62x0/Kconfig" 867source "board/raspberrypi/rpi_b/Kconfig" 868source "board/ronetix/pm9261/Kconfig" 869source "board/ronetix/pm9263/Kconfig" 870source "board/ronetix/pm9g45/Kconfig" 871source "board/samsung/arndale/Kconfig" 872source "board/samsung/goni/Kconfig" 873source "board/samsung/origen/Kconfig" 874source "board/samsung/smdk2410/Kconfig" 875source "board/samsung/smdk5250/Kconfig" 876source "board/samsung/smdk5420/Kconfig" 877source "board/samsung/smdkc100/Kconfig" 878source "board/samsung/smdkv310/Kconfig" 879source "board/samsung/trats/Kconfig" 880source "board/samsung/trats2/Kconfig" 881source "board/samsung/universal_c210/Kconfig" 882source "board/sandisk/sansa_fuze_plus/Kconfig" 883source "board/scb9328/Kconfig" 884source "board/schulercontrol/sc_sps_1/Kconfig" 885source "board/siemens/corvus/Kconfig" 886source "board/siemens/draco/Kconfig" 887source "board/siemens/pxm2/Kconfig" 888source "board/siemens/rut/Kconfig" 889source "board/siemens/taurus/Kconfig" 890source "board/silica/pengwyn/Kconfig" 891source "board/solidrun/hummingboard/Kconfig" 892source "board/spear/spear300/Kconfig" 893source "board/spear/spear310/Kconfig" 894source "board/spear/spear320/Kconfig" 895source "board/spear/spear600/Kconfig" 896source "board/spear/x600/Kconfig" 897source "board/st-ericsson/snowball/Kconfig" 898source "board/st-ericsson/u8500/Kconfig" 899source "board/st/nhk8815/Kconfig" 900source "board/sunxi/Kconfig" 901source "board/syteco/jadecpu/Kconfig" 902source "board/syteco/zmx25/Kconfig" 903source "board/taskit/stamp9g20/Kconfig" 904source "board/technexion/tao3530/Kconfig" 905source "board/technexion/twister/Kconfig" 906source "board/teejet/mt_ventoux/Kconfig" 907source "board/ti/am335x/Kconfig" 908source "board/ti/am3517crane/Kconfig" 909source "board/ti/am43xx/Kconfig" 910source "board/ti/beagle/Kconfig" 911source "board/ti/dra7xx/Kconfig" 912source "board/ti/evm/Kconfig" 913source "board/ti/ks2_evm/Kconfig" 914source "board/ti/omap5_uevm/Kconfig" 915source "board/ti/panda/Kconfig" 916source "board/ti/sdp3430/Kconfig" 917source "board/ti/sdp4430/Kconfig" 918source "board/ti/ti814x/Kconfig" 919source "board/ti/ti816x/Kconfig" 920source "board/ti/tnetv107xevm/Kconfig" 921source "board/timll/devkit3250/Kconfig" 922source "board/timll/devkit8000/Kconfig" 923source "board/toradex/colibri_pxa270/Kconfig" 924source "board/trizepsiv/Kconfig" 925source "board/ttcontrol/vision2/Kconfig" 926source "board/udoo/Kconfig" 927source "board/vpac270/Kconfig" 928source "board/wandboard/Kconfig" 929source "board/woodburn/Kconfig" 930source "board/xaeniax/Kconfig" 931source "board/zipitz2/Kconfig" 932 933endmenu 934