1config PPC_86xx 2menuconfig PPC_86xx 3 bool "86xx-based boards" 4 depends on 6xx 5 select FSL_SOC 6 select ALTIVEC 7 select ARCH_WANT_OPTIONAL_GPIOLIB 8 help 9 The Freescale E600 SoCs have 74xx cores. 10 11if PPC_86xx 12 13config MPC8641_HPCN 14 bool "Freescale MPC8641 HPCN" 15 select PPC_I8259 16 select DEFAULT_UIMAGE 17 select FSL_ULI1575 if PCI 18 select HAS_RAPIDIO 19 select SWIOTLB 20 help 21 This option enables support for the MPC8641 HPCN board. 22 23config SBC8641D 24 bool "Wind River SBC8641D" 25 select DEFAULT_UIMAGE 26 help 27 This option enables support for the WRS SBC8641D board. 28 29config MPC8610_HPCD 30 bool "Freescale MPC8610 HPCD" 31 select DEFAULT_UIMAGE 32 select FSL_ULI1575 if PCI 33 help 34 This option enables support for the MPC8610 HPCD board. 35 36config GEF_PPC9A 37 bool "GE PPC9A" 38 select DEFAULT_UIMAGE 39 select MMIO_NVRAM 40 select ARCH_REQUIRE_GPIOLIB 41 select GE_FPGA 42 help 43 This option enables support for the GE PPC9A. 44 45config GEF_SBC310 46 bool "GE SBC310" 47 select DEFAULT_UIMAGE 48 select MMIO_NVRAM 49 select ARCH_REQUIRE_GPIOLIB 50 select GE_FPGA 51 help 52 This option enables support for the GE SBC310. 53 54config GEF_SBC610 55 bool "GE SBC610" 56 select DEFAULT_UIMAGE 57 select MMIO_NVRAM 58 select ARCH_REQUIRE_GPIOLIB 59 select GE_FPGA 60 select HAS_RAPIDIO 61 help 62 This option enables support for the GE SBC610. 63 64endif 65 66config MPC8641 67 bool 68 select PPC_PCI_CHOICE 69 select FSL_PCI if PCI 70 select PPC_UDBG_16550 71 select MPIC 72 default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A 73 74config MPC8610 75 bool 76 select PPC_PCI_CHOICE 77 select FSL_PCI if PCI 78 select PPC_UDBG_16550 79 select MPIC 80 default y if MPC8610_HPCD 81