aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-04-12 18:44:07 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-04-12 18:44:07 -0400
commitdb9478086dc9c8b46b19f5308c49caff773110ff (patch)
tree5992b054ae9b6f5aa0066cd6ef2927969bdca74e /arch/powerpc/platforms/85xx
parentc8a55f3ddaa725a171385d9ffb416b183243856e (diff)
[POWERPC] Convert 85xx platform to unified platform Kconfig
Moved 85xx platform Kconfig over to being sourced by the unified arch/powerpc/platforms/Kconfig. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig29
1 files changed, 4 insertions, 25 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 124e2c595972..c79ae86c49c5 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -1,8 +1,6 @@
1menu "Platform support"
2 depends on PPC_85xx
3
4choice 1choice
5 prompt "Machine Type" 2 prompt "Machine Type"
3 depends on PPC_85xx
6 default MPC8540_ADS 4 default MPC8540_ADS
7 5
8config MPC8540_ADS 6config MPC8540_ADS
@@ -46,33 +44,14 @@ config MPC8540
46 44
47config MPC8560 45config MPC8560
48 bool 46 bool
49 select PPC_INDIRECT_PCI 47 select CPM2
50 default y if MPC8560_ADS 48 default y if MPC8560_ADS
51 49
52config MPC85xx 50config MPC85xx
53 bool 51 bool
54 select PPC_UDBG_16550 52 select PPC_UDBG_16550
55 select PPC_INDIRECT_PCI 53 select PPC_INDIRECT_PCI
54 select PPC_INDIRECT_PCI_BE
55 select MPIC
56 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ 56 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
57 || MPC85xx_MDS || MPC8544_DS 57 || MPC85xx_MDS || MPC8544_DS
58
59config PPC_INDIRECT_PCI_BE
60 bool
61 depends on PPC_85xx
62 default y
63
64config MPIC
65 bool
66 default y
67
68config CPM2
69 bool
70 depends on MPC8560
71 default y
72 help
73 The CPM2 (Communications Processor Module) is a coprocessor on
74 embedded CPUs made by Motorola. Selecting this option means that
75 you wish to build a kernel for a machine with a CPM2 coprocessor
76 on it.
77
78endmenu