This commit was manufactured by cvs2svn to create branch 'vserver'.
[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 "MPC8540ADS"
21         help
22           This option enables support for the MPC 8540 ADS evaluation board.
23
24 endchoice
25
26 # It's often necessary to know the specific 85xx processor type.
27 # Fortunately, it is implied (so far) from the board type, so we
28 # don't need to ask more redundant questions.
29 config MPC8540
30         bool
31         depends on MPC8540_ADS
32         default y
33
34 config FSL_OCP
35         bool
36         depends on 85xx
37         default y
38
39 config PPC_GEN550
40         bool
41         depends on MPC8540
42         default y
43
44 endmenu