1config EMBEDDED6xx 2 bool "Embedded 6xx/7xx/7xxx-based boards" 3 depends on 6xx && BROKEN_ON_SMP 4 5config LINKSTATION 6 bool "Linkstation / Kurobox(HG) from Buffalo" 7 depends on EMBEDDED6xx 8 select MPIC 9 select FSL_SOC 10 select PPC_UDBG_16550 if SERIAL_8250 11 select DEFAULT_UIMAGE 12 select MPC10X_OPENPIC 13 select MPC10X_BRIDGE 14 help 15 Select LINKSTATION if configuring for one of PPC- (MPC8241) 16 based NAS systems from Buffalo Technology. So far only 17 KuroboxHG has been tested. In the future classical Kurobox, 18 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based 19 Terastation systems should be supported too. 20 21config STORCENTER 22 bool "IOMEGA StorCenter" 23 depends on EMBEDDED6xx 24 select MPIC 25 select FSL_SOC 26 select PPC_UDBG_16550 if SERIAL_8250 27 select MPC10X_OPENPIC 28 select MPC10X_BRIDGE 29 help 30 Select STORCENTER if configuring for the iomega StorCenter 31 with an 8241 CPU in it. 32 33config MPC7448HPC2 34 bool "Freescale MPC7448HPC2(Taiga)" 35 depends on EMBEDDED6xx 36 select TSI108_BRIDGE 37 select DEFAULT_UIMAGE 38 select PPC_UDBG_16550 39 select TSI108_BRIDGE 40 help 41 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) 42 platform 43 44config PPC_HOLLY 45 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" 46 depends on EMBEDDED6xx 47 select TSI108_BRIDGE 48 select PPC_UDBG_16550 49 select TSI108_BRIDGE 50 help 51 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval 52 Board with TSI108/9 bridge (Hickory/Holly) 53 54config PPC_PRPMC2800 55 bool "Motorola-PrPMC2800" 56 depends on EMBEDDED6xx 57 select MV64X60 58 select NOT_COHERENT_CACHE 59 help 60 This option enables support for the Motorola PrPMC2800 board 61 62config PPC_C2K 63 bool "SBS/GEFanuc C2K board" 64 depends on EMBEDDED6xx 65 select MV64X60 66 select NOT_COHERENT_CACHE 67 select MTD_CFI_I4 68 help 69 This option enables support for the GE Fanuc C2K board (formerly 70 an SBS board). 71 72config TSI108_BRIDGE 73 bool 74 select PCI 75 select MPIC 76 select MPIC_WEIRD 77 78config MPC10X_BRIDGE 79 bool 80 select PPC_INDIRECT_PCI 81 82config MV64X60 83 bool 84 select PPC_INDIRECT_PCI 85 select CHECK_CACHE_COHERENCY 86 87config MPC10X_OPENPIC 88 bool 89 90config MPC10X_STORE_GATHERING 91 bool "Enable MPC10x store gathering" 92 depends on MPC10X_BRIDGE 93 94config GAMECUBE_COMMON 95 bool 96 97config USBGECKO_UDBG 98 bool "USB Gecko udbg console for the Nintendo GameCube/Wii" 99 depends on GAMECUBE_COMMON 100 help 101 If you say yes to this option, support will be included for the 102 USB Gecko adapter as an udbg console. 103 The USB Gecko is a EXI to USB Serial converter that can be plugged 104 into a memcard slot in the Nintendo GameCube/Wii. 105 106 This driver bypasses the EXI layer completely. 107 108 If in doubt, say N here. 109 110config GAMECUBE 111 bool "Nintendo-GameCube" 112 depends on EMBEDDED6xx 113 select GAMECUBE_COMMON 114 help 115 Select GAMECUBE if configuring for the Nintendo GameCube. 116 More information at: <http://gc-linux.sourceforge.net/> 117 118config WII 119 bool "Nintendo-Wii" 120 depends on EMBEDDED6xx 121 select GAMECUBE_COMMON 122 help 123 Select WII if configuring for the Nintendo Wii. 124 More information at: <http://gc-linux.sourceforge.net/> 125 126