Arnd Bergmann | a35e370 | 2007-08-30 09:11:24 +1000 | [diff] [blame^] | 1 | config EMBEDDED6xx |
| 2 | bool "Embedded 6xx/7xx/7xxx-based boards" |
| 3 | depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 4 | |
Guennadi Liakhovetski | 04d76b9 | 2006-12-01 22:53:48 +0100 | [diff] [blame] | 5 | config LINKSTATION |
| 6 | bool "Linkstation / Kurobox(HG) from Buffalo" |
Arnd Bergmann | a35e370 | 2007-08-30 09:11:24 +1000 | [diff] [blame^] | 7 | depends on EMBEDDED6xx |
Guennadi Liakhovetski | 04d76b9 | 2006-12-01 22:53:48 +0100 | [diff] [blame] | 8 | select MPIC |
| 9 | select FSL_SOC |
| 10 | select PPC_UDBG_16550 if SERIAL_8250 |
Segher Boessenkool | 44d7631 | 2007-02-22 23:52:02 +0100 | [diff] [blame] | 11 | select DEFAULT_UIMAGE |
Guennadi Liakhovetski | 04d76b9 | 2006-12-01 22:53:48 +0100 | [diff] [blame] | 12 | 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-r61911 | c5d5633 | 2006-06-13 15:07:15 +0800 | [diff] [blame] | 19 | config MPC7448HPC2 |
| 20 | bool "Freescale MPC7448HPC2(Taiga)" |
Arnd Bergmann | a35e370 | 2007-08-30 09:11:24 +1000 | [diff] [blame^] | 21 | depends on EMBEDDED6xx |
Zang Roy-r61911 | c5d5633 | 2006-06-13 15:07:15 +0800 | [diff] [blame] | 22 | select TSI108_BRIDGE |
| 23 | select DEFAULT_UIMAGE |
| 24 | select PPC_UDBG_16550 |
Zang Roy-r61911 | c5d5633 | 2006-06-13 15:07:15 +0800 | [diff] [blame] | 25 | help |
| 26 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
| 27 | platform |
Josh Boyer | cb9e4d1 | 2007-05-08 07:28:38 +1000 | [diff] [blame] | 28 | |
| 29 | config PPC_HOLLY |
| 30 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" |
Arnd Bergmann | a35e370 | 2007-08-30 09:11:24 +1000 | [diff] [blame^] | 31 | depends on EMBEDDED6xx |
Josh Boyer | cb9e4d1 | 2007-05-08 07:28:38 +1000 | [diff] [blame] | 32 | select TSI108_BRIDGE |
| 33 | select PPC_UDBG_16550 |
Mark A. Greer | b0e8020 | 2007-06-01 05:56:15 +1000 | [diff] [blame] | 34 | select WANT_DEVICE_TREE |
Josh Boyer | cb9e4d1 | 2007-05-08 07:28:38 +1000 | [diff] [blame] | 35 | help |
| 36 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval |
| 37 | Board with TSI108/9 bridge (Hickory/Holly) |
Dale Farnsworth | fd4ba7e | 2007-05-12 10:58:43 +1000 | [diff] [blame] | 38 | |
| 39 | config PPC_PRPMC2800 |
| 40 | bool "Motorola-PrPMC2800" |
Arnd Bergmann | a35e370 | 2007-08-30 09:11:24 +1000 | [diff] [blame^] | 41 | depends on EMBEDDED6xx |
Dale Farnsworth | fd4ba7e | 2007-05-12 10:58:43 +1000 | [diff] [blame] | 42 | 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 Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 47 | |
Zang Roy-r61911 | c5d5633 | 2006-06-13 15:07:15 +0800 | [diff] [blame] | 48 | config TSI108_BRIDGE |
| 49 | bool |
Josh Boyer | cb9e4d1 | 2007-05-08 07:28:38 +1000 | [diff] [blame] | 50 | depends on MPC7448HPC2 || PPC_HOLLY |
Arnd Bergmann | d3c7ffa | 2007-06-18 01:06:58 +0200 | [diff] [blame] | 51 | select PCI |
Josh Boyer | cb9e4d1 | 2007-05-08 07:28:38 +1000 | [diff] [blame] | 52 | select MPIC |
| 53 | select MPIC_WEIRD |
Zang Roy-r61911 | c5d5633 | 2006-06-13 15:07:15 +0800 | [diff] [blame] | 54 | default y |
| 55 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 56 | config MPC10X_BRIDGE |
| 57 | bool |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 58 | depends on LINKSTATION |
Paul Mackerras | 25635c7 | 2005-10-26 16:36:55 +1000 | [diff] [blame] | 59 | select PPC_INDIRECT_PCI |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 60 | default y |
| 61 | |
Dale Farnsworth | 52d3aff | 2007-05-12 10:55:53 +1000 | [diff] [blame] | 62 | config MV64X60 |
| 63 | bool |
Dale Farnsworth | e1a3107 | 2007-05-12 10:57:12 +1000 | [diff] [blame] | 64 | select PPC_INDIRECT_PCI |
Robert P. J. Day | f8eb77d | 2007-07-18 08:21:29 +1000 | [diff] [blame] | 65 | select CHECK_CACHE_COHERENCY |
Dale Farnsworth | 52d3aff | 2007-05-12 10:55:53 +1000 | [diff] [blame] | 66 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 67 | config MPC10X_OPENPIC |
| 68 | bool |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 69 | depends on LINKSTATION |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 70 | default y |
| 71 | |
| 72 | config MPC10X_STORE_GATHERING |
| 73 | bool "Enable MPC10x store gathering" |
| 74 | depends on MPC10X_BRIDGE |