1menu "ARM architecture" 2 depends on ARM 3 4config SYS_ARCH 5 default "arm" 6 7config ARM64 8 bool 9 10config DMA_ADDR_T_64BIT 11 bool 12 default y if ARM64 13 14config HAS_VBAR 15 bool 16 17config HAS_THUMB2 18 bool 19 20config CPU_ARM720T 21 bool 22 23config CPU_ARM920T 24 bool 25 26config CPU_ARM926EJS 27 bool 28 29config CPU_ARM946ES 30 bool 31 32config CPU_ARM1136 33 bool 34 35config CPU_ARM1176 36 bool 37 select HAS_VBAR 38 39config CPU_V7 40 bool 41 select HAS_VBAR 42 select HAS_THUMB2 43 44config CPU_V7M 45 bool 46 select HAS_THUMB2 47 48config CPU_PXA 49 bool 50 51config CPU_SA1100 52 bool 53 54config SYS_CPU 55 default "arm720t" if CPU_ARM720T 56 default "arm920t" if CPU_ARM920T 57 default "arm926ejs" if CPU_ARM926EJS 58 default "arm946es" if CPU_ARM946ES 59 default "arm1136" if CPU_ARM1136 60 default "arm1176" if CPU_ARM1176 61 default "armv7" if CPU_V7 62 default "armv7m" if CPU_V7M 63 default "pxa" if CPU_PXA 64 default "sa1100" if CPU_SA1100 65 default "armv8" if ARM64 66 67config SEMIHOSTING 68 bool "support boot from semihosting" 69 help 70 In emulated environments, semihosting is a way for 71 the hosted environment to call out to the emulator to 72 retrieve files from the host machine. 73 74config SYS_L2CACHE_OFF 75 bool "L2cache off" 76 help 77 If SoC does not support L2CACHE or one do not want to enable 78 L2CACHE, choose this option. 79 80choice 81 prompt "Target select" 82 default TARGET_HIKEY 83 84config ARCH_AT91 85 bool "Atmel AT91" 86 87config TARGET_EDB93XX 88 bool "Support edb93xx" 89 select CPU_ARM920T 90 91config TARGET_VCMA9 92 bool "Support VCMA9" 93 select CPU_ARM920T 94 95config TARGET_SMDK2410 96 bool "Support smdk2410" 97 select CPU_ARM920T 98 99config TARGET_ASPENITE 100 bool "Support aspenite" 101 select CPU_ARM926EJS 102 103config TARGET_GPLUGD 104 bool "Support gplugd" 105 select CPU_ARM926EJS 106 107config ARCH_DAVINCI 108 bool "TI DaVinci" 109 select CPU_ARM926EJS 110 help 111 Support for TI's DaVinci platform. 112 113config KIRKWOOD 114 bool "Marvell Kirkwood" 115 select CPU_ARM926EJS 116 117config ARCH_MVEBU 118 bool "Marvell MVEBU family (Armada XP/375/38x)" 119 select CPU_V7 120 select SUPPORT_SPL 121 select OF_CONTROL 122 select OF_SEPARATE 123 select DM 124 select DM_ETH 125 select DM_SERIAL 126 select DM_SPI 127 select DM_SPI_FLASH 128 select SPL_DM 129 select SPL_DM_SEQ_ALIAS 130 select SPL_OF_CONTROL 131 select SPL_SIMPLE_BUS 132 133config TARGET_DEVKIT3250 134 bool "Support devkit3250" 135 select CPU_ARM926EJS 136 select SUPPORT_SPL 137 138config TARGET_WORK_92105 139 bool "Support work_92105" 140 select CPU_ARM926EJS 141 select SUPPORT_SPL 142 143config TARGET_MX25PDK 144 bool "Support mx25pdk" 145 select CPU_ARM926EJS 146 147config TARGET_ZMX25 148 bool "Support zmx25" 149 select CPU_ARM926EJS 150 151config TARGET_APF27 152 bool "Support apf27" 153 select CPU_ARM926EJS 154 select SUPPORT_SPL 155 156config TARGET_APX4DEVKIT 157 bool "Support apx4devkit" 158 select CPU_ARM926EJS 159 select SUPPORT_SPL 160 161config TARGET_XFI3 162 bool "Support xfi3" 163 select CPU_ARM926EJS 164 select SUPPORT_SPL 165 166config TARGET_M28EVK 167 bool "Support m28evk" 168 select CPU_ARM926EJS 169 select SUPPORT_SPL 170 171config TARGET_MX23EVK 172 bool "Support mx23evk" 173 select CPU_ARM926EJS 174 select SUPPORT_SPL 175 176config TARGET_MX28EVK 177 bool "Support mx28evk" 178 select CPU_ARM926EJS 179 select SUPPORT_SPL 180 181config TARGET_MX23_OLINUXINO 182 bool "Support mx23_olinuxino" 183 select CPU_ARM926EJS 184 select SUPPORT_SPL 185 186config TARGET_BG0900 187 bool "Support bg0900" 188 select CPU_ARM926EJS 189 select SUPPORT_SPL 190 191config TARGET_SANSA_FUZE_PLUS 192 bool "Support sansa_fuze_plus" 193 select CPU_ARM926EJS 194 select SUPPORT_SPL 195 196config TARGET_SC_SPS_1 197 bool "Support sc_sps_1" 198 select CPU_ARM926EJS 199 select SUPPORT_SPL 200 201config ORION5X 202 bool "Marvell Orion" 203 select CPU_ARM926EJS 204 205config TARGET_SPEAR300 206 bool "Support spear300" 207 select CPU_ARM926EJS 208 209config TARGET_SPEAR310 210 bool "Support spear310" 211 select CPU_ARM926EJS 212 213config TARGET_SPEAR320 214 bool "Support spear320" 215 select CPU_ARM926EJS 216 217config TARGET_SPEAR600 218 bool "Support spear600" 219 select CPU_ARM926EJS 220 221config TARGET_STV0991 222 bool "Support stv0991" 223 select CPU_V7 224 select DM 225 select DM_SERIAL 226 select DM_SPI 227 select DM_SPI_FLASH 228 select SPI_FLASH 229 230config TARGET_X600 231 bool "Support x600" 232 select CPU_ARM926EJS 233 select SUPPORT_SPL 234 235config TARGET_IMX31_PHYCORE 236 bool "Support imx31_phycore" 237 select CPU_ARM1136 238 239config TARGET_MX31ADS 240 bool "Support mx31ads" 241 select CPU_ARM1136 242 243config TARGET_MX31PDK 244 bool "Support mx31pdk" 245 select CPU_ARM1136 246 select SUPPORT_SPL 247 248config TARGET_WOODBURN 249 bool "Support woodburn" 250 select CPU_ARM1136 251 252config TARGET_WOODBURN_SD 253 bool "Support woodburn_sd" 254 select CPU_ARM1136 255 select SUPPORT_SPL 256 257config TARGET_FLEA3 258 bool "Support flea3" 259 select CPU_ARM1136 260 261config TARGET_MX35PDK 262 bool "Support mx35pdk" 263 select CPU_ARM1136 264 265config ARCH_BCM283X 266 bool "Broadcom BCM283X family" 267 select DM 268 select DM_SERIAL 269 select DM_GPIO 270 271config TARGET_VEXPRESS_CA15_TC2 272 bool "Support vexpress_ca15_tc2" 273 select CPU_V7 274 select CPU_V7_HAS_NONSEC 275 select CPU_V7_HAS_VIRT 276 277config TARGET_VEXPRESS_CA5X2 278 bool "Support vexpress_ca5x2" 279 select CPU_V7 280 281config TARGET_VEXPRESS_CA9X4 282 bool "Support vexpress_ca9x4" 283 select CPU_V7 284 285config TARGET_KWB 286 bool "Support kwb" 287 select CPU_V7 288 select SUPPORT_SPL 289 290config TARGET_TSERIES 291 bool "Support tseries" 292 select CPU_V7 293 select SUPPORT_SPL 294 295config TARGET_CM_T335 296 bool "Support cm_t335" 297 select CPU_V7 298 select SUPPORT_SPL 299 select DM 300 select DM_SERIAL 301 select DM_GPIO 302 303config TARGET_PEPPER 304 bool "Support pepper" 305 select CPU_V7 306 select SUPPORT_SPL 307 select DM 308 select DM_SERIAL 309 select DM_GPIO 310 311config TARGET_AM335X_IGEP0033 312 bool "Support am335x_igep0033" 313 select CPU_V7 314 select SUPPORT_SPL 315 select DM 316 select DM_SERIAL 317 select DM_GPIO 318 319config TARGET_PCM051 320 bool "Support pcm051" 321 select CPU_V7 322 select SUPPORT_SPL 323 select DM 324 select DM_SERIAL 325 select DM_GPIO 326 327config TARGET_DRACO 328 bool "Support draco" 329 select CPU_V7 330 select SUPPORT_SPL 331 332config TARGET_THUBAN 333 bool "Support thuban" 334 select CPU_V7 335 select SUPPORT_SPL 336 337config TARGET_RASTABAN 338 bool "Support rastaban" 339 select CPU_V7 340 select SUPPORT_SPL 341 342config TARGET_PXM2 343 bool "Support pxm2" 344 select CPU_V7 345 select SUPPORT_SPL 346 347config TARGET_RUT 348 bool "Support rut" 349 select CPU_V7 350 select SUPPORT_SPL 351 352config TARGET_PENGWYN 353 bool "Support pengwyn" 354 select CPU_V7 355 select SUPPORT_SPL 356 select DM 357 select DM_SERIAL 358 select DM_GPIO 359 360config TARGET_AM335X_BALTOS 361 bool "Support am335x_baltos" 362 select CPU_V7 363 select SUPPORT_SPL 364 select DM 365 select DM_SERIAL 366 select DM_GPIO 367 368config TARGET_AM335X_EVM 369 bool "Support am335x_evm" 370 select CPU_V7 371 select SUPPORT_SPL 372 select DM 373 select DM_SERIAL 374 select DM_GPIO 375 select TI_I2C_BOARD_DETECT 376 377config TARGET_AM335X_SL50 378 bool "Support am335x_sl50" 379 select CPU_V7 380 select SUPPORT_SPL 381 select DM 382 select DM_SERIAL 383 384config TARGET_AM43XX_EVM 385 bool "Support am43xx_evm" 386 select CPU_V7 387 select SUPPORT_SPL 388 select TI_I2C_BOARD_DETECT 389 390config TARGET_BAV335X 391 bool "Support bav335x" 392 select CPU_V7 393 select SUPPORT_SPL 394 select DM 395 select DM_SERIAL 396 help 397 The BAV335x OEM Network Processor integrates all the functions of an 398 embedded network computer in a small, easy to use SODIMM module which 399 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8 400 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit 401 ethernet with simple connection to external connectors. 402 403 For more information, visit: http://birdland.com/oem 404 405config TARGET_TI814X_EVM 406 bool "Support ti814x_evm" 407 select CPU_V7 408 select SUPPORT_SPL 409 410config TARGET_TI816X_EVM 411 bool "Support ti816x_evm" 412 select CPU_V7 413 select SUPPORT_SPL 414 415config TARGET_BCM28155_AP 416 bool "Support bcm28155_ap" 417 select CPU_V7 418 419config TARGET_BCMCYGNUS 420 bool "Support bcmcygnus" 421 select CPU_V7 422 423config TARGET_BCMNSP 424 bool "Support bcmnsp" 425 select CPU_V7 426 427config ARCH_EXYNOS 428 bool "Samsung EXYNOS" 429 select DM 430 select DM_SPI_FLASH 431 select DM_SERIAL 432 select DM_SPI 433 select DM_GPIO 434 select DM_KEYBOARD 435 436config ARCH_S5PC1XX 437 bool "Samsung S5PC1XX" 438 select CPU_V7 439 select DM 440 select DM_SERIAL 441 select DM_GPIO 442 443config ARCH_HIGHBANK 444 bool "Calxeda Highbank" 445 select CPU_V7 446 447config ARCH_INTEGRATOR 448 bool "ARM Ltd. Integrator family" 449 select DM 450 select DM_SERIAL 451 452config ARCH_KEYSTONE 453 bool "TI Keystone" 454 select CPU_V7 455 select SUPPORT_SPL 456 select CMD_POWEROFF 457 458config ARCH_MX7 459 bool "Freescale MX7" 460 select CPU_V7 461 462config ARCH_MX6 463 bool "Freescale MX6" 464 select CPU_V7 465 466config ARCH_MX5 467 bool "Freescale MX5" 468 select CPU_V7 469 470config TARGET_M53EVK 471 bool "Support m53evk" 472 select CPU_V7 473 select SUPPORT_SPL 474 475config TARGET_MX51EVK 476 bool "Support mx51evk" 477 select CPU_V7 478 479config TARGET_MX53ARD 480 bool "Support mx53ard" 481 select CPU_V7 482 483config TARGET_MX53EVK 484 bool "Support mx53evk" 485 select CPU_V7 486 487config TARGET_MX53LOCO 488 bool "Support mx53loco" 489 select CPU_V7 490 491config TARGET_MX53SMD 492 bool "Support mx53smd" 493 select CPU_V7 494 495config OMAP34XX 496 bool "OMAP34XX SoC" 497 select CPU_V7 498 499config OMAP44XX 500 bool "OMAP44XX SoC" 501 select CPU_V7 502 select SUPPORT_SPL 503 504config OMAP54XX 505 bool "OMAP54XX SoC" 506 select CPU_V7 507 select SUPPORT_SPL 508 509config RMOBILE 510 bool "Renesas ARM SoCs" 511 select CPU_V7 512 513config ARCH_SNAPDRAGON 514 bool "Qualcomm Snapdragon SoCs" 515 select ARM64 516 select DM 517 select DM_GPIO 518 select DM_SERIAL 519 select SPMI 520 select OF_CONTROL 521 select OF_SEPARATE 522 523config ARCH_SOCFPGA 524 bool "Altera SOCFPGA family" 525 select CPU_V7 526 select SUPPORT_SPL 527 select OF_CONTROL 528 select SPL_OF_CONTROL 529 select DM 530 select DM_SPI_FLASH 531 select DM_SPI 532 533config TARGET_CM_T43 534 bool "Support cm_t43" 535 select CPU_V7 536 select SUPPORT_SPL 537 538config ARCH_SUNXI 539 bool "Support sunxi (Allwinner) SoCs" 540 select CMD_GPIO 541 select CMD_USB 542 select DM 543 select DM_ETH 544 select DM_GPIO 545 select DM_KEYBOARD 546 select DM_SERIAL 547 select DM_USB 548 select OF_BOARD_SETUP 549 select OF_CONTROL 550 select OF_SEPARATE 551 select SPL_STACK_R if SUPPORT_SPL 552 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL 553 select SYS_NS16550 554 select USB 555 select USB_STORAGE 556 select USB_KEYBOARD 557 558config TARGET_TS4800 559 bool "Support TS4800" 560 select CPU_V7 561 562config TARGET_VF610TWR 563 bool "Support vf610twr" 564 select CPU_V7 565 566config TARGET_COLIBRI_VF 567 bool "Support Colibri VF50/61" 568 select CPU_V7 569 570config TARGET_PCM052 571 bool "Support pcm-052" 572 select CPU_V7 573 574config ARCH_ZYNQ 575 bool "Xilinx Zynq Platform" 576 select CPU_V7 577 select SUPPORT_SPL 578 select OF_CONTROL 579 select SPL_OF_CONTROL if SPL 580 select DM 581 select DM_ETH 582 select DM_GPIO 583 select SPL_DM if SPL 584 select DM_MMC 585 select DM_SPI 586 select DM_SERIAL 587 select DM_SPI_FLASH 588 select SPL_SEPARATE_BSS if SPL 589 590config ARCH_ZYNQMP 591 bool "Support Xilinx ZynqMP Platform" 592 select ARM64 593 select DM 594 select OF_CONTROL 595 select DM_SERIAL 596 select SUPPORT_SPL 597 598config TEGRA 599 bool "NVIDIA Tegra" 600 601config TARGET_VEXPRESS64_AEMV8A 602 bool "Support vexpress_aemv8a" 603 select ARM64 604 605config TARGET_VEXPRESS64_BASE_FVP 606 bool "Support Versatile Express ARMv8a FVP BASE model" 607 select ARM64 608 select SEMIHOSTING 609 610config TARGET_VEXPRESS64_BASE_FVP_DRAM 611 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM" 612 select ARM64 613 help 614 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides 615 the default config to allow the user to load the images directly into 616 DRAM using model parameters rather than by using semi-hosting to load 617 the files from the host filesystem. 618 619config TARGET_VEXPRESS64_JUNO 620 bool "Support Versatile Express Juno Development Platform" 621 select ARM64 622 623config TARGET_LS2080A_EMU 624 bool "Support ls2080a_emu" 625 select ARM64 626 select ARMV8_MULTIENTRY 627 help 628 Support for Freescale LS2080A_EMU platform 629 The LS2080A Development System (EMULATOR) is a pre silicon 630 development platform that supports the QorIQ LS2080A 631 Layerscape Architecture processor. 632 633config TARGET_LS2080A_SIMU 634 bool "Support ls2080a_simu" 635 select ARM64 636 select ARMV8_MULTIENTRY 637 help 638 Support for Freescale LS2080A_SIMU platform 639 The LS2080A Development System (QDS) is a pre silicon 640 development platform that supports the QorIQ LS2080A 641 Layerscape Architecture processor. 642 643config TARGET_LS2080AQDS 644 bool "Support ls2080aqds" 645 select ARM64 646 select ARMV8_MULTIENTRY 647 select SUPPORT_SPL 648 help 649 Support for Freescale LS2080AQDS platform 650 The LS2080A Development System (QDS) is a high-performance 651 development platform that supports the QorIQ LS2080A 652 Layerscape Architecture processor. 653 654config TARGET_LS2080ARDB 655 bool "Support ls2080ardb" 656 select ARM64 657 select ARMV8_MULTIENTRY 658 select SUPPORT_SPL 659 help 660 Support for Freescale LS2080ARDB platform. 661 The LS2080A Reference design board (RDB) is a high-performance 662 development platform that supports the QorIQ LS2080A 663 Layerscape Architecture processor. 664 665config TARGET_HIKEY 666 bool "Support HiKey 96boards Consumer Edition Platform" 667 select ARM64 668 select DM 669 select DM_GPIO 670 select DM_SERIAL 671 select OF_CONTROL 672 help 673 Support for HiKey 96boards platform. It features a HI6220 674 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. 675 676config TARGET_LS1021AQDS 677 bool "Support ls1021aqds" 678 select CPU_V7 679 select SUPPORT_SPL 680config TARGET_LS1021ATWR 681 bool "Support ls1021atwr" 682 select CPU_V7 683 select SUPPORT_SPL 684 685config TARGET_LS1043AQDS 686 bool "Support ls1043aqds" 687 select ARM64 688 select ARMV8_MULTIENTRY 689 select SUPPORT_SPL 690 help 691 Support for Freescale LS1043AQDS platform. 692 693config TARGET_LS1043ARDB 694 bool "Support ls1043ardb" 695 select ARM64 696 select ARMV8_MULTIENTRY 697 select SUPPORT_SPL 698 help 699 Support for Freescale LS1043ARDB platform. 700 701config TARGET_H2200 702 bool "Support h2200" 703 select CPU_PXA 704 705config TARGET_ZIPITZ2 706 bool "Support zipitz2" 707 select CPU_PXA 708 709config TARGET_COLIBRI_PXA270 710 bool "Support colibri_pxa270" 711 select CPU_PXA 712 713config ARCH_UNIPHIER 714 bool "Socionext UniPhier SoCs" 715 select CLK_UNIPHIER 716 select SUPPORT_SPL 717 select SPL 718 select OF_CONTROL 719 select SPL_OF_CONTROL 720 select DM 721 select SPL_DM 722 select DM_GPIO 723 select DM_SERIAL 724 select DM_I2C 725 select DM_MMC 726 help 727 Support for UniPhier SoC family developed by Socionext Inc. 728 (formerly, System LSI Business Division of Panasonic Corporation) 729 730config STM32 731 bool "Support STM32" 732 select CPU_V7M 733 select DM 734 select DM_SERIAL 735 736config ARCH_ROCKCHIP 737 bool "Support Rockchip SoCs" 738 select SUPPORT_SPL 739 select SPL 740 select OF_CONTROL 741 select CPU_V7 742 select DM 743 744config TARGET_THUNDERX_88XX 745 bool "Support ThunderX 88xx" 746 select OF_CONTROL 747 748endchoice 749 750source "arch/arm/mach-at91/Kconfig" 751 752source "arch/arm/mach-bcm283x/Kconfig" 753 754source "arch/arm/mach-davinci/Kconfig" 755 756source "arch/arm/mach-exynos/Kconfig" 757 758source "arch/arm/mach-highbank/Kconfig" 759 760source "arch/arm/mach-integrator/Kconfig" 761 762source "arch/arm/mach-keystone/Kconfig" 763 764source "arch/arm/mach-kirkwood/Kconfig" 765 766source "arch/arm/mach-mvebu/Kconfig" 767 768source "arch/arm/cpu/armv7/mx7/Kconfig" 769 770source "arch/arm/cpu/armv7/mx6/Kconfig" 771 772source "arch/arm/cpu/armv7/mx5/Kconfig" 773 774source "arch/arm/cpu/armv7/omap3/Kconfig" 775 776source "arch/arm/cpu/armv7/omap4/Kconfig" 777 778source "arch/arm/cpu/armv7/omap5/Kconfig" 779 780source "arch/arm/mach-orion5x/Kconfig" 781 782source "arch/arm/cpu/armv7/rmobile/Kconfig" 783 784source "arch/arm/mach-rockchip/Kconfig" 785 786source "arch/arm/mach-s5pc1xx/Kconfig" 787 788source "arch/arm/mach-snapdragon/Kconfig" 789 790source "arch/arm/mach-socfpga/Kconfig" 791 792source "arch/arm/mach-stm32/Kconfig" 793 794source "arch/arm/mach-tegra/Kconfig" 795 796source "arch/arm/mach-uniphier/Kconfig" 797 798source "arch/arm/mach-zynq/Kconfig" 799 800source "arch/arm/cpu/armv7/Kconfig" 801 802source "arch/arm/cpu/armv8/zynqmp/Kconfig" 803 804source "arch/arm/cpu/armv8/Kconfig" 805 806source "arch/arm/imx-common/Kconfig" 807 808source "board/BuR/kwb/Kconfig" 809source "board/BuR/tseries/Kconfig" 810source "board/CarMediaLab/flea3/Kconfig" 811source "board/Marvell/aspenite/Kconfig" 812source "board/Marvell/gplugd/Kconfig" 813source "board/armadeus/apf27/Kconfig" 814source "board/armltd/vexpress/Kconfig" 815source "board/armltd/vexpress64/Kconfig" 816source "board/bluegiga/apx4devkit/Kconfig" 817source "board/broadcom/bcm28155_ap/Kconfig" 818source "board/broadcom/bcmcygnus/Kconfig" 819source "board/broadcom/bcmnsp/Kconfig" 820source "board/cavium/thunderx/Kconfig" 821source "board/cirrus/edb93xx/Kconfig" 822source "board/compulab/cm_t335/Kconfig" 823source "board/compulab/cm_t43/Kconfig" 824source "board/creative/xfi3/Kconfig" 825source "board/denx/m28evk/Kconfig" 826source "board/denx/m53evk/Kconfig" 827source "board/freescale/ls2080a/Kconfig" 828source "board/freescale/ls2080aqds/Kconfig" 829source "board/freescale/ls2080ardb/Kconfig" 830source "board/freescale/ls1021aqds/Kconfig" 831source "board/freescale/ls1043aqds/Kconfig" 832source "board/freescale/ls1021atwr/Kconfig" 833source "board/freescale/ls1043ardb/Kconfig" 834source "board/freescale/mx23evk/Kconfig" 835source "board/freescale/mx25pdk/Kconfig" 836source "board/freescale/mx28evk/Kconfig" 837source "board/freescale/mx31ads/Kconfig" 838source "board/freescale/mx31pdk/Kconfig" 839source "board/freescale/mx35pdk/Kconfig" 840source "board/freescale/mx51evk/Kconfig" 841source "board/freescale/mx53ard/Kconfig" 842source "board/freescale/mx53evk/Kconfig" 843source "board/freescale/mx53loco/Kconfig" 844source "board/freescale/mx53smd/Kconfig" 845source "board/freescale/vf610twr/Kconfig" 846source "board/gumstix/pepper/Kconfig" 847source "board/h2200/Kconfig" 848source "board/hisilicon/hikey/Kconfig" 849source "board/imx31_phycore/Kconfig" 850source "board/isee/igep0033/Kconfig" 851source "board/mpl/vcma9/Kconfig" 852source "board/olimex/mx23_olinuxino/Kconfig" 853source "board/phytec/pcm051/Kconfig" 854source "board/phytec/pcm052/Kconfig" 855source "board/ppcag/bg0900/Kconfig" 856source "board/samsung/smdk2410/Kconfig" 857source "board/sandisk/sansa_fuze_plus/Kconfig" 858source "board/schulercontrol/sc_sps_1/Kconfig" 859source "board/siemens/draco/Kconfig" 860source "board/siemens/pxm2/Kconfig" 861source "board/siemens/rut/Kconfig" 862source "board/silica/pengwyn/Kconfig" 863source "board/spear/spear300/Kconfig" 864source "board/spear/spear310/Kconfig" 865source "board/spear/spear320/Kconfig" 866source "board/spear/spear600/Kconfig" 867source "board/spear/x600/Kconfig" 868source "board/st/stv0991/Kconfig" 869source "board/sunxi/Kconfig" 870source "board/syteco/zmx25/Kconfig" 871source "board/tcl/sl50/Kconfig" 872source "board/ti/am335x/Kconfig" 873source "board/ti/am43xx/Kconfig" 874source "board/birdland/bav335x/Kconfig" 875source "board/ti/ti814x/Kconfig" 876source "board/ti/ti816x/Kconfig" 877source "board/timll/devkit3250/Kconfig" 878source "board/toradex/colibri_pxa270/Kconfig" 879source "board/toradex/colibri_vf/Kconfig" 880source "board/technologic/ts4800/Kconfig" 881source "board/vscom/baltos/Kconfig" 882source "board/woodburn/Kconfig" 883source "board/work-microwave/work_92105/Kconfig" 884source "board/zipitz2/Kconfig" 885 886source "arch/arm/Kconfig.debug" 887 888endmenu 889