aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig16
1 files changed, 6 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 34be3247fca4..330376b74c87 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -109,10 +109,6 @@ config 40x
109config 44x 109config 44x
110 bool "AMCC 44x" 110 bool "AMCC 44x"
111 111
112config PPC64BRIDGE
113 select PPC_FPU
114 bool "POWER3, POWER4 and PPC970 (G5)"
115
116config 8xx 112config 8xx
117 bool "Freescale 8xx" 113 bool "Freescale 8xx"
118 114
@@ -125,7 +121,7 @@ endchoice
125 121
126config POWER4_ONLY 122config POWER4_ONLY
127 bool "Optimize for POWER4" 123 bool "Optimize for POWER4"
128 depends on PPC64 || PPC64BRIDGE 124 depends on PPC64
129 default n 125 default n
130 ---help--- 126 ---help---
131 Cause the compiler to optimize for POWER4/POWER5/PPC970 processors. 127 Cause the compiler to optimize for POWER4/POWER5/PPC970 processors.
@@ -134,16 +130,16 @@ config POWER4_ONLY
134 130
135config POWER3 131config POWER3
136 bool 132 bool
137 depends on PPC64 || PPC64BRIDGE 133 depends on PPC64
138 default y if !POWER4_ONLY 134 default y if !POWER4_ONLY
139 135
140config POWER4 136config POWER4
141 depends on PPC64 || PPC64BRIDGE 137 depends on PPC64
142 def_bool y 138 def_bool y
143 139
144config PPC_FPU 140config PPC_FPU
145 depends on PPC32 141 bool
146 def_bool y 142 default y if PPC64
147 143
148config BOOKE 144config BOOKE
149 bool 145 bool
@@ -317,7 +313,7 @@ config PPC_BPA
317 313
318config PPC_OF 314config PPC_OF
319 bool 315 bool
320 depends on PPC_MULTIPLATFORM || PPC_ISERIES 316 depends on PPC_MULTIPLATFORM # for now
321 default y 317 default y
322 318
323config XICS 319config XICS