1choice 2 prompt "Machine Type" 3 depends on EMBEDDED6xx 4 5config LINKSTATION 6 bool "Linkstation / Kurobox(HG) from Buffalo" 7 select MPIC 8 select FSL_SOC 9 select PPC_UDBG_16550 if SERIAL_8250 10 select DEFAULT_UIMAGE 11 help 12 Select LINKSTATION if configuring for one of PPC- (MPC8241) 13 based NAS systems from Buffalo Technology. So far only 14 KuroboxHG has been tested. In the future classical Kurobox, 15 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based 16 Terastation systems should be supported too. 17 18config MPC7448HPC2 19 bool "Freescale MPC7448HPC2(Taiga)" 20 select TSI108_BRIDGE 21 select DEFAULT_UIMAGE 22 select PPC_UDBG_16550 23 help 24 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) 25 platform 26 27config PPC_HOLLY 28 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" 29 select TSI108_BRIDGE 30 select PPC_UDBG_16550 31 select WANT_DEVICE_TREE 32 help 33 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval 34 Board with TSI108/9 bridge (Hickory/Holly) 35 36config PPC_PRPMC2800 37 bool "Motorola-PrPMC2800" 38 select MV64X60 39 select NOT_COHERENT_CACHE 40 select WANT_DEVICE_TREE 41 help 42 This option enables support for the Motorola PrPMC2800 board 43endchoice 44 45config TSI108_BRIDGE 46 bool 47 depends on MPC7448HPC2 || PPC_HOLLY 48 select PCI 49 select MPIC 50 select MPIC_WEIRD 51 default y 52 53config MPC10X_BRIDGE 54 bool 55 depends on LINKSTATION 56 select PPC_INDIRECT_PCI 57 default y 58 59config MV64X60 60 bool 61 select PPC_INDIRECT_PCI 62 select CHECK_CACHE_COHERENCY 63 64config MPC10X_OPENPIC 65 bool 66 depends on LINKSTATION 67 default y 68 69config MPC10X_STORE_GATHERING 70 bool "Enable MPC10x store gathering" 71 depends on MPC10X_BRIDGE 72