Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[pandora-kernel.git] / arch / powerpc / platforms / embedded6xx / Kconfig
1 choice
2         prompt "Machine Type"
3         depends on EMBEDDED6xx
4
5 config LINKSTATION
6         bool "Linkstation / Kurobox(HG) from Buffalo"
7         select MPIC
8         select FSL_SOC
9         select PPC_UDBG_16550 if SERIAL_8250
10         select DEFAULT_UIMAGE
11         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
18 config MPC7448HPC2
19         bool "Freescale MPC7448HPC2(Taiga)"
20         select TSI108_BRIDGE
21         select DEFAULT_UIMAGE
22         select PPC_UDBG_16550
23         help
24           Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga)
25           platform
26
27 config PPC_HOLLY
28         bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
29         select TSI108_BRIDGE
30         select PPC_UDBG_16550
31         select WANT_DEVICE_TREE
32         help
33           Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
34           Board with TSI108/9 bridge (Hickory/Holly)
35
36 config PPC_PRPMC2800
37         bool "Motorola-PrPMC2800"
38         select MV64X60
39         select NOT_COHERENT_CACHE
40         select WANT_DEVICE_TREE
41         help
42           This option enables support for the Motorola PrPMC2800 board
43 endchoice
44
45 config TSI108_BRIDGE
46         bool
47         depends on MPC7448HPC2 || PPC_HOLLY
48         select PCI
49         select MPIC
50         select MPIC_WEIRD
51         default y
52
53 config MPC10X_BRIDGE
54         bool
55         depends on LINKSTATION
56         select PPC_INDIRECT_PCI
57         default y
58
59 config MV64X60
60         bool
61         select PPC_INDIRECT_PCI
62         select CHECK_CACHE_COHERENCY
63
64 config MPC10X_OPENPIC
65         bool
66         depends on LINKSTATION
67         default y
68
69 config MPC10X_STORE_GATHERING
70         bool "Enable MPC10x store gathering"
71         depends on MPC10X_BRIDGE