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