1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool 9 10config HAS_VBAR 11 bool 12 13config CPU_ARM720T 14 bool 15 16config CPU_ARM920T 17 bool 18 19config CPU_ARM926EJS 20 bool 21 22config CPU_ARM946ES 23 bool 24 25config CPU_ARM1136 26 bool 27 28config CPU_ARM1176 29 bool 30 select HAS_VBAR 31 32config CPU_V7 33 bool 34 select HAS_VBAR 35 36config CPU_PXA 37 bool 38 39config CPU_SA1100 40 bool 41 42config SYS_CPU 43 default "arm720t" if CPU_ARM720T 44 default "arm920t" if CPU_ARM920T 45 default "arm926ejs" if CPU_ARM926EJS 46 default "arm946es" if CPU_ARM946ES 47 default "arm1136" if CPU_ARM1136 48 default "arm1176" if CPU_ARM1176 49 default "armv7" if CPU_V7 50 default "pxa" if CPU_PXA 51 default "sa1100" if CPU_SA1100 52 53choice 54 prompt "Target select" 55 56config TARGET_INTEGRATORAP_CM720T 57 bool "Support integratorap_cm720t" 58 select CPU_ARM720T 59 60config TARGET_INTEGRATORAP_CM920T 61 bool "Support integratorap_cm920t" 62 select CPU_ARM920T 63 64config TARGET_INTEGRATORCP_CM920T 65 bool "Support integratorcp_cm920t" 66 select CPU_ARM920T 67 68config TARGET_A320EVB 69 bool "Support a320evb" 70 select CPU_ARM920T 71 72config TARGET_AT91RM9200EK 73 bool "Support at91rm9200ek" 74 select CPU_ARM920T 75 76config TARGET_EB_CPUX9K2 77 bool "Support eb_cpux9k2" 78 select CPU_ARM920T 79 80config TARGET_CPUAT91 81 bool "Support cpuat91" 82 select CPU_ARM920T 83 84config TARGET_EDB93XX 85 bool "Support edb93xx" 86 select CPU_ARM920T 87 88config TARGET_SCB9328 89 bool "Support scb9328" 90 select CPU_ARM920T 91 92config TARGET_CM4008 93 bool "Support cm4008" 94 select CPU_ARM920T 95 96config TARGET_CM41XX 97 bool "Support cm41xx" 98 select CPU_ARM920T 99 100config TARGET_VCMA9 101 bool "Support VCMA9" 102 select CPU_ARM920T 103 104config TARGET_SMDK2410 105 bool "Support smdk2410" 106 select CPU_ARM920T 107 108config TARGET_INTEGRATORAP_CM926EJS 109 bool "Support integratorap_cm926ejs" 110 select CPU_ARM926EJS 111 112config TARGET_INTEGRATORCP_CM926EJS 113 bool "Support integratorcp_cm926ejs" 114 select CPU_ARM926EJS 115 116config TARGET_ASPENITE 117 bool "Support aspenite" 118 select CPU_ARM926EJS 119 120config TARGET_GPLUGD 121 bool "Support gplugd" 122 select CPU_ARM926EJS 123 124config TARGET_AFEB9260 125 bool "Support afeb9260" 126 select CPU_ARM926EJS 127 128config TARGET_AT91SAM9260EK 129 bool "Support at91sam9260ek" 130 select CPU_ARM926EJS 131 132config TARGET_AT91SAM9261EK 133 bool "Support at91sam9261ek" 134 select CPU_ARM926EJS 135 136config TARGET_AT91SAM9263EK 137 bool "Support at91sam9263ek" 138 select CPU_ARM926EJS 139 140config TARGET_AT91SAM9M10G45EK 141 bool "Support at91sam9m10g45ek" 142 select CPU_ARM926EJS 143 144config TARGET_AT91SAM9N12EK 145 bool "Support at91sam9n12ek" 146 select CPU_ARM926EJS 147 148config TARGET_AT91SAM9RLEK 149 bool "Support at91sam9rlek" 150 select CPU_ARM926EJS 151 152config TARGET_AT91SAM9X5EK 153 bool "Support at91sam9x5ek" 154 select CPU_ARM926EJS 155 156config TARGET_SNAPPER9260 157 bool "Support snapper9260" 158 select CPU_ARM926EJS 159 160config TARGET_VL_MA2SC 161 bool "Support vl_ma2sc" 162 select CPU_ARM926EJS 163 164config TARGET_SBC35_A9G20 165 bool "Support sbc35_a9g20" 166 select CPU_ARM926EJS 167 168config TARGET_TNY_A9260 169 bool "Support tny_a9260" 170 select CPU_ARM926EJS 171 172config TARGET_USB_A9263 173 bool "Support usb_a9263" 174 select CPU_ARM926EJS 175 176config TARGET_ETHERNUT5 177 bool "Support ethernut5" 178 select CPU_ARM926EJS 179 180config TARGET_TOP9000 181 bool "Support top9000" 182 select CPU_ARM926EJS 183 184config TARGET_MEESC 185 bool "Support meesc" 186 select CPU_ARM926EJS 187 188config TARGET_OTC570 189 bool "Support otc570" 190 select CPU_ARM926EJS 191 192config TARGET_CPU9260 193 bool "Support cpu9260" 194 select CPU_ARM926EJS 195 196config TARGET_PM9261 197 bool "Support pm9261" 198 select CPU_ARM926EJS 199 200config TARGET_PM9263 201 bool "Support pm9263" 202 select CPU_ARM926EJS 203 204config TARGET_PM9G45 205 bool "Support pm9g45" 206 select CPU_ARM926EJS 207 208config TARGET_CORVUS 209 bool "Support corvus" 210 select CPU_ARM926EJS 211 212config TARGET_TAURUS 213 bool "Support taurus" 214 select CPU_ARM926EJS 215 216config TARGET_STAMP9G20 217 bool "Support stamp9g20" 218 select CPU_ARM926EJS 219 220config ARCH_DAVINCI 221 bool "TI DaVinci" 222 select CPU_ARM926EJS 223 help 224 Support for TI's DaVinci platform. 225 226config KIRKWOOD 227 bool "Marvell Kirkwood" 228 select CPU_ARM926EJS 229 230config TARGET_DB_MV784MP_GP 231 bool "Support db-mv784mp-gp" 232 233config TARGET_MAXBCM 234 bool "Support maxbcm" 235 236config TARGET_DEVKIT3250 237 bool "Support devkit3250" 238 select CPU_ARM926EJS 239 240config TARGET_JADECPU 241 bool "Support jadecpu" 242 select CPU_ARM926EJS 243 244config TARGET_MX25PDK 245 bool "Support mx25pdk" 246 select CPU_ARM926EJS 247 248config TARGET_TX25 249 bool "Support tx25" 250 select CPU_ARM926EJS 251 select SUPPORT_SPL 252 253config TARGET_ZMX25 254 bool "Support zmx25" 255 select CPU_ARM926EJS 256 257config TARGET_APF27 258 bool "Support apf27" 259 select CPU_ARM926EJS 260 select SUPPORT_SPL 261 262config TARGET_IMX27LITE 263 bool "Support imx27lite" 264 select CPU_ARM926EJS 265 266config TARGET_MAGNESIUM 267 bool "Support magnesium" 268 select CPU_ARM926EJS 269 270config TARGET_APX4DEVKIT 271 bool "Support apx4devkit" 272 select CPU_ARM926EJS 273 select SUPPORT_SPL 274 275config TARGET_XFI3 276 bool "Support xfi3" 277 select CPU_ARM926EJS 278 select SUPPORT_SPL 279 280config TARGET_M28EVK 281 bool "Support m28evk" 282 select CPU_ARM926EJS 283 select SUPPORT_SPL 284 285config TARGET_MX23EVK 286 bool "Support mx23evk" 287 select CPU_ARM926EJS 288 select SUPPORT_SPL 289 290config TARGET_MX28EVK 291 bool "Support mx28evk" 292 select CPU_ARM926EJS 293 select SUPPORT_SPL 294 295config TARGET_MX23_OLINUXINO 296 bool "Support mx23_olinuxino" 297 select CPU_ARM926EJS 298 select SUPPORT_SPL 299 300config TARGET_BG0900 301 bool "Support bg0900" 302 select CPU_ARM926EJS 303 select SUPPORT_SPL 304 305config TARGET_SANSA_FUZE_PLUS 306 bool "Support sansa_fuze_plus" 307 select CPU_ARM926EJS 308 select SUPPORT_SPL 309 310config TARGET_SC_SPS_1 311 bool "Support sc_sps_1" 312 select CPU_ARM926EJS 313 select SUPPORT_SPL 314 315config ARCH_NOMADIK 316 bool "ST-Ericsson Nomadik" 317 select CPU_ARM926EJS 318 319config ORION5X 320 bool "Marvell Orion" 321 select CPU_ARM926EJS 322 323config TARGET_DKB 324 bool "Support dkb" 325 select CPU_ARM926EJS 326 327config TARGET_SPEAR300 328 bool "Support spear300" 329 select CPU_ARM926EJS 330 331config TARGET_SPEAR310 332 bool "Support spear310" 333 select CPU_ARM926EJS 334 335config TARGET_SPEAR320 336 bool "Support spear320" 337 select CPU_ARM926EJS 338 339config TARGET_SPEAR600 340 bool "Support spear600" 341 select CPU_ARM926EJS 342 343config TARGET_X600 344 bool "Support x600" 345 select CPU_ARM926EJS 346 select SUPPORT_SPL 347 348config ARCH_VERSATILE 349 bool "ARM Ltd. Versatile family" 350 select CPU_ARM926EJS 351 352config TARGET_INTEGRATORCP_CM1136 353 bool "Support integratorcp_cm1136" 354 select CPU_ARM1136 355 356config TARGET_IMX31_PHYCORE 357 bool "Support imx31_phycore" 358 select CPU_ARM1136 359 360config TARGET_QONG 361 bool "Support qong" 362 select CPU_ARM1136 363 364config TARGET_MX31ADS 365 bool "Support mx31ads" 366 select CPU_ARM1136 367 368config TARGET_MX31PDK 369 bool "Support mx31pdk" 370 select CPU_ARM1136 371 select SUPPORT_SPL 372 373config TARGET_TT01 374 bool "Support tt01" 375 select CPU_ARM1136 376 377config TARGET_IMX31_LITEKIT 378 bool "Support imx31_litekit" 379 select CPU_ARM1136 380 381config TARGET_WOODBURN 382 bool "Support woodburn" 383 select CPU_ARM1136 384 385config TARGET_WOODBURN_SD 386 bool "Support woodburn_sd" 387 select CPU_ARM1136 388 select SUPPORT_SPL 389 390config TARGET_FLEA3 391 bool "Support flea3" 392 select CPU_ARM1136 393 394config TARGET_MX35PDK 395 bool "Support mx35pdk" 396 select CPU_ARM1136 397 398config TARGET_RPI_B 399 bool "Support rpi_b" 400 select CPU_ARM1176 401 402config TARGET_TNETV107X_EVM 403 bool "Support tnetv107x_evm" 404 select CPU_ARM1176 405 406config TARGET_INTEGRATORAP_CM946ES 407 bool "Support integratorap_cm946es" 408 select CPU_ARM946ES 409 410config TARGET_INTEGRATORCP_CM946ES 411 bool "Support integratorcp_cm946es" 412 select CPU_ARM946ES 413 414config TARGET_VEXPRESS_CA15_TC2 415 bool "Support vexpress_ca15_tc2" 416 select CPU_V7 417 418config TARGET_VEXPRESS_CA5X2 419 bool "Support vexpress_ca5x2" 420 select CPU_V7 421 422config TARGET_VEXPRESS_CA9X4 423 bool "Support vexpress_ca9x4" 424 select CPU_V7 425 426config TARGET_KWB 427 bool "Support kwb" 428 select CPU_V7 429 select SUPPORT_SPL 430 431config TARGET_TSERIES 432 bool "Support tseries" 433 select CPU_V7 434 select SUPPORT_SPL 435 436config TARGET_CM_T335 437 bool "Support cm_t335" 438 select CPU_V7 439 select SUPPORT_SPL 440 441config TARGET_PEPPER 442 bool "Support pepper" 443 select CPU_V7 444 select SUPPORT_SPL 445 446config TARGET_AM335X_IGEP0033 447 bool "Support am335x_igep0033" 448 select CPU_V7 449 select SUPPORT_SPL 450 451config TARGET_PCM051 452 bool "Support pcm051" 453 select CPU_V7 454 select SUPPORT_SPL 455 456config TARGET_DRACO 457 bool "Support draco" 458 select CPU_V7 459 select SUPPORT_SPL 460 461config TARGET_DXR2 462 bool "Support dxr2" 463 select CPU_V7 464 select SUPPORT_SPL 465 466config TARGET_PXM2 467 bool "Support pxm2" 468 select CPU_V7 469 select SUPPORT_SPL 470 471config TARGET_RUT 472 bool "Support rut" 473 select CPU_V7 474 select SUPPORT_SPL 475 476config TARGET_PENGWYN 477 bool "Support pengwyn" 478 select CPU_V7 479 select SUPPORT_SPL 480 481config TARGET_AM335X_EVM 482 bool "Support am335x_evm" 483 select CPU_V7 484 select SUPPORT_SPL 485 486config TARGET_AM43XX_EVM 487 bool "Support am43xx_evm" 488 select CPU_V7 489 select SUPPORT_SPL 490 491config TARGET_TI814X_EVM 492 bool "Support ti814x_evm" 493 select CPU_V7 494 select SUPPORT_SPL 495 496config TARGET_TI816X_EVM 497 bool "Support ti816x_evm" 498 select CPU_V7 499 select SUPPORT_SPL 500 501config TARGET_SAMA5D3_XPLAINED 502 bool "Support sama5d3_xplained" 503 select CPU_V7 504 select SUPPORT_SPL 505 506config TARGET_SAMA5D3XEK 507 bool "Support sama5d3xek" 508 select CPU_V7 509 select SUPPORT_SPL 510 511config TARGET_BCM28155_AP 512 bool "Support bcm28155_ap" 513 select CPU_V7 514 515config TARGET_BCM958300K 516 bool "Support bcm958300k" 517 select CPU_V7 518 519config TARGET_BCM958622HR 520 bool "Support bcm958622hr" 521 select CPU_V7 522 523config ARCH_EXYNOS 524 bool "Samsung EXYNOS" 525 select CPU_V7 526 527config ARCH_S5PC1XX 528 bool "Samsung S5PC1XX" 529 select CPU_V7 530 531config ARCH_HIGHBANK 532 bool "Calxeda Highbank" 533 select CPU_V7 534 535config ARCH_KEYSTONE 536 bool "TI Keystone" 537 select CPU_V7 538 select SUPPORT_SPL 539 540config TARGET_M53EVK 541 bool "Support m53evk" 542 select CPU_V7 543 select SUPPORT_SPL 544 545config TARGET_IMA3_MX53 546 bool "Support ima3-mx53" 547 select CPU_V7 548 549config TARGET_MX51EVK 550 bool "Support mx51evk" 551 select CPU_V7 552 553config TARGET_MX53ARD 554 bool "Support mx53ard" 555 select CPU_V7 556 557config TARGET_MX53EVK 558 bool "Support mx53evk" 559 select CPU_V7 560 561config TARGET_MX53LOCO 562 bool "Support mx53loco" 563 select CPU_V7 564 565config TARGET_MX53SMD 566 bool "Support mx53smd" 567 select CPU_V7 568 569config TARGET_MX51_EFIKAMX 570 bool "Support mx51_efikamx" 571 select CPU_V7 572 573config TARGET_VISION2 574 bool "Support vision2" 575 select CPU_V7 576 577config TARGET_UDOO 578 bool "Support udoo" 579 select CPU_V7 580 581config TARGET_WANDBOARD 582 bool "Support wandboard" 583 select CPU_V7 584 585config TARGET_TITANIUM 586 bool "Support titanium" 587 select CPU_V7 588 589config TARGET_NITROGEN6X 590 bool "Support nitrogen6x" 591 select CPU_V7 592 593config TARGET_CGTQMX6EVAL 594 bool "Support cgtqmx6eval" 595 select CPU_V7 596 597config TARGET_EMBESTMX6BOARDS 598 bool "Support embestmx6boards" 599 select CPU_V7 600 601config TARGET_ARISTAINETOS 602 bool "Support aristainetos" 603 select CPU_V7 604 605config TARGET_MX6QARM2 606 bool "Support mx6qarm2" 607 select CPU_V7 608 609config TARGET_MX6QSABREAUTO 610 bool "Support mx6qsabreauto" 611 select CPU_V7 612 613config TARGET_MX6SABRESD 614 bool "Support mx6sabresd" 615 select CPU_V7 616 617config TARGET_MX6SLEVK 618 bool "Support mx6slevk" 619 select CPU_V7 620 621config TARGET_MX6SXSABRESD 622 bool "Support mx6sxsabresd" 623 select CPU_V7 624 625config TARGET_GW_VENTANA 626 bool "Support gw_ventana" 627 select CPU_V7 628 select SUPPORT_SPL 629 630config TARGET_HUMMINGBOARD 631 bool "Support hummingboard" 632 select CPU_V7 633 634config TARGET_TQMA6 635 bool "TQ Systems TQMa6 board" 636 select CPU_V7 637 638config TARGET_OT1200 639 bool "Bachmann OT1200" 640 select CPU_V7 641 642config OMAP34XX 643 bool "OMAP34XX SoC" 644 select CPU_V7 645 646config OMAP44XX 647 bool "OMAP44XX SoC" 648 select CPU_V7 649 select SUPPORT_SPL 650 651config OMAP54XX 652 bool "OMAP54XX SoC" 653 select CPU_V7 654 select SUPPORT_SPL 655 656config RMOBILE 657 bool "Renesas ARM SoCs" 658 select CPU_V7 659 660config TARGET_CM_FX6 661 bool "Support cm_fx6" 662 select CPU_V7 663 select SUPPORT_SPL 664 665config TARGET_SOCFPGA_CYCLONE5 666 bool "Support socfpga_cyclone5" 667 select CPU_V7 668 select SUPPORT_SPL 669 670config TARGET_SUN4I 671 bool "Support sun4i" 672 select CPU_V7 673 select SUPPORT_SPL 674 675config TARGET_SUN5I 676 bool "Support sun5i" 677 select CPU_V7 678 select SUPPORT_SPL 679 680config TARGET_SUN6I 681 bool "Support sun6i" 682 select CPU_V7 683 select SUPPORT_SPL 684 685config TARGET_SUN7I 686 bool "Support sun7i" 687 select CPU_V7 688 select SUPPORT_SPL 689 690config TARGET_SUN8I 691 bool "Support sun8i" 692 select CPU_V7 693 select SUPPORT_SPL 694 695config TARGET_SNOWBALL 696 bool "Support snowball" 697 select CPU_V7 698 699config TARGET_U8500_HREF 700 bool "Support u8500_href" 701 select CPU_V7 702 703config TARGET_VF610TWR 704 bool "Support vf610twr" 705 select CPU_V7 706 707config ZYNQ 708 bool "Xilinx Zynq Platform" 709 select CPU_V7 710 select SUPPORT_SPL 711 712config TEGRA 713 bool "NVIDIA Tegra" 714 select SUPPORT_SPL 715 select SPL 716 select OF_CONTROL if !SPL_BUILD 717 select CPU_ARM720T if SPL_BUILD 718 select CPU_V7 if !SPL_BUILD 719 720config TARGET_VEXPRESS_AEMV8A 721 bool "Support vexpress_aemv8a" 722 select ARM64 723 724config TARGET_LS2085A_EMU 725 bool "Support ls2085a_emu" 726 select ARM64 727 728config TARGET_LS2085A_SIMU 729 bool "Support ls2085a_simu" 730 select ARM64 731 732config TARGET_LS1021AQDS 733 bool "Support ls1021aqds_nor" 734 select CPU_V7 735 736config TARGET_LS1021ATWR 737 bool "Support ls1021atwr_nor" 738 select CPU_V7 739 740config TARGET_BALLOON3 741 bool "Support balloon3" 742 select CPU_PXA 743 744config TARGET_H2200 745 bool "Support h2200" 746 select CPU_PXA 747 748config TARGET_PALMLD 749 bool "Support palmld" 750 select CPU_PXA 751 752config TARGET_PALMTC 753 bool "Support palmtc" 754 select CPU_PXA 755 756config TARGET_PALMTREO680 757 bool "Support palmtreo680" 758 select CPU_PXA 759 select SUPPORT_SPL 760 761config TARGET_PXA255_IDP 762 bool "Support pxa255_idp" 763 select CPU_PXA 764 765config TARGET_TRIZEPSIV 766 bool "Support trizepsiv" 767 select CPU_PXA 768 769config TARGET_VPAC270 770 bool "Support vpac270" 771 select CPU_PXA 772 select SUPPORT_SPL 773 774config TARGET_XAENIAX 775 bool "Support xaeniax" 776 select CPU_PXA 777 778config TARGET_ZIPITZ2 779 bool "Support zipitz2" 780 select CPU_PXA 781 782config TARGET_LP8X4X 783 bool "Support lp8x4x" 784 select CPU_PXA 785 786config TARGET_COLIBRI_PXA270 787 bool "Support colibri_pxa270" 788 select CPU_PXA 789 790config TARGET_JORNADA 791 bool "Support jornada" 792 select CPU_SA1100 793 794config ARCH_UNIPHIER 795 bool "Panasonic UniPhier platform" 796 select CPU_V7 797 select SUPPORT_SPL 798 799endchoice 800 801source "arch/arm/cpu/armv8/Kconfig" 802 803source "arch/arm/cpu/arm926ejs/davinci/Kconfig" 804 805source "arch/arm/cpu/armv7/exynos/Kconfig" 806 807source "arch/arm/cpu/armv7/highbank/Kconfig" 808 809source "arch/arm/cpu/armv7/keystone/Kconfig" 810 811source "arch/arm/cpu/arm926ejs/kirkwood/Kconfig" 812 813source "arch/arm/cpu/arm926ejs/nomadik/Kconfig" 814 815source "arch/arm/cpu/armv7/omap3/Kconfig" 816 817source "arch/arm/cpu/armv7/omap4/Kconfig" 818 819source "arch/arm/cpu/armv7/omap5/Kconfig" 820 821source "arch/arm/cpu/arm926ejs/orion5x/Kconfig" 822 823source "arch/arm/cpu/armv7/rmobile/Kconfig" 824 825source "arch/arm/cpu/armv7/s5pc1xx/Kconfig" 826 827source "arch/arm/cpu/armv7/tegra-common/Kconfig" 828 829source "arch/arm/cpu/armv7/uniphier/Kconfig" 830 831source "arch/arm/cpu/arm926ejs/versatile/Kconfig" 832 833source "arch/arm/cpu/armv7/zynq/Kconfig" 834 835source "board/aristainetos/Kconfig" 836source "board/BuR/kwb/Kconfig" 837source "board/BuR/tseries/Kconfig" 838source "board/BuS/eb_cpux9k2/Kconfig" 839source "board/BuS/vl_ma2sc/Kconfig" 840source "board/CarMediaLab/flea3/Kconfig" 841source "board/Marvell/aspenite/Kconfig" 842source "board/Marvell/db-mv784mp-gp/Kconfig" 843source "board/Marvell/dkb/Kconfig" 844source "board/Marvell/gplugd/Kconfig" 845source "board/afeb9260/Kconfig" 846source "board/altera/socfpga/Kconfig" 847source "board/armadeus/apf27/Kconfig" 848source "board/armltd/integrator/Kconfig" 849source "board/armltd/vexpress/Kconfig" 850source "board/armltd/vexpress64/Kconfig" 851source "board/atmel/at91rm9200ek/Kconfig" 852source "board/atmel/at91sam9260ek/Kconfig" 853source "board/atmel/at91sam9261ek/Kconfig" 854source "board/atmel/at91sam9263ek/Kconfig" 855source "board/atmel/at91sam9m10g45ek/Kconfig" 856source "board/atmel/at91sam9n12ek/Kconfig" 857source "board/atmel/at91sam9rlek/Kconfig" 858source "board/atmel/at91sam9x5ek/Kconfig" 859source "board/atmel/sama5d3_xplained/Kconfig" 860source "board/atmel/sama5d3xek/Kconfig" 861source "board/bachmann/ot1200/Kconfig" 862source "board/balloon3/Kconfig" 863source "board/barco/titanium/Kconfig" 864source "board/bluegiga/apx4devkit/Kconfig" 865source "board/bluewater/snapper9260/Kconfig" 866source "board/boundary/nitrogen6x/Kconfig" 867source "board/broadcom/bcm28155_ap/Kconfig" 868source "board/broadcom/bcm958300k/Kconfig" 869source "board/broadcom/bcm958622hr/Kconfig" 870source "board/calao/sbc35_a9g20/Kconfig" 871source "board/calao/tny_a9260/Kconfig" 872source "board/calao/usb_a9263/Kconfig" 873source "board/cirrus/edb93xx/Kconfig" 874source "board/cm4008/Kconfig" 875source "board/cm41xx/Kconfig" 876source "board/compulab/cm_t335/Kconfig" 877source "board/compulab/cm_fx6/Kconfig" 878source "board/congatec/cgtqmx6eval/Kconfig" 879source "board/creative/xfi3/Kconfig" 880source "board/davedenx/qong/Kconfig" 881source "board/denx/m28evk/Kconfig" 882source "board/denx/m53evk/Kconfig" 883source "board/egnite/ethernut5/Kconfig" 884source "board/embest/mx6boards/Kconfig" 885source "board/esd/meesc/Kconfig" 886source "board/esd/otc570/Kconfig" 887source "board/esg/ima3-mx53/Kconfig" 888source "board/eukrea/cpu9260/Kconfig" 889source "board/eukrea/cpuat91/Kconfig" 890source "board/faraday/a320evb/Kconfig" 891source "board/freescale/ls2085a/Kconfig" 892source "board/freescale/ls1021aqds/Kconfig" 893source "board/freescale/ls1021atwr/Kconfig" 894source "board/freescale/mx23evk/Kconfig" 895source "board/freescale/mx25pdk/Kconfig" 896source "board/freescale/mx28evk/Kconfig" 897source "board/freescale/mx31ads/Kconfig" 898source "board/freescale/mx31pdk/Kconfig" 899source "board/freescale/mx35pdk/Kconfig" 900source "board/freescale/mx51evk/Kconfig" 901source "board/freescale/mx53ard/Kconfig" 902source "board/freescale/mx53evk/Kconfig" 903source "board/freescale/mx53loco/Kconfig" 904source "board/freescale/mx53smd/Kconfig" 905source "board/freescale/mx6qarm2/Kconfig" 906source "board/freescale/mx6qsabreauto/Kconfig" 907source "board/freescale/mx6sabresd/Kconfig" 908source "board/freescale/mx6slevk/Kconfig" 909source "board/freescale/mx6sxsabresd/Kconfig" 910source "board/freescale/vf610twr/Kconfig" 911source "board/gateworks/gw_ventana/Kconfig" 912source "board/genesi/mx51_efikamx/Kconfig" 913source "board/gumstix/pepper/Kconfig" 914source "board/h2200/Kconfig" 915source "board/hale/tt01/Kconfig" 916source "board/icpdas/lp8x4x/Kconfig" 917source "board/imx31_phycore/Kconfig" 918source "board/isee/igep0033/Kconfig" 919source "board/jornada/Kconfig" 920source "board/karo/tx25/Kconfig" 921source "board/logicpd/imx27lite/Kconfig" 922source "board/logicpd/imx31_litekit/Kconfig" 923source "board/maxbcm/Kconfig" 924source "board/mpl/vcma9/Kconfig" 925source "board/olimex/mx23_olinuxino/Kconfig" 926source "board/palmld/Kconfig" 927source "board/palmtc/Kconfig" 928source "board/palmtreo680/Kconfig" 929source "board/phytec/pcm051/Kconfig" 930source "board/ppcag/bg0900/Kconfig" 931source "board/pxa255_idp/Kconfig" 932source "board/raspberrypi/rpi_b/Kconfig" 933source "board/ronetix/pm9261/Kconfig" 934source "board/ronetix/pm9263/Kconfig" 935source "board/ronetix/pm9g45/Kconfig" 936source "board/samsung/smdk2410/Kconfig" 937source "board/sandisk/sansa_fuze_plus/Kconfig" 938source "board/scb9328/Kconfig" 939source "board/schulercontrol/sc_sps_1/Kconfig" 940source "board/siemens/corvus/Kconfig" 941source "board/siemens/draco/Kconfig" 942source "board/siemens/pxm2/Kconfig" 943source "board/siemens/rut/Kconfig" 944source "board/siemens/taurus/Kconfig" 945source "board/silica/pengwyn/Kconfig" 946source "board/solidrun/hummingboard/Kconfig" 947source "board/spear/spear300/Kconfig" 948source "board/spear/spear310/Kconfig" 949source "board/spear/spear320/Kconfig" 950source "board/spear/spear600/Kconfig" 951source "board/spear/x600/Kconfig" 952source "board/st-ericsson/snowball/Kconfig" 953source "board/st-ericsson/u8500/Kconfig" 954source "board/sunxi/Kconfig" 955source "board/syteco/jadecpu/Kconfig" 956source "board/syteco/zmx25/Kconfig" 957source "board/taskit/stamp9g20/Kconfig" 958source "board/ti/am335x/Kconfig" 959source "board/ti/am43xx/Kconfig" 960source "board/ti/ti814x/Kconfig" 961source "board/ti/ti816x/Kconfig" 962source "board/ti/tnetv107xevm/Kconfig" 963source "board/timll/devkit3250/Kconfig" 964source "board/toradex/colibri_pxa270/Kconfig" 965source "board/tqc/tqma6/Kconfig" 966source "board/trizepsiv/Kconfig" 967source "board/ttcontrol/vision2/Kconfig" 968source "board/udoo/Kconfig" 969source "board/vpac270/Kconfig" 970source "board/wandboard/Kconfig" 971source "board/woodburn/Kconfig" 972source "board/xaeniax/Kconfig" 973source "board/zipitz2/Kconfig" 974 975endmenu 976