blob: da66103009c67c8693eb1a494d1313babd5b4756 [file] [log] [blame]
Arnd Bergmanna35e3702007-08-30 09:11:24 +10001config EMBEDDED6xx
2 bool "Embedded 6xx/7xx/7xxx-based boards"
3 depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM
Paul Mackerras14cf11a2005-09-26 16:04:21 +10004
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +01005config LINKSTATION
6 bool "Linkstation / Kurobox(HG) from Buffalo"
Arnd Bergmanna35e3702007-08-30 09:11:24 +10007 depends on EMBEDDED6xx
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +01008 select MPIC
9 select FSL_SOC
10 select PPC_UDBG_16550 if SERIAL_8250
Segher Boessenkool44d76312007-02-22 23:52:02 +010011 select DEFAULT_UIMAGE
Guennadi Liakhovetski04d76b92006-12-01 22:53:48 +010012 help
13 Select LINKSTATION if configuring for one of PPC- (MPC8241)
14 based NAS systems from Buffalo Technology. So far only
15 KuroboxHG has been tested. In the future classical Kurobox,
16 Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based
17 Terastation systems should be supported too.
18
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080019config MPC7448HPC2
20 bool "Freescale MPC7448HPC2(Taiga)"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100021 depends on EMBEDDED6xx
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080022 select TSI108_BRIDGE
23 select DEFAULT_UIMAGE
24 select PPC_UDBG_16550
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080025 help
26 Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
27 platform
Josh Boyercb9e4d12007-05-08 07:28:38 +100028
29config PPC_HOLLY
30 bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100031 depends on EMBEDDED6xx
Josh Boyercb9e4d12007-05-08 07:28:38 +100032 select TSI108_BRIDGE
33 select PPC_UDBG_16550
Mark A. Greerb0e80202007-06-01 05:56:15 +100034 select WANT_DEVICE_TREE
Josh Boyercb9e4d12007-05-08 07:28:38 +100035 help
36 Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
37 Board with TSI108/9 bridge (Hickory/Holly)
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100038
39config PPC_PRPMC2800
40 bool "Motorola-PrPMC2800"
Arnd Bergmanna35e3702007-08-30 09:11:24 +100041 depends on EMBEDDED6xx
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +100042 select MV64X60
43 select NOT_COHERENT_CACHE
44 select WANT_DEVICE_TREE
45 help
46 This option enables support for the Motorola PrPMC2800 board
Paul Mackerras14cf11a2005-09-26 16:04:21 +100047
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080048config TSI108_BRIDGE
49 bool
Josh Boyercb9e4d12007-05-08 07:28:38 +100050 depends on MPC7448HPC2 || PPC_HOLLY
Arnd Bergmannd3c7ffa2007-06-18 01:06:58 +020051 select PCI
Josh Boyercb9e4d12007-05-08 07:28:38 +100052 select MPIC
53 select MPIC_WEIRD
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080054 default y
55
Paul Mackerras14cf11a2005-09-26 16:04:21 +100056config MPC10X_BRIDGE
57 bool
Kumar Galafd42c712007-03-16 08:46:55 -050058 depends on LINKSTATION
Paul Mackerras25635c72005-10-26 16:36:55 +100059 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100060 default y
61
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100062config MV64X60
63 bool
Dale Farnsworthe1a31072007-05-12 10:57:12 +100064 select PPC_INDIRECT_PCI
Robert P. J. Dayf8eb77d2007-07-18 08:21:29 +100065 select CHECK_CACHE_COHERENCY
Dale Farnsworth52d3aff2007-05-12 10:55:53 +100066
Paul Mackerras14cf11a2005-09-26 16:04:21 +100067config MPC10X_OPENPIC
68 bool
Kumar Galafd42c712007-03-16 08:46:55 -050069 depends on LINKSTATION
Paul Mackerras14cf11a2005-09-26 16:04:21 +100070 default y
71
72config MPC10X_STORE_GATHERING
73 bool "Enable MPC10x store gathering"
74 depends on MPC10X_BRIDGE