aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2007-04-23 18:42:11 -0400
committerPaul Mackerras <paulus@samba.org>2007-04-23 18:42:11 -0400
commit445c9b5507b9d09a2e9b0b4dbb16517708aa40e6 (patch)
treed985e54552bebdf8ec1a7e4a0ed4cd289d9428ac /arch/powerpc/platforms/85xx/Kconfig
parent390cbb56a731546edc0f35fbc4c5045676467581 (diff)
parent98750261fbf6348517ef517f617014de8238475f (diff)
Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-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 329fcd48669..629926e01e9 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,34 +44,15 @@ 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 select SERIAL_8250_SHARE_IRQ if SERIAL_8250 56 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
57 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ 57 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
58 || MPC85xx_MDS || MPC8544_DS 58 || MPC85xx_MDS || MPC8544_DS
59
60config PPC_INDIRECT_PCI_BE
61 bool
62 depends on PPC_85xx
63 default y
64
65config MPIC
66 bool
67 default y
68
69config CPM2
70 bool
71 depends on MPC8560
72 default y
73 help
74 The CPM2 (Communications Processor Module) is a coprocessor on
75 embedded CPUs made by Motorola. Selecting this option means that
76 you wish to build a kernel for a machine with a CPM2 coprocessor
77 on it.
78
79endmenu