blob: abb27c97afe9ecb1fd91420e60e039f755041b9d [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
31 help
32 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
33 Board with TSI108/9 bridge (Hickory/Holly)
Paul Mackerras14cf11a2005-09-26 16:04:21 +100034endchoice
35
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080036config TSI108_BRIDGE
37 bool
Josh Boyercb9e4d12007-05-08 07:28:38 +100038 depends on MPC7448HPC2 || PPC_HOLLY
39 select MPIC
40 select MPIC_WEIRD
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080041 default y
42
Paul Mackerras14cf11a2005-09-26 16:04:21 +100043config MPC10X_BRIDGE
44 bool
Kumar Galafd42c712007-03-16 08:46:55 -050045 depends on LINKSTATION
Paul Mackerras25635c72005-10-26 16:36:55 +100046 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100047 default y
48
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100049config MV64X60
50 bool
51
Paul Mackerras14cf11a2005-09-26 16:04:21 +100052config MPC10X_OPENPIC
53 bool
Kumar Galafd42c712007-03-16 08:46:55 -050054 depends on LINKSTATION
Paul Mackerras14cf11a2005-09-26 16:04:21 +100055 default y
56
57config MPC10X_STORE_GATHERING
58 bool "Enable MPC10x store gathering"
59 depends on MPC10X_BRIDGE