]> err.no Git - linux-2.6/blob - arch/powerpc/platforms/Kconfig.cputype
powerpc: Fix OF parsing of 64 bits PCI addresses
[linux-2.6] / arch / powerpc / platforms / Kconfig.cputype
1 config 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
8 menu "Processor support"
9 choice
10         prompt "Processor Type"
11         depends on PPC32
12         default 6xx
13         help
14           There are five families of 32 bit PowerPC chips supported.
15           The most common ones are the desktop and server CPUs (601, 603,
16           604, 740, 750, 74xx) CPUs from Freescale and IBM, with their
17           embedded 512x/52xx/82xx/83xx/86xx counterparts.
18           The other embeeded parts, namely 4xx, 8xx, e200 (55xx) and e500
19           (85xx) each form a family of their own that is not compatible
20           with the others.
21
22           If unsure, select 52xx/6xx/7xx/74xx/82xx/83xx/86xx.
23
24 config 6xx
25         bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
26         select PPC_FPU
27
28 config PPC_85xx
29         bool "Freescale 85xx"
30         select E500
31         select FSL_SOC
32         select MPC85xx
33
34 config PPC_8xx
35         bool "Freescale 8xx"
36         select FSL_SOC
37         select 8xx
38         select PPC_LIB_RHEAP
39
40 config 40x
41         bool "AMCC 40x"
42         select PPC_DCR_NATIVE
43         select PPC_UDBG_16550
44         select 4xx_SOC
45         select PPC_PCI_CHOICE
46
47 config 44x
48         bool "AMCC 44x"
49         select PPC_DCR_NATIVE
50         select PPC_UDBG_16550
51         select 4xx_SOC
52         select PPC_PCI_CHOICE
53
54 config E200
55         bool "Freescale e200"
56
57 endchoice
58
59 config POWER4_ONLY
60         bool "Optimize for POWER4"
61         depends on PPC64
62         default n
63         ---help---
64           Cause the compiler to optimize for POWER4/POWER5/PPC970 processors.
65           The resulting binary will not work on POWER3 or RS64 processors
66           when compiled with binutils 2.15 or later.
67
68 config POWER3
69         bool
70         depends on PPC64
71         default y if !POWER4_ONLY
72
73 config POWER4
74         depends on PPC64
75         def_bool y
76
77 config TUNE_CELL
78         bool "Optimize for Cell Broadband Engine"
79         depends on PPC64
80         help
81           Cause the compiler to optimize for the PPE of the Cell Broadband
82           Engine. This will make the code run considerably faster on Cell
83           but somewhat slower on other machines. This option only changes
84           the scheduling of instructions, not the selection of instructions
85           itself, so the resulting kernel will keep running on all other
86           machines. When building a kernel that is supposed to run only
87           on Cell, you should also select the POWER4_ONLY option.
88
89 config 6xx
90         bool
91
92 # this is temp to handle compat with arch=ppc
93 config 8xx
94         bool
95
96 config E500
97         select FSL_EMB_PERFMON
98         bool
99
100 config PPC_E500MC
101         bool "e500mc Support"
102         select PPC_FPU
103         depends on E500
104
105 config PPC_FPU
106         bool
107         default y if PPC64
108
109 config 4xx
110         bool
111         depends on 40x || 44x
112         default y
113
114 config BOOKE
115         bool
116         depends on E200 || E500 || 44x
117         default y
118
119 config FSL_BOOKE
120         bool
121         depends on E200 || E500
122         default y
123
124 config FSL_EMB_PERFMON
125         bool "Freescale Embedded Perfmon"
126         depends on E500 || PPC_83xx
127         help
128           This is the Performance Monitor support found on the e500 core
129           and some e300 cores (c3 and c4).  Select this only if your
130           core supports the Embedded Performance Monitor APU
131
132 config PTE_64BIT
133         bool
134         depends on 44x || E500
135         default y if 44x
136         default y if E500 && PHYS_64BIT
137
138 config PHYS_64BIT
139         bool 'Large physical address support' if E500
140         depends on 44x || E500
141         select RESOURCES_64BIT
142         default y if 44x
143         ---help---
144           This option enables kernel support for larger than 32-bit physical
145           addresses.  This features is not be available on all e500 cores.
146
147           If in doubt, say N here.
148
149 config ALTIVEC
150         bool "AltiVec Support"
151         depends on CLASSIC32 || POWER4
152         ---help---
153           This option enables kernel support for the Altivec extensions to the
154           PowerPC processor. The kernel currently supports saving and restoring
155           altivec registers, and turning on the 'altivec enable' bit so user
156           processes can execute altivec instructions.
157
158           This option is only usefully if you have a processor that supports
159           altivec (G4, otherwise known as 74xx series), but does not have
160           any affect on a non-altivec cpu (it does, however add code to the
161           kernel).
162
163           If in doubt, say Y here.
164
165 config VSX
166         bool "VSX Support"
167         depends on POWER4 && ALTIVEC && PPC_FPU
168         ---help---
169
170           This option enables kernel support for the Vector Scaler extensions
171           to the PowerPC processor. The kernel currently supports saving and
172           restoring VSX registers, and turning on the 'VSX enable' bit so user
173           processes can execute VSX instructions.
174
175           This option is only useful if you have a processor that supports
176           VSX (P7 and above), but does not have any affect on a non-VSX
177           CPUs (it does, however add code to the kernel).
178
179           If in doubt, say Y here.
180
181 config SPE
182         bool "SPE Support"
183         depends on E200 || (E500 && !PPC_E500MC)
184         default y
185         ---help---
186           This option enables kernel support for the Signal Processing
187           Extensions (SPE) to the PowerPC processor. The kernel currently
188           supports saving and restoring SPE registers, and turning on the
189           'spe enable' bit so user processes can execute SPE instructions.
190
191           This option is only useful if you have a processor that supports
192           SPE (e500, otherwise known as 85xx series), but does not have any
193           effect on a non-spe cpu (it does, however add code to the kernel).
194
195           If in doubt, say Y here.
196
197 config PPC_STD_MMU
198         bool
199         depends on 6xx || POWER3 || POWER4 || PPC64
200         default y
201
202 config PPC_STD_MMU_32
203         def_bool y
204         depends on PPC_STD_MMU && PPC32
205
206 config PPC_MM_SLICES
207         bool
208         default y if HUGETLB_PAGE || PPC_64K_PAGES
209         default n
210
211 config VIRT_CPU_ACCOUNTING
212         bool "Deterministic task and CPU time accounting"
213         depends on PPC64
214         default y
215         help
216           Select this option to enable more accurate task and CPU time
217           accounting.  This is done by reading a CPU counter on each
218           kernel entry and exit and on transitions within the kernel
219           between system, softirq and hardirq state, so there is a
220           small performance impact.  This also enables accounting of
221           stolen time on logically-partitioned systems running on
222           IBM POWER5-based machines.
223
224           If in doubt, say Y here.
225
226 config SMP
227         depends on PPC_STD_MMU
228         bool "Symmetric multi-processing support"
229         ---help---
230           This enables support for systems with more than one CPU. If you have
231           a system with only one CPU, say N. If you have a system with more
232           than one CPU, say Y.  Note that the kernel does not currently
233           support SMP machines with 603/603e/603ev or PPC750 ("G3") processors
234           since they have inadequate hardware support for multiprocessor
235           operation.
236
237           If you say N here, the kernel will run on single and multiprocessor
238           machines, but will use only one CPU of a multiprocessor machine. If
239           you say Y here, the kernel will run on single-processor machines.
240           On a single-processor machine, the kernel will run faster if you say
241           N here.
242
243           If you don't know what to do here, say N.
244
245 config NR_CPUS
246         int "Maximum number of CPUs (2-1024)"
247         range 2 1024
248         depends on SMP
249         default "32" if PPC64
250         default "4"
251
252 config NOT_COHERENT_CACHE
253         bool
254         depends on 4xx || 8xx || E200 || PPC_MPC512x
255         default y
256
257 config CHECK_CACHE_COHERENCY
258         bool
259
260 endmenu