blob: 9557908ef54578789322cc4fd75c5da7c4d6443d [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
23 select MPIC
Zang Roy-r6191172335932006-08-25 14:16:30 +100024 select MPIC_WEIRD
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080025 help
26 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
27 platform
Paul Mackerras14cf11a2005-09-26 16:04:21 +100028endchoice
29
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080030config TSI108_BRIDGE
31 bool
32 depends on MPC7448HPC2
33 default y
34
Paul Mackerras14cf11a2005-09-26 16:04:21 +100035config MPC10X_BRIDGE
36 bool
Kumar Galafd42c712007-03-16 08:46:55 -050037 depends on LINKSTATION
Paul Mackerras25635c72005-10-26 16:36:55 +100038 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100039 default y
40
41config MPC10X_OPENPIC
42 bool
Kumar Galafd42c712007-03-16 08:46:55 -050043 depends on LINKSTATION
Paul Mackerras14cf11a2005-09-26 16:04:21 +100044 default y
45
46config MPC10X_STORE_GATHERING
47 bool "Enable MPC10x store gathering"
48 depends on MPC10X_BRIDGE