diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-05 22:49:05 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-05 22:49:05 -0400 |
commit | 187a00679ad51dfb3d3e74620217417102784218 (patch) | |
tree | 86791b7ff7ec55160dd9c2daed1b53d3730e5a29 /arch/powerpc/Kconfig | |
parent | 7c8c6b9776fb41134d87ef50706a777a45d61cd4 (diff) |
powerpc: Remove 64-bit cpu support from ppc32.
These days there is no good reason to run a ppc32 kernel on a 64-bit
cpu, rather than a ppc64 kernel, so remove the config option and a
bunch of code (and ifdefs) from head.S.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 16 |
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 | |||
109 | config 44x | 109 | config 44x |
110 | bool "AMCC 44x" | 110 | bool "AMCC 44x" |
111 | 111 | ||
112 | config PPC64BRIDGE | ||
113 | select PPC_FPU | ||
114 | bool "POWER3, POWER4 and PPC970 (G5)" | ||
115 | |||
116 | config 8xx | 112 | config 8xx |
117 | bool "Freescale 8xx" | 113 | bool "Freescale 8xx" |
118 | 114 | ||
@@ -125,7 +121,7 @@ endchoice | |||
125 | 121 | ||
126 | config POWER4_ONLY | 122 | config 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 | ||
135 | config POWER3 | 131 | config 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 | ||
140 | config POWER4 | 136 | config POWER4 |
141 | depends on PPC64 || PPC64BRIDGE | 137 | depends on PPC64 |
142 | def_bool y | 138 | def_bool y |
143 | 139 | ||
144 | config PPC_FPU | 140 | config PPC_FPU |
145 | depends on PPC32 | 141 | bool |
146 | def_bool y | 142 | default y if PPC64 |
147 | 143 | ||
148 | config BOOKE | 144 | config BOOKE |
149 | bool | 145 | bool |
@@ -317,7 +313,7 @@ config PPC_BPA | |||
317 | 313 | ||
318 | config PPC_OF | 314 | config 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 | ||
323 | config XICS | 319 | config XICS |