Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[pandora-kernel.git] / arch / powerpc / platforms / 85xx / Kconfig
1 menu "Platform support"
2         depends on PPC_85xx
3
4 choice
5         prompt "Machine Type"
6         default MPC8540_ADS
7
8 config MPC8540_ADS
9         bool "Freescale MPC8540 ADS"
10         select DEFAULT_UIMAGE
11         help
12           This option enables support for the MPC 8540 ADS board
13
14 config MPC8560_ADS
15         bool "Freescale MPC8560 ADS"
16         select DEFAULT_UIMAGE
17         help
18           This option enables support for the MPC 8560 ADS board
19
20 config MPC85xx_CDS
21         bool "Freescale MPC85xx CDS"
22         select DEFAULT_UIMAGE
23         help
24           This option enables support for the MPC85xx CDS board
25
26 endchoice
27
28 config MPC8540
29         bool
30         select PPC_UDBG_16550
31         select PPC_INDIRECT_PCI
32         default y if MPC8540_ADS || MPC85xx_CDS
33
34 config MPC8560
35         bool
36         select PPC_INDIRECT_PCI
37         default y if MPC8560_ADS
38
39 config PPC_INDIRECT_PCI_BE
40         bool
41         depends on PPC_85xx
42         default y
43
44 config MPIC
45         bool
46         default y
47
48 config CPM2
49         bool
50         depends on MPC8560
51         default y
52         help
53           The CPM2 (Communications Processor Module) is a coprocessor on
54           embedded CPUs made by Motorola.  Selecting this option means that
55           you wish to build a kernel for a machine with a CPM2 coprocessor
56           on it.
57
58 endmenu