1menu "mpc85xx CPU" 2 depends on MPC85xx 3 4config SYS_CPU 5 default "mpc85xx" 6 7choice 8 prompt "Target select" 9 optional 10 11config TARGET_SBC8548 12 bool "Support sbc8548" 13 select ARCH_MPC8548 14 15config TARGET_SOCRATES 16 bool "Support socrates" 17 select ARCH_MPC8544 18 19config TARGET_B4420QDS 20 bool "Support B4420QDS" 21 select ARCH_B4420 22 select SUPPORT_SPL 23 select PHYS_64BIT 24 25config TARGET_B4860QDS 26 bool "Support B4860QDS" 27 select ARCH_B4860 28 select SUPPORT_SPL 29 select PHYS_64BIT 30 31config TARGET_BSC9131RDB 32 bool "Support BSC9131RDB" 33 select ARCH_BSC9131 34 select SUPPORT_SPL 35 36config TARGET_BSC9132QDS 37 bool "Support BSC9132QDS" 38 select ARCH_BSC9132 39 select SUPPORT_SPL 40 41config TARGET_C29XPCIE 42 bool "Support C29XPCIE" 43 select ARCH_C29X 44 select SUPPORT_SPL 45 select SUPPORT_TPL 46 select PHYS_64BIT 47 48config TARGET_P3041DS 49 bool "Support P3041DS" 50 select PHYS_64BIT 51 select ARCH_P3041 52 53config TARGET_P4080DS 54 bool "Support P4080DS" 55 select PHYS_64BIT 56 select ARCH_P4080 57 58config TARGET_P5020DS 59 bool "Support P5020DS" 60 select PHYS_64BIT 61 select ARCH_P5020 62 63config TARGET_P5040DS 64 bool "Support P5040DS" 65 select PHYS_64BIT 66 select ARCH_P5040 67 68config TARGET_MPC8536DS 69 bool "Support MPC8536DS" 70 select ARCH_MPC8536 71 72config TARGET_MPC8540ADS 73 bool "Support MPC8540ADS" 74 select ARCH_MPC8540 75 76config TARGET_MPC8541CDS 77 bool "Support MPC8541CDS" 78 select ARCH_MPC8541 79 80config TARGET_MPC8544DS 81 bool "Support MPC8544DS" 82 select ARCH_MPC8544 83 84config TARGET_MPC8548CDS 85 bool "Support MPC8548CDS" 86 select ARCH_MPC8548 87 88config TARGET_MPC8555CDS 89 bool "Support MPC8555CDS" 90 select ARCH_MPC8555 91 92config TARGET_MPC8560ADS 93 bool "Support MPC8560ADS" 94 select ARCH_MPC8560 95 96config TARGET_MPC8568MDS 97 bool "Support MPC8568MDS" 98 select ARCH_MPC8568 99 100config TARGET_MPC8569MDS 101 bool "Support MPC8569MDS" 102 select ARCH_MPC8569 103 104config TARGET_MPC8572DS 105 bool "Support MPC8572DS" 106 select ARCH_MPC8572 107 108config TARGET_P1010RDB_PA 109 bool "Support P1010RDB_PA" 110 select ARCH_P1010 111 select SUPPORT_SPL 112 select SUPPORT_TPL 113 114config TARGET_P1010RDB_PB 115 bool "Support P1010RDB_PB" 116 select ARCH_P1010 117 select SUPPORT_SPL 118 select SUPPORT_TPL 119 120config TARGET_P1022DS 121 bool "Support P1022DS" 122 select ARCH_P1022 123 select SUPPORT_SPL 124 select SUPPORT_TPL 125 126config TARGET_P1023RDB 127 bool "Support P1023RDB" 128 select ARCH_P1023 129 130config TARGET_P1020MBG 131 bool "Support P1020MBG-PC" 132 select SUPPORT_SPL 133 select SUPPORT_TPL 134 select ARCH_P1020 135 136config TARGET_P1020RDB_PC 137 bool "Support P1020RDB-PC" 138 select SUPPORT_SPL 139 select SUPPORT_TPL 140 select ARCH_P1020 141 142config TARGET_P1020RDB_PD 143 bool "Support P1020RDB-PD" 144 select SUPPORT_SPL 145 select SUPPORT_TPL 146 select ARCH_P1020 147 148config TARGET_P1020UTM 149 bool "Support P1020UTM" 150 select SUPPORT_SPL 151 select SUPPORT_TPL 152 select ARCH_P1020 153 154config TARGET_P1021RDB 155 bool "Support P1021RDB" 156 select SUPPORT_SPL 157 select SUPPORT_TPL 158 select ARCH_P1021 159 160config TARGET_P1024RDB 161 bool "Support P1024RDB" 162 select SUPPORT_SPL 163 select SUPPORT_TPL 164 select ARCH_P1024 165 166config TARGET_P1025RDB 167 bool "Support P1025RDB" 168 select SUPPORT_SPL 169 select SUPPORT_TPL 170 select ARCH_P1025 171 172config TARGET_P2020RDB 173 bool "Support P2020RDB-PC" 174 select SUPPORT_SPL 175 select SUPPORT_TPL 176 select ARCH_P2020 177 178config TARGET_P1_TWR 179 bool "Support p1_twr" 180 select ARCH_P1025 181 182config TARGET_P2041RDB 183 bool "Support P2041RDB" 184 select ARCH_P2041 185 select PHYS_64BIT 186 187config TARGET_QEMU_PPCE500 188 bool "Support qemu-ppce500" 189 select ARCH_QEMU_E500 190 select PHYS_64BIT 191 192config TARGET_T1024QDS 193 bool "Support T1024QDS" 194 select ARCH_T1024 195 select SUPPORT_SPL 196 select PHYS_64BIT 197 198config TARGET_T1023RDB 199 bool "Support T1023RDB" 200 select ARCH_T1023 201 select SUPPORT_SPL 202 select PHYS_64BIT 203 204config TARGET_T1024RDB 205 bool "Support T1024RDB" 206 select ARCH_T1024 207 select SUPPORT_SPL 208 select PHYS_64BIT 209 210config TARGET_T1040QDS 211 bool "Support T1040QDS" 212 select ARCH_T1040 213 select PHYS_64BIT 214 215config TARGET_T1040RDB 216 bool "Support T1040RDB" 217 select ARCH_T1040 218 select SUPPORT_SPL 219 select PHYS_64BIT 220 221config TARGET_T1040D4RDB 222 bool "Support T1040D4RDB" 223 select ARCH_T1040 224 select SUPPORT_SPL 225 select PHYS_64BIT 226 227config TARGET_T1042RDB 228 bool "Support T1042RDB" 229 select ARCH_T1042 230 select SUPPORT_SPL 231 select PHYS_64BIT 232 233config TARGET_T1042D4RDB 234 bool "Support T1042D4RDB" 235 select ARCH_T1042 236 select SUPPORT_SPL 237 select PHYS_64BIT 238 239config TARGET_T1042RDB_PI 240 bool "Support T1042RDB_PI" 241 select ARCH_T1042 242 select SUPPORT_SPL 243 select PHYS_64BIT 244 245config TARGET_T2080QDS 246 bool "Support T2080QDS" 247 select ARCH_T2080 248 select SUPPORT_SPL 249 select PHYS_64BIT 250 251config TARGET_T2080RDB 252 bool "Support T2080RDB" 253 select ARCH_T2080 254 select SUPPORT_SPL 255 select PHYS_64BIT 256 257config TARGET_T2081QDS 258 bool "Support T2081QDS" 259 select ARCH_T2081 260 select SUPPORT_SPL 261 select PHYS_64BIT 262 263config TARGET_T4160QDS 264 bool "Support T4160QDS" 265 select ARCH_T4160 266 select SUPPORT_SPL 267 select PHYS_64BIT 268 269config TARGET_T4160RDB 270 bool "Support T4160RDB" 271 select ARCH_T4160 272 select SUPPORT_SPL 273 select PHYS_64BIT 274 275config TARGET_T4240QDS 276 bool "Support T4240QDS" 277 select ARCH_T4240 278 select SUPPORT_SPL 279 select PHYS_64BIT 280 281config TARGET_T4240RDB 282 bool "Support T4240RDB" 283 select ARCH_T4240 284 select SUPPORT_SPL 285 select PHYS_64BIT 286 287config TARGET_CONTROLCENTERD 288 bool "Support controlcenterd" 289 select ARCH_P1022 290 291config TARGET_KMP204X 292 bool "Support kmp204x" 293 select ARCH_P2041 294 select PHYS_64BIT 295 296config TARGET_XPEDITE520X 297 bool "Support xpedite520x" 298 select ARCH_MPC8548 299 300config TARGET_XPEDITE537X 301 bool "Support xpedite537x" 302 select ARCH_MPC8572 303 304config TARGET_XPEDITE550X 305 bool "Support xpedite550x" 306 select ARCH_P2020 307 308config TARGET_UCP1020 309 bool "Support uCP1020" 310 select ARCH_P1020 311 312config TARGET_CYRUS_P5020 313 bool "Support Varisys Cyrus P5020" 314 select ARCH_P5020 315 select PHYS_64BIT 316 317config TARGET_CYRUS_P5040 318 bool "Support Varisys Cyrus P5040" 319 select ARCH_P5040 320 select PHYS_64BIT 321 322endchoice 323 324config ARCH_B4420 325 bool 326 select E500MC 327 select FSL_LAW 328 select SYS_FSL_HAS_SEC 329 select SYS_FSL_SEC_COMPAT_4 330 331config ARCH_B4860 332 bool 333 select E500MC 334 select FSL_LAW 335 select SYS_FSL_HAS_SEC 336 select SYS_FSL_SEC_COMPAT_4 337 338config ARCH_BSC9131 339 bool 340 select FSL_LAW 341 select SYS_FSL_HAS_SEC 342 select SYS_FSL_SEC_COMPAT_4 343 344config ARCH_BSC9132 345 bool 346 select FSL_LAW 347 select SYS_FSL_HAS_SEC 348 select SYS_FSL_SEC_COMPAT_4 349 select SYS_PPC_E500_USE_DEBUG_TLB 350 351config ARCH_C29X 352 bool 353 select FSL_LAW 354 select SYS_FSL_HAS_SEC 355 select SYS_FSL_SEC_COMPAT_6 356 select SYS_PPC_E500_USE_DEBUG_TLB 357 358config ARCH_MPC8536 359 bool 360 select FSL_LAW 361 select SYS_FSL_HAS_SEC 362 select SYS_FSL_SEC_COMPAT_2 363 select SYS_PPC_E500_USE_DEBUG_TLB 364 365config ARCH_MPC8540 366 bool 367 select FSL_LAW 368 369config ARCH_MPC8541 370 bool 371 select FSL_LAW 372 select SYS_FSL_HAS_SEC 373 select SYS_FSL_SEC_COMPAT_2 374 375config ARCH_MPC8544 376 bool 377 select FSL_LAW 378 select SYS_FSL_HAS_SEC 379 select SYS_FSL_SEC_COMPAT_2 380 select SYS_PPC_E500_USE_DEBUG_TLB 381 382config ARCH_MPC8548 383 bool 384 select FSL_LAW 385 select SYS_FSL_HAS_SEC 386 select SYS_FSL_SEC_COMPAT_2 387 select SYS_PPC_E500_USE_DEBUG_TLB 388 389config ARCH_MPC8555 390 bool 391 select FSL_LAW 392 select SYS_FSL_HAS_SEC 393 select SYS_FSL_SEC_COMPAT_2 394 395config ARCH_MPC8560 396 bool 397 select FSL_LAW 398 399config ARCH_MPC8568 400 bool 401 select FSL_LAW 402 select SYS_FSL_HAS_SEC 403 select SYS_FSL_SEC_COMPAT_2 404 405config ARCH_MPC8569 406 bool 407 select FSL_LAW 408 select SYS_FSL_HAS_SEC 409 select SYS_FSL_SEC_COMPAT_2 410 411config ARCH_MPC8572 412 bool 413 select FSL_LAW 414 select SYS_PPC_E500_USE_DEBUG_TLB 415 select SYS_FSL_HAS_SEC 416 select SYS_FSL_SEC_COMPAT_2 417 418config ARCH_P1010 419 bool 420 select FSL_LAW 421 select SYS_FSL_HAS_SEC 422 select SYS_FSL_SEC_COMPAT_4 423 select SYS_PPC_E500_USE_DEBUG_TLB 424 425config ARCH_P1011 426 bool 427 select FSL_LAW 428 select SYS_FSL_HAS_SEC 429 select SYS_FSL_SEC_COMPAT_2 430 select SYS_PPC_E500_USE_DEBUG_TLB 431 432config ARCH_P1020 433 bool 434 select FSL_LAW 435 select SYS_FSL_HAS_SEC 436 select SYS_FSL_SEC_COMPAT_2 437 select SYS_PPC_E500_USE_DEBUG_TLB 438 439config ARCH_P1021 440 bool 441 select FSL_LAW 442 select SYS_FSL_HAS_SEC 443 select SYS_FSL_SEC_COMPAT_2 444 select SYS_PPC_E500_USE_DEBUG_TLB 445 446config ARCH_P1022 447 bool 448 select FSL_LAW 449 select SYS_FSL_HAS_SEC 450 select SYS_FSL_SEC_COMPAT_2 451 select SYS_PPC_E500_USE_DEBUG_TLB 452 453config ARCH_P1023 454 bool 455 select FSL_LAW 456 select SYS_FSL_HAS_SEC 457 select SYS_FSL_SEC_COMPAT_4 458 459config ARCH_P1024 460 bool 461 select FSL_LAW 462 select SYS_FSL_HAS_SEC 463 select SYS_FSL_SEC_COMPAT_2 464 select SYS_PPC_E500_USE_DEBUG_TLB 465 466config ARCH_P1025 467 bool 468 select FSL_LAW 469 select SYS_FSL_HAS_SEC 470 select SYS_FSL_SEC_COMPAT_2 471 select SYS_PPC_E500_USE_DEBUG_TLB 472 473config ARCH_P2020 474 bool 475 select FSL_LAW 476 select SYS_FSL_HAS_SEC 477 select SYS_FSL_SEC_COMPAT_2 478 select SYS_PPC_E500_USE_DEBUG_TLB 479 480config ARCH_P2041 481 bool 482 select E500MC 483 select FSL_LAW 484 select SYS_FSL_HAS_SEC 485 select SYS_FSL_SEC_COMPAT_4 486 487config ARCH_P3041 488 bool 489 select E500MC 490 select FSL_LAW 491 select SYS_FSL_HAS_SEC 492 select SYS_FSL_SEC_COMPAT_4 493 494config ARCH_P4080 495 bool 496 select E500MC 497 select FSL_LAW 498 select SYS_FSL_HAS_SEC 499 select SYS_FSL_SEC_COMPAT_4 500 501config ARCH_P5020 502 bool 503 select E500MC 504 select FSL_LAW 505 select SYS_FSL_HAS_SEC 506 select SYS_FSL_SEC_COMPAT_4 507 508config ARCH_P5040 509 bool 510 select E500MC 511 select FSL_LAW 512 select SYS_FSL_HAS_SEC 513 select SYS_FSL_SEC_COMPAT_4 514 515config ARCH_QEMU_E500 516 bool 517 518config ARCH_T1023 519 bool 520 select E500MC 521 select FSL_LAW 522 select SYS_FSL_HAS_SEC 523 select SYS_FSL_SEC_COMPAT_5 524 525config ARCH_T1024 526 bool 527 select E500MC 528 select FSL_LAW 529 select SYS_FSL_HAS_SEC 530 select SYS_FSL_SEC_COMPAT_5 531 532config ARCH_T1040 533 bool 534 select E500MC 535 select FSL_LAW 536 select SYS_FSL_HAS_SEC 537 select SYS_FSL_SEC_COMPAT_5 538 539config ARCH_T1042 540 bool 541 select E500MC 542 select FSL_LAW 543 select SYS_FSL_HAS_SEC 544 select SYS_FSL_SEC_COMPAT_5 545 546config ARCH_T2080 547 bool 548 select E500MC 549 select FSL_LAW 550 select SYS_FSL_HAS_SEC 551 select SYS_FSL_SEC_COMPAT_4 552 553config ARCH_T2081 554 bool 555 select E500MC 556 select FSL_LAW 557 select SYS_FSL_HAS_SEC 558 select SYS_FSL_SEC_COMPAT_4 559 560config ARCH_T4160 561 bool 562 select E500MC 563 select FSL_LAW 564 select SYS_FSL_HAS_SEC 565 select SYS_FSL_SEC_COMPAT_4 566 567config ARCH_T4240 568 bool 569 select E500MC 570 select FSL_LAW 571 select SYS_FSL_HAS_SEC 572 select SYS_FSL_SEC_COMPAT_4 573 574config BOOKE 575 bool 576 default y 577 578config E500 579 bool 580 default y 581 help 582 Enable PowerPC E500 cores, including e500v1, e500v2, e500mc 583 584config E500MC 585 bool 586 help 587 Enble PowerPC E500MC core 588 589config FSL_LAW 590 bool 591 help 592 Use Freescale common code for Local Access Window 593 594config SECURE_BOOT 595 bool "Secure Boot" 596 help 597 Enable Freescale Secure Boot feature. Normally selected 598 by defconfig. If unsure, do not change. 599 600config MAX_CPUS 601 int "Maximum number of CPUs permitted for MPC85xx" 602 default 12 if ARCH_T4240 603 default 8 if ARCH_P4080 || \ 604 ARCH_T4160 605 default 4 if ARCH_B4860 || \ 606 ARCH_P2041 || \ 607 ARCH_P3041 || \ 608 ARCH_P5040 || \ 609 ARCH_T1040 || \ 610 ARCH_T1042 || \ 611 ARCH_T2080 || \ 612 ARCH_T2081 613 default 2 if ARCH_B4420 || \ 614 ARCH_BSC9132 || \ 615 ARCH_MPC8572 || \ 616 ARCH_P1020 || \ 617 ARCH_P1021 || \ 618 ARCH_P1022 || \ 619 ARCH_P1023 || \ 620 ARCH_P1024 || \ 621 ARCH_P1025 || \ 622 ARCH_P2020 || \ 623 ARCH_P5020 || \ 624 ARCH_T1020 || \ 625 ARCH_T1022 || \ 626 ARCH_T1023 || \ 627 ARCH_T1024 628 default 1 629 help 630 Set this number to the maximum number of possible CPUs in the SoC. 631 SoCs may have multiple clusters with each cluster may have multiple 632 ports. If some ports are reserved but higher ports are used for 633 cores, count the reserved ports. This will allocate enough memory 634 in spin table to properly handle all cores. 635 636config SYS_CCSRBAR_DEFAULT 637 hex "Default CCSRBAR address" 638 default 0xff700000 if ARCH_BSC9131 || \ 639 ARCH_BSC9132 || \ 640 ARCH_C29X || \ 641 ARCH_MPC8536 || \ 642 ARCH_MPC8540 || \ 643 ARCH_MPC8541 || \ 644 ARCH_MPC8544 || \ 645 ARCH_MPC8548 || \ 646 ARCH_MPC8555 || \ 647 ARCH_MPC8560 || \ 648 ARCH_MPC8568 || \ 649 ARCH_MPC8569 || \ 650 ARCH_MPC8572 || \ 651 ARCH_P1010 || \ 652 ARCH_P1011 || \ 653 ARCH_P1020 || \ 654 ARCH_P1021 || \ 655 ARCH_P1022 || \ 656 ARCH_P1024 || \ 657 ARCH_P1025 || \ 658 ARCH_P2020 659 default 0xff600000 if ARCH_P1023 660 default 0xfe000000 if ARCH_B4420 || \ 661 ARCH_B4860 || \ 662 ARCH_P2041 || \ 663 ARCH_P3041 || \ 664 ARCH_P4080 || \ 665 ARCH_P5020 || \ 666 ARCH_P5040 || \ 667 ARCH_T1013 || \ 668 ARCH_T1014 || \ 669 ARCH_T1020 || \ 670 ARCH_T1022 || \ 671 ARCH_T1023 || \ 672 ARCH_T1024 || \ 673 ARCH_T1040 || \ 674 ARCH_T1042 || \ 675 ARCH_T2080 || \ 676 ARCH_T2081 || \ 677 ARCH_T4160 || \ 678 ARCH_T4240 679 default 0xe0000000 if ARCH_QEMU_E500 680 help 681 Default value of CCSRBAR comes from power-on-reset. It 682 is fixed on each SoC. Some SoCs can have different value 683 if changed by pre-boot regime. The value here must match 684 the current value in SoC. If not sure, do not change. 685 686config SYS_FSL_NUM_LAWS 687 int "Number of local access windows" 688 depends on FSL_LAW 689 default 32 if ARCH_B4420 || \ 690 ARCH_B4860 || \ 691 ARCH_P2041 || \ 692 ARCH_P3041 || \ 693 ARCH_P4080 || \ 694 ARCH_P5020 || \ 695 ARCH_P5040 || \ 696 ARCH_T2080 || \ 697 ARCH_T2081 || \ 698 ARCH_T4160 || \ 699 ARCH_T4240 700 default 16 if ARCH_T1013 || \ 701 ARCH_T1014 || \ 702 ARCH_T1020 || \ 703 ARCH_T1022 || \ 704 ARCH_T1023 || \ 705 ARCH_T1024 || \ 706 ARCH_T1040 || \ 707 ARCH_T1042 708 default 12 if ARCH_BSC9131 || \ 709 ARCH_BSC9132 || \ 710 ARCH_C29X || \ 711 ARCH_MPC8536 || \ 712 ARCH_MPC8572 || \ 713 ARCH_P1010 || \ 714 ARCH_P1011 || \ 715 ARCH_P1020 || \ 716 ARCH_P1021 || \ 717 ARCH_P1022 || \ 718 ARCH_P1023 || \ 719 ARCH_P1024 || \ 720 ARCH_P1025 || \ 721 ARCH_P2020 722 default 10 if ARCH_MPC8544 || \ 723 ARCH_MPC8548 || \ 724 ARCH_MPC8568 || \ 725 ARCH_MPC8569 726 default 8 if ARCH_MPC8540 || \ 727 ARCH_MPC8541 || \ 728 ARCH_MPC8555 || \ 729 ARCH_MPC8560 730 help 731 Number of local access windows. This is fixed per SoC. 732 If not sure, do not change. 733 734config SYS_NUM_TLBCAMS 735 int "Number of TLB CAM entries" 736 default 64 if E500MC 737 default 16 738 help 739 Number of TLB CAM entries for Book-E chips. 64 for E500MC, 740 16 for other E500 SoCs. 741 742config SYS_PPC_E500_USE_DEBUG_TLB 743 bool 744 745config SYS_PPC_E500_DEBUG_TLB 746 int "Temporary TLB entry for external debugger" 747 depends on SYS_PPC_E500_USE_DEBUG_TLB 748 default 0 if ARCH_MPC8544 || ARCH_MPC8548 749 default 1 if ARCH_MPC8536 750 default 2 if ARCH_MPC8572 || \ 751 ARCH_P1011 || \ 752 ARCH_P1020 || \ 753 ARCH_P1021 || \ 754 ARCH_P1022 || \ 755 ARCH_P1024 || \ 756 ARCH_P1025 || \ 757 ARCH_P2020 758 default 3 if ARCH_P1010 || \ 759 ARCH_BSC9132 || \ 760 ARCH_C29X 761 help 762 Select a temporary TLB entry to be used during boot to work 763 around limitations in e500v1 and e500v2 external debugger 764 support. This reduces the portions of the boot code where 765 breakpoints and single stepping do not work. The value of this 766 symbol should be set to the TLB1 entry to be used for this 767 purpose. If unsure, do not change. 768 769source "board/freescale/b4860qds/Kconfig" 770source "board/freescale/bsc9131rdb/Kconfig" 771source "board/freescale/bsc9132qds/Kconfig" 772source "board/freescale/c29xpcie/Kconfig" 773source "board/freescale/corenet_ds/Kconfig" 774source "board/freescale/mpc8536ds/Kconfig" 775source "board/freescale/mpc8540ads/Kconfig" 776source "board/freescale/mpc8541cds/Kconfig" 777source "board/freescale/mpc8544ds/Kconfig" 778source "board/freescale/mpc8548cds/Kconfig" 779source "board/freescale/mpc8555cds/Kconfig" 780source "board/freescale/mpc8560ads/Kconfig" 781source "board/freescale/mpc8568mds/Kconfig" 782source "board/freescale/mpc8569mds/Kconfig" 783source "board/freescale/mpc8572ds/Kconfig" 784source "board/freescale/p1010rdb/Kconfig" 785source "board/freescale/p1022ds/Kconfig" 786source "board/freescale/p1023rdb/Kconfig" 787source "board/freescale/p1_p2_rdb_pc/Kconfig" 788source "board/freescale/p1_twr/Kconfig" 789source "board/freescale/p2041rdb/Kconfig" 790source "board/freescale/qemu-ppce500/Kconfig" 791source "board/freescale/t102xqds/Kconfig" 792source "board/freescale/t102xrdb/Kconfig" 793source "board/freescale/t1040qds/Kconfig" 794source "board/freescale/t104xrdb/Kconfig" 795source "board/freescale/t208xqds/Kconfig" 796source "board/freescale/t208xrdb/Kconfig" 797source "board/freescale/t4qds/Kconfig" 798source "board/freescale/t4rdb/Kconfig" 799source "board/gdsys/p1022/Kconfig" 800source "board/keymile/kmp204x/Kconfig" 801source "board/sbc8548/Kconfig" 802source "board/socrates/Kconfig" 803source "board/varisys/cyrus/Kconfig" 804source "board/xes/xpedite520x/Kconfig" 805source "board/xes/xpedite537x/Kconfig" 806source "board/xes/xpedite550x/Kconfig" 807source "board/Arcturus/ucp1020/Kconfig" 808 809endmenu 810