blob: 2d12f77e46bcbee9987213561cfe7c2c5a022db6 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001choice
2 prompt "Machine Type"
3 depends on EMBEDDED6xx
4
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +01005config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
7 select MPIC
8 select FSL_SOC
9 select PPC_UDBG_16550 if SERIAL_8250
Segher Boessenkool44d76312007-02-22 23:52:02 +010010 select DEFAULT_UIMAGE
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +010011 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
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080018config MPC7448HPC2
19 bool "Freescale MPC7448HPC2(Taiga)"
20 select TSI108_BRIDGE
21 select DEFAULT_UIMAGE
22 select PPC_UDBG_16550
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080023 help
24 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
25 platform
Josh Boyercb9e4d12007-05-08 07:28:38 +100026
27config PPC_HOLLY
28 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
29 select TSI108_BRIDGE
30 select PPC_UDBG_16550
Mark A. Greerb0e80202007-06-01 05:56:15 +100031 select WANT_DEVICE_TREE
Josh Boyercb9e4d12007-05-08 07:28:38 +100032 help
33 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
34 Board with TSI108/9 bridge (Hickory/Holly)
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100035
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
Paul Mackerras14cf11a2005-09-26 16:04:21 +100043endchoice
44
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080045config TSI108_BRIDGE
46 bool
Josh Boyercb9e4d12007-05-08 07:28:38 +100047 depends on MPC7448HPC2 || PPC_HOLLY
Arnd Bergmannd3c7ffa2007-06-18 01:06:58 +020048 select PCI
Josh Boyercb9e4d12007-05-08 07:28:38 +100049 select MPIC
50 select MPIC_WEIRD
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080051 default y
52
Paul Mackerras14cf11a2005-09-26 16:04:21 +100053config MPC10X_BRIDGE
54 bool
Kumar Galafd42c712007-03-16 08:46:55 -050055 depends on LINKSTATION
Paul Mackerras25635c72005-10-26 16:36:55 +100056 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100057 default y
58
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100059config MV64X60
60 bool
Dale Farnsworthe1a31072007-05-12 10:57:12 +100061 select PPC_INDIRECT_PCI
Robert P. J. Dayf8eb77d2007-07-18 08:21:29 +100062 select CHECK_CACHE_COHERENCY
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100063
Paul Mackerras14cf11a2005-09-26 16:04:21 +100064config MPC10X_OPENPIC
65 bool
Kumar Galafd42c712007-03-16 08:46:55 -050066 depends on LINKSTATION
Paul Mackerras14cf11a2005-09-26 16:04:21 +100067 default y
68
69config MPC10X_STORE_GATHERING
70 bool "Enable MPC10x store gathering"
71 depends on MPC10X_BRIDGE