This commit was manufactured by cvs2svn to create tag
[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 config SBC8560
25         bool "WindRiver PowerQUICC III SBC8560"
26         help
27           This option enables support for the WindRiver PowerQUICC III 
28           SBC8560 board.
29
30 endchoice
31
32 # It's often necessary to know the specific 85xx processor type.
33 # Fortunately, it is implied (so far) from the board type, so we
34 # don't need to ask more redundant questions.
35 config MPC8540
36         bool
37         depends on MPC8540_ADS
38         default y
39
40 config MPC8560
41         bool
42         depends on SBC8560
43         default y
44
45 config FSL_OCP
46         bool
47         depends on 85xx
48         default y
49
50 config PPC_GEN550
51         bool
52         depends on MPC8540 || SBC8560
53         default y
54
55 endmenu