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_BE 330 select SYS_FSL_SEC_COMPAT_4 331 332config ARCH_B4860 333 bool 334 select E500MC 335 select FSL_LAW 336 select SYS_FSL_HAS_SEC 337 select SYS_FSL_SEC_BE 338 select SYS_FSL_SEC_COMPAT_4 339 340config ARCH_BSC9131 341 bool 342 select FSL_LAW 343 select SYS_FSL_HAS_SEC 344 select SYS_FSL_SEC_BE 345 select SYS_FSL_SEC_COMPAT_4 346 347config ARCH_BSC9132 348 bool 349 select FSL_LAW 350 select SYS_FSL_HAS_SEC 351 select SYS_FSL_SEC_BE 352 select SYS_FSL_SEC_COMPAT_4 353 select SYS_PPC_E500_USE_DEBUG_TLB 354 355config ARCH_C29X 356 bool 357 select FSL_LAW 358 select SYS_FSL_HAS_SEC 359 select SYS_FSL_SEC_BE 360 select SYS_FSL_SEC_COMPAT_6 361 select SYS_PPC_E500_USE_DEBUG_TLB 362 363config ARCH_MPC8536 364 bool 365 select FSL_LAW 366 select SYS_FSL_HAS_SEC 367 select SYS_FSL_SEC_BE 368 select SYS_FSL_SEC_COMPAT_2 369 select SYS_PPC_E500_USE_DEBUG_TLB 370 371config ARCH_MPC8540 372 bool 373 select FSL_LAW 374 375config ARCH_MPC8541 376 bool 377 select FSL_LAW 378 select SYS_FSL_HAS_SEC 379 select SYS_FSL_SEC_BE 380 select SYS_FSL_SEC_COMPAT_2 381 382config ARCH_MPC8544 383 bool 384 select FSL_LAW 385 select SYS_FSL_HAS_SEC 386 select SYS_FSL_SEC_BE 387 select SYS_FSL_SEC_COMPAT_2 388 select SYS_PPC_E500_USE_DEBUG_TLB 389 390config ARCH_MPC8548 391 bool 392 select FSL_LAW 393 select SYS_FSL_HAS_SEC 394 select SYS_FSL_SEC_BE 395 select SYS_FSL_SEC_COMPAT_2 396 select SYS_PPC_E500_USE_DEBUG_TLB 397 398config ARCH_MPC8555 399 bool 400 select FSL_LAW 401 select SYS_FSL_HAS_SEC 402 select SYS_FSL_SEC_BE 403 select SYS_FSL_SEC_COMPAT_2 404 405config ARCH_MPC8560 406 bool 407 select FSL_LAW 408 409config ARCH_MPC8568 410 bool 411 select FSL_LAW 412 select SYS_FSL_HAS_SEC 413 select SYS_FSL_SEC_BE 414 select SYS_FSL_SEC_COMPAT_2 415 416config ARCH_MPC8569 417 bool 418 select FSL_LAW 419 select SYS_FSL_HAS_SEC 420 select SYS_FSL_SEC_BE 421 select SYS_FSL_SEC_COMPAT_2 422 423config ARCH_MPC8572 424 bool 425 select FSL_LAW 426 select SYS_PPC_E500_USE_DEBUG_TLB 427 select SYS_FSL_HAS_SEC 428 select SYS_FSL_SEC_BE 429 select SYS_FSL_SEC_COMPAT_2 430 431config ARCH_P1010 432 bool 433 select FSL_LAW 434 select SYS_FSL_HAS_SEC 435 select SYS_FSL_SEC_BE 436 select SYS_FSL_SEC_COMPAT_4 437 select SYS_PPC_E500_USE_DEBUG_TLB 438 439config ARCH_P1011 440 bool 441 select FSL_LAW 442 select SYS_FSL_HAS_SEC 443 select SYS_FSL_SEC_BE 444 select SYS_FSL_SEC_COMPAT_2 445 select SYS_PPC_E500_USE_DEBUG_TLB 446 447config ARCH_P1020 448 bool 449 select FSL_LAW 450 select SYS_FSL_HAS_SEC 451 select SYS_FSL_SEC_BE 452 select SYS_FSL_SEC_COMPAT_2 453 select SYS_PPC_E500_USE_DEBUG_TLB 454 455config ARCH_P1021 456 bool 457 select FSL_LAW 458 select SYS_FSL_HAS_SEC 459 select SYS_FSL_SEC_BE 460 select SYS_FSL_SEC_COMPAT_2 461 select SYS_PPC_E500_USE_DEBUG_TLB 462 463config ARCH_P1022 464 bool 465 select FSL_LAW 466 select SYS_FSL_HAS_SEC 467 select SYS_FSL_SEC_BE 468 select SYS_FSL_SEC_COMPAT_2 469 select SYS_PPC_E500_USE_DEBUG_TLB 470 471config ARCH_P1023 472 bool 473 select FSL_LAW 474 select SYS_FSL_HAS_SEC 475 select SYS_FSL_SEC_BE 476 select SYS_FSL_SEC_COMPAT_4 477 478config ARCH_P1024 479 bool 480 select FSL_LAW 481 select SYS_FSL_HAS_SEC 482 select SYS_FSL_SEC_BE 483 select SYS_FSL_SEC_COMPAT_2 484 select SYS_PPC_E500_USE_DEBUG_TLB 485 486config ARCH_P1025 487 bool 488 select FSL_LAW 489 select SYS_FSL_HAS_SEC 490 select SYS_FSL_SEC_BE 491 select SYS_FSL_SEC_COMPAT_2 492 select SYS_PPC_E500_USE_DEBUG_TLB 493 494config ARCH_P2020 495 bool 496 select FSL_LAW 497 select SYS_FSL_HAS_SEC 498 select SYS_FSL_SEC_BE 499 select SYS_FSL_SEC_COMPAT_2 500 select SYS_PPC_E500_USE_DEBUG_TLB 501 502config ARCH_P2041 503 bool 504 select E500MC 505 select FSL_LAW 506 select SYS_FSL_HAS_SEC 507 select SYS_FSL_SEC_BE 508 select SYS_FSL_SEC_COMPAT_4 509 510config ARCH_P3041 511 bool 512 select E500MC 513 select FSL_LAW 514 select SYS_FSL_HAS_SEC 515 select SYS_FSL_SEC_BE 516 select SYS_FSL_SEC_COMPAT_4 517 518config ARCH_P4080 519 bool 520 select E500MC 521 select FSL_LAW 522 select SYS_FSL_HAS_SEC 523 select SYS_FSL_SEC_BE 524 select SYS_FSL_SEC_COMPAT_4 525 526config ARCH_P5020 527 bool 528 select E500MC 529 select FSL_LAW 530 select SYS_FSL_HAS_SEC 531 select SYS_FSL_SEC_BE 532 select SYS_FSL_SEC_COMPAT_4 533 534config ARCH_P5040 535 bool 536 select E500MC 537 select FSL_LAW 538 select SYS_FSL_HAS_SEC 539 select SYS_FSL_SEC_BE 540 select SYS_FSL_SEC_COMPAT_4 541 542config ARCH_QEMU_E500 543 bool 544 545config ARCH_T1023 546 bool 547 select E500MC 548 select FSL_LAW 549 select SYS_FSL_HAS_SEC 550 select SYS_FSL_SEC_BE 551 select SYS_FSL_SEC_COMPAT_5 552 553config ARCH_T1024 554 bool 555 select E500MC 556 select FSL_LAW 557 select SYS_FSL_HAS_SEC 558 select SYS_FSL_SEC_BE 559 select SYS_FSL_SEC_COMPAT_5 560 561config ARCH_T1040 562 bool 563 select E500MC 564 select FSL_LAW 565 select SYS_FSL_HAS_SEC 566 select SYS_FSL_SEC_BE 567 select SYS_FSL_SEC_COMPAT_5 568 569config ARCH_T1042 570 bool 571 select E500MC 572 select FSL_LAW 573 select SYS_FSL_HAS_SEC 574 select SYS_FSL_SEC_BE 575 select SYS_FSL_SEC_COMPAT_5 576 577config ARCH_T2080 578 bool 579 select E500MC 580 select FSL_LAW 581 select SYS_FSL_HAS_SEC 582 select SYS_FSL_SEC_BE 583 select SYS_FSL_SEC_COMPAT_4 584 585config ARCH_T2081 586 bool 587 select E500MC 588 select FSL_LAW 589 select SYS_FSL_HAS_SEC 590 select SYS_FSL_SEC_BE 591 select SYS_FSL_SEC_COMPAT_4 592 593config ARCH_T4160 594 bool 595 select E500MC 596 select FSL_LAW 597 select SYS_FSL_HAS_SEC 598 select SYS_FSL_SEC_BE 599 select SYS_FSL_SEC_COMPAT_4 600 601config ARCH_T4240 602 bool 603 select E500MC 604 select FSL_LAW 605 select SYS_FSL_HAS_SEC 606 select SYS_FSL_SEC_BE 607 select SYS_FSL_SEC_COMPAT_4 608 609config BOOKE 610 bool 611 default y 612 613config E500 614 bool 615 default y 616 help 617 Enable PowerPC E500 cores, including e500v1, e500v2, e500mc 618 619config E500MC 620 bool 621 help 622 Enble PowerPC E500MC core 623 624config FSL_LAW 625 bool 626 help 627 Use Freescale common code for Local Access Window 628 629config SECURE_BOOT 630 bool "Secure Boot" 631 help 632 Enable Freescale Secure Boot feature. Normally selected 633 by defconfig. If unsure, do not change. 634 635config MAX_CPUS 636 int "Maximum number of CPUs permitted for MPC85xx" 637 default 12 if ARCH_T4240 638 default 8 if ARCH_P4080 || \ 639 ARCH_T4160 640 default 4 if ARCH_B4860 || \ 641 ARCH_P2041 || \ 642 ARCH_P3041 || \ 643 ARCH_P5040 || \ 644 ARCH_T1040 || \ 645 ARCH_T1042 || \ 646 ARCH_T2080 || \ 647 ARCH_T2081 648 default 2 if ARCH_B4420 || \ 649 ARCH_BSC9132 || \ 650 ARCH_MPC8572 || \ 651 ARCH_P1020 || \ 652 ARCH_P1021 || \ 653 ARCH_P1022 || \ 654 ARCH_P1023 || \ 655 ARCH_P1024 || \ 656 ARCH_P1025 || \ 657 ARCH_P2020 || \ 658 ARCH_P5020 || \ 659 ARCH_T1023 || \ 660 ARCH_T1024 661 default 1 662 help 663 Set this number to the maximum number of possible CPUs in the SoC. 664 SoCs may have multiple clusters with each cluster may have multiple 665 ports. If some ports are reserved but higher ports are used for 666 cores, count the reserved ports. This will allocate enough memory 667 in spin table to properly handle all cores. 668 669config SYS_CCSRBAR_DEFAULT 670 hex "Default CCSRBAR address" 671 default 0xff700000 if ARCH_BSC9131 || \ 672 ARCH_BSC9132 || \ 673 ARCH_C29X || \ 674 ARCH_MPC8536 || \ 675 ARCH_MPC8540 || \ 676 ARCH_MPC8541 || \ 677 ARCH_MPC8544 || \ 678 ARCH_MPC8548 || \ 679 ARCH_MPC8555 || \ 680 ARCH_MPC8560 || \ 681 ARCH_MPC8568 || \ 682 ARCH_MPC8569 || \ 683 ARCH_MPC8572 || \ 684 ARCH_P1010 || \ 685 ARCH_P1011 || \ 686 ARCH_P1020 || \ 687 ARCH_P1021 || \ 688 ARCH_P1022 || \ 689 ARCH_P1024 || \ 690 ARCH_P1025 || \ 691 ARCH_P2020 692 default 0xff600000 if ARCH_P1023 693 default 0xfe000000 if ARCH_B4420 || \ 694 ARCH_B4860 || \ 695 ARCH_P2041 || \ 696 ARCH_P3041 || \ 697 ARCH_P4080 || \ 698 ARCH_P5020 || \ 699 ARCH_P5040 || \ 700 ARCH_T1023 || \ 701 ARCH_T1024 || \ 702 ARCH_T1040 || \ 703 ARCH_T1042 || \ 704 ARCH_T2080 || \ 705 ARCH_T2081 || \ 706 ARCH_T4160 || \ 707 ARCH_T4240 708 default 0xe0000000 if ARCH_QEMU_E500 709 help 710 Default value of CCSRBAR comes from power-on-reset. It 711 is fixed on each SoC. Some SoCs can have different value 712 if changed by pre-boot regime. The value here must match 713 the current value in SoC. If not sure, do not change. 714 715config SYS_FSL_NUM_LAWS 716 int "Number of local access windows" 717 depends on FSL_LAW 718 default 32 if ARCH_B4420 || \ 719 ARCH_B4860 || \ 720 ARCH_P2041 || \ 721 ARCH_P3041 || \ 722 ARCH_P4080 || \ 723 ARCH_P5020 || \ 724 ARCH_P5040 || \ 725 ARCH_T2080 || \ 726 ARCH_T2081 || \ 727 ARCH_T4160 || \ 728 ARCH_T4240 729 default 16 if ARCH_T1023 || \ 730 ARCH_T1024 || \ 731 ARCH_T1040 || \ 732 ARCH_T1042 733 default 12 if ARCH_BSC9131 || \ 734 ARCH_BSC9132 || \ 735 ARCH_C29X || \ 736 ARCH_MPC8536 || \ 737 ARCH_MPC8572 || \ 738 ARCH_P1010 || \ 739 ARCH_P1011 || \ 740 ARCH_P1020 || \ 741 ARCH_P1021 || \ 742 ARCH_P1022 || \ 743 ARCH_P1023 || \ 744 ARCH_P1024 || \ 745 ARCH_P1025 || \ 746 ARCH_P2020 747 default 10 if ARCH_MPC8544 || \ 748 ARCH_MPC8548 || \ 749 ARCH_MPC8568 || \ 750 ARCH_MPC8569 751 default 8 if ARCH_MPC8540 || \ 752 ARCH_MPC8541 || \ 753 ARCH_MPC8555 || \ 754 ARCH_MPC8560 755 help 756 Number of local access windows. This is fixed per SoC. 757 If not sure, do not change. 758 759config SYS_NUM_TLBCAMS 760 int "Number of TLB CAM entries" 761 default 64 if E500MC 762 default 16 763 help 764 Number of TLB CAM entries for Book-E chips. 64 for E500MC, 765 16 for other E500 SoCs. 766 767config SYS_PPC_E500_USE_DEBUG_TLB 768 bool 769 770config SYS_PPC_E500_DEBUG_TLB 771 int "Temporary TLB entry for external debugger" 772 depends on SYS_PPC_E500_USE_DEBUG_TLB 773 default 0 if ARCH_MPC8544 || ARCH_MPC8548 774 default 1 if ARCH_MPC8536 775 default 2 if ARCH_MPC8572 || \ 776 ARCH_P1011 || \ 777 ARCH_P1020 || \ 778 ARCH_P1021 || \ 779 ARCH_P1022 || \ 780 ARCH_P1024 || \ 781 ARCH_P1025 || \ 782 ARCH_P2020 783 default 3 if ARCH_P1010 || \ 784 ARCH_BSC9132 || \ 785 ARCH_C29X 786 help 787 Select a temporary TLB entry to be used during boot to work 788 around limitations in e500v1 and e500v2 external debugger 789 support. This reduces the portions of the boot code where 790 breakpoints and single stepping do not work. The value of this 791 symbol should be set to the TLB1 entry to be used for this 792 purpose. If unsure, do not change. 793 794source "board/freescale/b4860qds/Kconfig" 795source "board/freescale/bsc9131rdb/Kconfig" 796source "board/freescale/bsc9132qds/Kconfig" 797source "board/freescale/c29xpcie/Kconfig" 798source "board/freescale/corenet_ds/Kconfig" 799source "board/freescale/mpc8536ds/Kconfig" 800source "board/freescale/mpc8540ads/Kconfig" 801source "board/freescale/mpc8541cds/Kconfig" 802source "board/freescale/mpc8544ds/Kconfig" 803source "board/freescale/mpc8548cds/Kconfig" 804source "board/freescale/mpc8555cds/Kconfig" 805source "board/freescale/mpc8560ads/Kconfig" 806source "board/freescale/mpc8568mds/Kconfig" 807source "board/freescale/mpc8569mds/Kconfig" 808source "board/freescale/mpc8572ds/Kconfig" 809source "board/freescale/p1010rdb/Kconfig" 810source "board/freescale/p1022ds/Kconfig" 811source "board/freescale/p1023rdb/Kconfig" 812source "board/freescale/p1_p2_rdb_pc/Kconfig" 813source "board/freescale/p1_twr/Kconfig" 814source "board/freescale/p2041rdb/Kconfig" 815source "board/freescale/qemu-ppce500/Kconfig" 816source "board/freescale/t102xqds/Kconfig" 817source "board/freescale/t102xrdb/Kconfig" 818source "board/freescale/t1040qds/Kconfig" 819source "board/freescale/t104xrdb/Kconfig" 820source "board/freescale/t208xqds/Kconfig" 821source "board/freescale/t208xrdb/Kconfig" 822source "board/freescale/t4qds/Kconfig" 823source "board/freescale/t4rdb/Kconfig" 824source "board/gdsys/p1022/Kconfig" 825source "board/keymile/kmp204x/Kconfig" 826source "board/sbc8548/Kconfig" 827source "board/socrates/Kconfig" 828source "board/varisys/cyrus/Kconfig" 829source "board/xes/xpedite520x/Kconfig" 830source "board/xes/xpedite537x/Kconfig" 831source "board/xes/xpedite550x/Kconfig" 832source "board/Arcturus/ucp1020/Kconfig" 833 834endmenu 835