VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / ppc / platforms / 85xx / Kconfig
1 config 85xx
2         bool
3         depends on E500
4         default y
5
6 config PPC_INDIRECT_PCI_BE
7         bool
8         depends on 85xx
9         default y
10
11 menu "Freescale 85xx options"
12         depends on E500
13
14 choice
15         prompt "Machine Type"
16         depends on 85xx
17         default MPC8540_ADS
18
19 config MPC8540_ADS
20         bool "Freescale MPC8540 ADS"
21         help
22           This option enables support for the MPC 8540 ADS evaluation board.
23
24 config MPC8555_CDS
25         bool "Freescale MPC8555 CDS"
26         help
27           This option enablese support for the MPC8555 CDS evaluation board.
28
29 config MPC8560_ADS
30         bool "Freescale MPC8560 ADS"
31         help
32           This option enables support for the MPC 8560 ADS evaluation board.
33
34 config SBC8560
35         bool "WindRiver PowerQUICC III SBC8560"
36         help
37           This option enables support for the WindRiver PowerQUICC III 
38           SBC8560 board.
39
40 endchoice
41
42 # It's often necessary to know the specific 85xx processor type.
43 # Fortunately, it is implied (so far) from the board type, so we
44 # don't need to ask more redundant questions.
45 config MPC8540
46         bool
47         depends on MPC8540_ADS
48         default y
49
50 config MPC8555
51         bool
52         depends on MPC8555_CDS
53         default y
54
55 config MPC8560
56         bool
57         depends on SBC8560 || MPC8560_ADS
58         default y
59
60 config 85xx_PCI2
61         bool "Supprt for 2nd PCI host controller"
62         depends on MPC8555_CDS
63         default y
64
65 config FSL_OCP
66         bool
67         depends on 85xx
68         default y
69
70 config PPC_GEN550
71         bool
72         depends on MPC8540 || SBC8560 || MPC8555
73         default y
74
75 endmenu