Merge branch 'ppc-fixes' of git://git.bocc.de/dbox2 into for-2.6.24
[pandora-kernel.git] / arch / powerpc / platforms / embedded6xx / Kconfig
1 config EMBEDDED6xx
2         bool "Embedded 6xx/7xx/7xxx-based boards"
3         depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM
4
5 config LINKSTATION
6         bool "Linkstation / Kurobox(HG) from Buffalo"
7         depends on EMBEDDED6xx
8         select MPIC
9         select FSL_SOC
10         select PPC_UDBG_16550 if SERIAL_8250
11         select DEFAULT_UIMAGE
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
19 config MPC7448HPC2
20         bool "Freescale MPC7448HPC2(Taiga)"
21         depends on EMBEDDED6xx
22         select TSI108_BRIDGE
23         select DEFAULT_UIMAGE
24         select PPC_UDBG_16550
25         help
26           Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
27           platform
28
29 config PPC_HOLLY
30         bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
31         depends on EMBEDDED6xx
32         select TSI108_BRIDGE
33         select PPC_UDBG_16550
34         select WANT_DEVICE_TREE
35         help
36           Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
37           Board with TSI108/9 bridge (Hickory/Holly)
38
39 config PPC_PRPMC2800
40         bool "Motorola-PrPMC2800"
41         depends on EMBEDDED6xx
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
47
48 config TSI108_BRIDGE
49         bool
50         depends on MPC7448HPC2 || PPC_HOLLY
51         select PCI
52         select MPIC
53         select MPIC_WEIRD
54         default y
55
56 config MPC10X_BRIDGE
57         bool
58         depends on LINKSTATION
59         select PPC_INDIRECT_PCI
60         default y
61
62 config MV64X60
63         bool
64         select PPC_INDIRECT_PCI
65         select CHECK_CACHE_COHERENCY
66
67 config MPC10X_OPENPIC
68         bool
69         depends on LINKSTATION
70         default y
71
72 config MPC10X_STORE_GATHERING
73         bool "Enable MPC10x store gathering"
74         depends on MPC10X_BRIDGE