blob: 30fd01de6bed5d93cb83fb380787c2a3586ccdd6 [file] [log] [blame]
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +10001config PPC64
2 bool "64-bit kernel"
3 default n
4 help
5 This option selects whether a 32-bit or a 64-bit kernel
6 will be built.
7
8menu "Processor support"
9choice
10 prompt "Processor Type"
11 depends on PPC32
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100012 help
Arnd Bergmannb9fd3052007-06-18 01:06:52 +020013 There are five families of 32 bit PowerPC chips supported.
14 The most common ones are the desktop and server CPUs (601, 603,
15 604, 740, 750, 74xx) CPUs from Freescale and IBM, with their
John Rigbye177edc2008-01-29 04:28:53 +110016 embedded 512x/52xx/82xx/83xx/86xx counterparts.
Arnd Bergmannb9fd3052007-06-18 01:06:52 +020017 The other embeeded parts, namely 4xx, 8xx, e200 (55xx) and e500
18 (85xx) each form a family of their own that is not compatible
19 with the others.
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100020
Arnd Bergmannb9fd3052007-06-18 01:06:52 +020021 If unsure, select 52xx/6xx/7xx/74xx/82xx/83xx/86xx.
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100022
Benjamin Herrenschmidt48c93112009-06-14 14:45:50 +000023config PPC_BOOK3S_32
John Rigbye177edc2008-01-29 04:28:53 +110024 bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100025 select PPC_FPU
26
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100027config PPC_85xx
28 bool "Freescale 85xx"
29 select E500
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100030
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100031config PPC_8xx
32 bool "Freescale 8xx"
33 select FSL_SOC
34 select 8xx
Sylvain Munaut1088a202007-09-16 20:53:25 +100035 select PPC_LIB_RHEAP
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100036
37config 40x
38 bool "AMCC 40x"
39 select PPC_DCR_NATIVE
Benjamin Herrenschmidt9dae8af2007-12-21 15:39:26 +110040 select PPC_UDBG_16550
Stefan Roese93173ce2008-03-28 01:43:31 +110041 select 4xx_SOC
John Rigbyb5005632008-06-26 11:07:56 -060042 select PPC_PCI_CHOICE
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100043
44config 44x
Dave Kleikampe7f75ad2010-03-05 10:43:12 +000045 bool "AMCC 44x, 46x or 47x"
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100046 select PPC_DCR_NATIVE
Valentine Barshak1d5499b2007-10-18 22:55:13 +100047 select PPC_UDBG_16550
Stefan Roese93173ce2008-03-28 01:43:31 +110048 select 4xx_SOC
John Rigbyb5005632008-06-26 11:07:56 -060049 select PPC_PCI_CHOICE
Becky Bruce4ee70842008-09-24 11:01:24 -050050 select PHYS_64BIT
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +100051
52config E200
53 bool "Freescale e200"
54
55endchoice
56
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +000057choice
58 prompt "Processor Type"
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +000059 depends on PPC64
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +000060 help
61 There are two families of 64 bit PowerPC chips supported.
62 The most common ones are the desktop and server CPUs
63 (POWER3, RS64, POWER4, POWER5, POWER5+, POWER6, ...)
64
65 The other are the "embedded" processors compliant with the
66 "Book 3E" variant of the architecture
67
68config PPC_BOOK3S_64
69 bool "Server processors"
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +000070 select PPC_FPU
Kumar Gala5adfd342011-07-13 05:00:41 +000071 select PPC_HAVE_PMU_SUPPORT
Becky Bruce41151e72011-06-28 09:54:48 +000072 select SYS_SUPPORTS_HUGETLBFS
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +000073
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +000074config PPC_BOOK3E_64
75 bool "Embedded processors"
76 select PPC_FPU # Make it a choice ?
Milton Miller1ece3552011-05-10 19:29:42 +000077 select PPC_SMP_MUXED_IPI
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +000078
79endchoice
80
Anton Blanchardd23c6fb2012-04-17 18:45:28 +000081choice
82 prompt "CPU selection"
83 depends on PPC64
84 default GENERIC_CPU
85 help
86 This will create a kernel which is optimised for a particular CPU.
87 The resulting kernel may not run on other CPUs, so use this with care.
88
89 If unsure, select Generic.
90
91config GENERIC_CPU
92 bool "Generic"
93
94config CELL_CPU
95 bool "Cell Broadband Engine"
96
97config POWER4_CPU
98 bool "POWER4"
99
100config POWER5_CPU
101 bool "POWER5"
102
103config POWER6_CPU
104 bool "POWER6"
105
106config POWER7_CPU
107 bool "POWER7"
108
109endchoice
110
Benjamin Herrenschmidt48c93112009-06-14 14:45:50 +0000111config PPC_BOOK3S
112 def_bool y
113 depends on PPC_BOOK3S_32 || PPC_BOOK3S_64
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +0000114
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +0000115config PPC_BOOK3E
116 def_bool y
117 depends on PPC_BOOK3E_64
118
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +0000119config 6xx
120 def_bool y
121 depends on PPC32 && PPC_BOOK3S
Paul Mackerras73259272009-06-17 21:53:51 +1000122 select PPC_HAVE_PMU_SUPPORT
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +0000123
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000124config POWER3
125 bool
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +0000126 depends on PPC64 && PPC_BOOK3S
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000127 default y if !POWER4_ONLY
128
129config POWER4
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +0000130 depends on PPC64 && PPC_BOOK3S
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000131 def_bool y
132
Benjamin Herrenschmidt76b4eda2011-04-14 22:32:01 +0000133config PPC_A2
134 bool
135 depends on PPC_BOOK3E_64
136
Arnd Bergmann3164ccc2007-09-15 10:21:57 +1000137config TUNE_CELL
138 bool "Optimize for Cell Broadband Engine"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +0000139 depends on PPC64 && PPC_BOOK3S
Arnd Bergmann3164ccc2007-09-15 10:21:57 +1000140 help
141 Cause the compiler to optimize for the PPE of the Cell Broadband
142 Engine. This will make the code run considerably faster on Cell
143 but somewhat slower on other machines. This option only changes
144 the scheduling of instructions, not the selection of instructions
145 itself, so the resulting kernel will keep running on all other
146 machines. When building a kernel that is supposed to run only
147 on Cell, you should also select the POWER4_ONLY option.
148
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000149# this is temp to handle compat with arch=ppc
150config 8xx
151 bool
152
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000153config E500
Andy Fleming39aef682008-02-04 18:27:55 -0600154 select FSL_EMB_PERFMON
Kumar Gala4490c062010-10-08 08:32:11 -0500155 select PPC_FSL_BOOK3E
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000156 bool
157
Kumar Gala3dfa8772008-06-16 09:41:32 -0500158config PPC_E500MC
159 bool "e500mc Support"
160 select PPC_FPU
161 depends on E500
Scott Wood96530182012-07-10 19:26:48 -0500162 help
163 This must be enabled for running on e500mc (and derivatives
164 such as e5500/e6500), and must be disabled for running on
165 e500v1 or e500v2.
Kumar Gala3dfa8772008-06-16 09:41:32 -0500166
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000167config PPC_FPU
168 bool
169 default y if PPC64
170
Kumar Gala5753c082009-10-16 18:31:48 -0500171config FSL_EMB_PERFMON
172 bool "Freescale Embedded Perfmon"
173 depends on E500 || PPC_83xx
174 help
175 This is the Performance Monitor support found on the e500 core
176 and some e300 cores (c3 and c4). Select this only if your
177 core supports the Embedded Performance Monitor APU
178
Scott Wooda1110652010-02-25 18:09:45 -0600179config FSL_EMB_PERF_EVENT
180 bool
181 depends on FSL_EMB_PERFMON && PERF_EVENTS && !PPC_PERF_CTRS
182 default y
183
184config FSL_EMB_PERF_EVENT_E500
185 bool
186 depends on FSL_EMB_PERF_EVENT && E500
187 default y
188
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000189config 4xx
190 bool
191 depends on 40x || 44x
192 default y
193
194config BOOKE
195 bool
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +0000196 depends on E200 || E500 || 44x || PPC_BOOK3E
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000197 default y
198
199config FSL_BOOKE
200 bool
Kumar Gala4490c062010-10-08 08:32:11 -0500201 depends on (E200 || E500) && PPC32
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000202 default y
203
Kumar Gala4490c062010-10-08 08:32:11 -0500204# this is for common code between PPC32 & PPC64 FSL BOOKE
205config PPC_FSL_BOOK3E
206 bool
207 select FSL_EMB_PERFMON
Milton Miller1ece3552011-05-10 19:29:42 +0000208 select PPC_SMP_MUXED_IPI
Becky Brucea475c8e2011-10-10 10:50:44 +0000209 select SYS_SUPPORTS_HUGETLBFS if PHYS_64BIT || PPC64
Kumar Gala4490c062010-10-08 08:32:11 -0500210 default y if FSL_BOOKE
Andy Fleming39aef682008-02-04 18:27:55 -0600211
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000212config PTE_64BIT
213 bool
Becky Bruce4ee70842008-09-24 11:01:24 -0500214 depends on 44x || E500 || PPC_86xx
215 default y if PHYS_64BIT
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000216
217config PHYS_64BIT
Becky Bruce4ee70842008-09-24 11:01:24 -0500218 bool 'Large physical address support' if E500 || PPC_86xx
219 depends on (44x || E500 || PPC_86xx) && !PPC_83xx && !PPC_82xx
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000220 ---help---
221 This option enables kernel support for larger than 32-bit physical
Becky Bruce4ee70842008-09-24 11:01:24 -0500222 addresses. This feature may not be available on all cores.
223
224 If you have more than 3.5GB of RAM or so, you also need to enable
225 SWIOTLB under Kernel Options for this to work. The actual number
226 is platform-dependent.
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000227
228 If in doubt, say N here.
229
230config ALTIVEC
231 bool "AltiVec Support"
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +0000232 depends on 6xx || POWER4
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000233 ---help---
234 This option enables kernel support for the Altivec extensions to the
235 PowerPC processor. The kernel currently supports saving and restoring
236 altivec registers, and turning on the 'altivec enable' bit so user
237 processes can execute altivec instructions.
238
239 This option is only usefully if you have a processor that supports
240 altivec (G4, otherwise known as 74xx series), but does not have
241 any affect on a non-altivec cpu (it does, however add code to the
242 kernel).
243
244 If in doubt, say Y here.
245
Michael Neuling96d5b522008-06-25 14:07:18 +1000246config VSX
247 bool "VSX Support"
248 depends on POWER4 && ALTIVEC && PPC_FPU
249 ---help---
250
251 This option enables kernel support for the Vector Scaler extensions
252 to the PowerPC processor. The kernel currently supports saving and
253 restoring VSX registers, and turning on the 'VSX enable' bit so user
254 processes can execute VSX instructions.
255
256 This option is only useful if you have a processor that supports
257 VSX (P7 and above), but does not have any affect on a non-VSX
258 CPUs (it does, however add code to the kernel).
259
260 If in doubt, say Y here.
261
Tseng-Hui (Frank) Lin851d2e22011-05-02 20:43:04 +0000262config PPC_ICSWX
263 bool "Support for PowerPC icswx coprocessor instruction"
Jimi Xenidisfac26ad2011-09-29 10:55:13 +0000264 depends on POWER4 || PPC_A2
Tseng-Hui (Frank) Lin851d2e22011-05-02 20:43:04 +0000265 default n
266 ---help---
267
268 This option enables kernel support for the PowerPC Initiate
269 Coprocessor Store Word (icswx) coprocessor instruction on POWER7
270 or newer processors.
271
272 This option is only useful if you have a processor that supports
273 the icswx coprocessor instruction. It does not have any effect
274 on processors without the icswx coprocessor instruction.
275
276 This option slightly increases kernel memory usage.
277
278 If in doubt, say N here.
279
Jimi Xenidis9d670282011-09-29 10:55:12 +0000280config PPC_ICSWX_PID
281 bool "icswx requires direct PID management"
282 depends on PPC_ICSWX && POWER4
283 default y
284 ---help---
Jimi Xenidisc3dcf532011-09-29 10:55:14 +0000285 The PID register in server is used explicitly for ICSWX. In
Masanari Iida6b2aac42012-04-14 00:14:11 +0900286 embedded systems PID management is done by the system.
Jimi Xenidis9d670282011-09-29 10:55:12 +0000287
Jimi Xenidisc3dcf532011-09-29 10:55:14 +0000288config PPC_ICSWX_USE_SIGILL
289 bool "Should a bad CT cause a SIGILL?"
290 depends on PPC_ICSWX
291 default n
292 ---help---
293 Should a bad CT used for "non-record form ICSWX" cause an
Masanari Iida6b2aac42012-04-14 00:14:11 +0900294 illegal instruction signal or should it be silent as
Jimi Xenidisc3dcf532011-09-29 10:55:14 +0000295 architected.
296
297 If in doubt, say N here.
298
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000299config SPE
300 bool "SPE Support"
Kumar Gala3dfa8772008-06-16 09:41:32 -0500301 depends on E200 || (E500 && !PPC_E500MC)
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000302 default y
303 ---help---
304 This option enables kernel support for the Signal Processing
305 Extensions (SPE) to the PowerPC processor. The kernel currently
306 supports saving and restoring SPE registers, and turning on the
307 'spe enable' bit so user processes can execute SPE instructions.
308
309 This option is only useful if you have a processor that supports
310 SPE (e500, otherwise known as 85xx series), but does not have any
311 effect on a non-spe cpu (it does, however add code to the kernel).
312
313 If in doubt, say Y here.
314
315config PPC_STD_MMU
Benjamin Herrenschmidt5b7c3c92009-06-02 21:17:37 +0000316 def_bool y
317 depends on PPC_BOOK3S
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000318
319config PPC_STD_MMU_32
320 def_bool y
321 depends on PPC_STD_MMU && PPC32
322
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +0000323config PPC_STD_MMU_64
324 def_bool y
325 depends on PPC_STD_MMU && PPC64
326
327config PPC_MMU_NOHASH
328 def_bool y
329 depends on !PPC_STD_MMU
330
Kumar Gala70fe3af2009-02-12 16:12:40 -0600331config PPC_BOOK3E_MMU
332 def_bool y
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +0000333 depends on FSL_BOOKE || PPC_BOOK3E
Kumar Gala70fe3af2009-02-12 16:12:40 -0600334
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000335config PPC_MM_SLICES
336 bool
Becky Brucea475c8e2011-10-10 10:50:44 +0000337 default y if (!PPC_FSL_BOOK3E && PPC64 && HUGETLB_PAGE) || (PPC_STD_MMU_64 && PPC_64K_PAGES)
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000338 default n
339
340config VIRT_CPU_ACCOUNTING
341 bool "Deterministic task and CPU time accounting"
342 depends on PPC64
343 default y
344 help
345 Select this option to enable more accurate task and CPU time
346 accounting. This is done by reading a CPU counter on each
347 kernel entry and exit and on transitions within the kernel
348 between system, softirq and hardirq state, so there is a
349 small performance impact. This also enables accounting of
350 stolen time on logically-partitioned systems running on
351 IBM POWER5-based machines.
352
353 If in doubt, say Y here.
354
Paul Mackerras105988c2009-06-17 21:50:04 +1000355config PPC_HAVE_PMU_SUPPORT
356 bool
357
358config PPC_PERF_CTRS
359 def_bool y
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200360 depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT
Paul Mackerras105988c2009-06-17 21:50:04 +1000361 help
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200362 This enables the powerpc-specific perf_event back-end.
Paul Mackerras105988c2009-06-17 21:50:04 +1000363
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000364config SMP
Dave Kleikampe7f75ad2010-03-05 10:43:12 +0000365 depends on PPC_BOOK3S || PPC_BOOK3E || FSL_BOOKE || PPC_47x
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000366 bool "Symmetric multi-processing support"
367 ---help---
368 This enables support for systems with more than one CPU. If you have
369 a system with only one CPU, say N. If you have a system with more
370 than one CPU, say Y. Note that the kernel does not currently
371 support SMP machines with 603/603e/603ev or PPC750 ("G3") processors
372 since they have inadequate hardware support for multiprocessor
373 operation.
374
375 If you say N here, the kernel will run on single and multiprocessor
376 machines, but will use only one CPU of a multiprocessor machine. If
377 you say Y here, the kernel will run on single-processor machines.
378 On a single-processor machine, the kernel will run faster if you say
379 N here.
380
381 If you don't know what to do here, say N.
382
383config NR_CPUS
Michael Neuling2d8ae632009-05-17 15:13:16 +0000384 int "Maximum number of CPUs (2-8192)"
385 range 2 8192
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000386 depends on SMP
387 default "32" if PPC64
388 default "4"
389
390config NOT_COHERENT_CACHE
391 bool
Albert Herranzb91a1432009-12-12 06:31:38 +0000392 depends on 4xx || 8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON
Dave Kleikampe7f75ad2010-03-05 10:43:12 +0000393 default n if PPC_47x
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000394 default y
395
Robert P. J. Dayf8eb77d2007-07-18 08:21:29 +1000396config CHECK_CACHE_COHERENCY
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +1000397 bool
398
399endmenu