aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorBecky Bruce <bgill@freescale.com>2006-01-14 17:57:39 -0500
committerPaul Mackerras <paulus@samba.org>2006-01-20 00:11:06 -0500
commit63dafe5728e7354bc3f15bd49f13f1f9a433e8fb (patch)
tree51ca2135b5c5952d79a636e91f9db9efde9bfe43 /arch/powerpc/Kconfig
parent837e9594fc3cb9a06bddd7ecf66151334a2e13d2 (diff)
[PATCH] powerpc: Updated Initial MPC8540 ADS port with OF Flat Dev
Updated patch for support for mpc8540_ads in arch/powerpc with a flat OF device tree. This patch does not yet support PCI or I2C. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig23
1 files changed, 17 insertions, 6 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index df338c5cc910..8aa39d073dfe 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -121,6 +121,12 @@ config PPC_83xx
121 select 83xx 121 select 83xx
122 select PPC_FPU 122 select PPC_FPU
123 123
124config PPC_85xx
125 bool "Freescale 85xx"
126 select E500
127 select FSL_SOC
128 select 85xx
129
124config 40x 130config 40x
125 bool "AMCC 40x" 131 bool "AMCC 40x"
126 132
@@ -133,8 +139,6 @@ config 8xx
133config E200 139config E200
134 bool "Freescale e200" 140 bool "Freescale e200"
135 141
136config E500
137 bool "Freescale e500"
138endchoice 142endchoice
139 143
140config POWER4_ONLY 144config POWER4_ONLY
@@ -162,6 +166,13 @@ config 6xx
162config 83xx 166config 83xx
163 bool 167 bool
164 168
169# this is temp to handle compat with arch=ppc
170config 85xx
171 bool
172
173config E500
174 bool
175
165config PPC_FPU 176config PPC_FPU
166 bool 177 bool
167 default y if PPC64 178 default y if PPC64
@@ -211,6 +222,7 @@ config ALTIVEC
211config SPE 222config SPE
212 bool "SPE Support" 223 bool "SPE Support"
213 depends on E200 || E500 224 depends on E200 || E500
225 default y
214 ---help--- 226 ---help---
215 This option enables kernel support for the Signal Processing 227 This option enables kernel support for the Signal Processing
216 Extensions (SPE) to the PowerPC processor. The kernel currently 228 Extensions (SPE) to the PowerPC processor. The kernel currently
@@ -728,13 +740,12 @@ config GENERIC_ISA_DMA
728 740
729config PPC_I8259 741config PPC_I8259
730 bool 742 bool
731 default y if 85xx
732 default n 743 default n
733 744
734config PPC_INDIRECT_PCI 745config PPC_INDIRECT_PCI
735 bool 746 bool
736 depends on PCI 747 depends on PCI
737 default y if 40x || 44x || 85xx 748 default y if 40x || 44x
738 default n 749 default n
739 750
740config EISA 751config EISA
@@ -751,8 +762,8 @@ config MCA
751 bool 762 bool
752 763
753config PCI 764config PCI
754 bool "PCI support" if 40x || CPM2 || PPC_83xx || 85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) 765 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES)
755 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !85xx 766 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx
756 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS 767 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
757 default PCI_QSPAN if !4xx && !CPM2 && 8xx 768 default PCI_QSPAN if !4xx && !CPM2 && 8xx
758 help 769 help