Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
[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 config MPC85xx_MDS
27         bool "Freescale MPC85xx MDS"
28         select DEFAULT_UIMAGE
29 #       select QUICC_ENGINE
30         help
31           This option enables support for the MPC85xx MDS board
32
33 endchoice
34
35 config MPC8540
36         bool
37         select PPC_UDBG_16550
38         select PPC_INDIRECT_PCI
39         default y if MPC8540_ADS || MPC85xx_CDS
40
41 config MPC8560
42         bool
43         select PPC_INDIRECT_PCI
44         default y if MPC8560_ADS
45
46 config MPC85xx
47         bool
48         select PPC_UDBG_16550
49         select PPC_INDIRECT_PCI
50         default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS || MPC85xx_MDS
51
52 config PPC_INDIRECT_PCI_BE
53         bool
54         depends on PPC_85xx
55         default y
56
57 config MPIC
58         bool
59         default y
60
61 config CPM2
62         bool
63         depends on MPC8560
64         default y
65         help
66           The CPM2 (Communications Processor Module) is a coprocessor on
67           embedded CPUs made by Motorola.  Selecting this option means that
68           you wish to build a kernel for a machine with a CPM2 coprocessor
69           on it.
70
71 endmenu