Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-drm-fsl-dcu.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         help
32           Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
33           Board with TSI108/9 bridge (Hickory/Holly)
34 endchoice
35
36 config TSI108_BRIDGE
37         bool
38         depends on MPC7448HPC2 || PPC_HOLLY
39         select MPIC
40         select MPIC_WEIRD
41         default y
42
43 config MPC10X_BRIDGE
44         bool
45         depends on LINKSTATION
46         select PPC_INDIRECT_PCI
47         default y
48
49 config MPC10X_OPENPIC
50         bool
51         depends on LINKSTATION
52         default y
53
54 config MPC10X_STORE_GATHERING
55         bool "Enable MPC10x store gathering"
56         depends on MPC10X_BRIDGE