diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index fb0dcb994b84..fae42da7468d 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -250,6 +250,21 @@ config PPC_STD_MMU_32 | |||
250 | def_bool y | 250 | def_bool y |
251 | depends on PPC_STD_MMU && PPC32 | 251 | depends on PPC_STD_MMU && PPC32 |
252 | 252 | ||
253 | config VIRT_CPU_ACCOUNTING | ||
254 | bool "Deterministic task and CPU time accounting" | ||
255 | depends on PPC64 | ||
256 | default y | ||
257 | help | ||
258 | Select this option to enable more accurate task and CPU time | ||
259 | accounting. This is done by reading a CPU counter on each | ||
260 | kernel entry and exit and on transitions within the kernel | ||
261 | between system, softirq and hardirq state, so there is a | ||
262 | small performance impact. This also enables accounting of | ||
263 | stolen time on logically-partitioned systems running on | ||
264 | IBM POWER5-based machines. | ||
265 | |||
266 | If in doubt, say Y here. | ||
267 | |||
253 | config SMP | 268 | config SMP |
254 | depends on PPC_STD_MMU | 269 | depends on PPC_STD_MMU |
255 | bool "Symmetric multi-processing support" | 270 | bool "Symmetric multi-processing support" |
@@ -592,7 +607,7 @@ config KEXEC | |||
592 | strongly in flux, so no good recommendation can be made. | 607 | strongly in flux, so no good recommendation can be made. |
593 | 608 | ||
594 | config CRASH_DUMP | 609 | config CRASH_DUMP |
595 | bool "kernel crash dumps (EXPERIMENTAL)" | 610 | bool "Build a kdump crash kernel (EXPERIMENTAL)" |
596 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL | 611 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL |
597 | help | 612 | help |
598 | Build a kernel suitable for use as a kdump capture kernel. | 613 | Build a kernel suitable for use as a kdump capture kernel. |
@@ -974,7 +989,7 @@ source "arch/powerpc/oprofile/Kconfig" | |||
974 | 989 | ||
975 | config KPROBES | 990 | config KPROBES |
976 | bool "Kprobes (EXPERIMENTAL)" | 991 | bool "Kprobes (EXPERIMENTAL)" |
977 | depends on PPC64 | 992 | depends on PPC64 && EXPERIMENTAL && MODULES |
978 | help | 993 | help |
979 | Kprobes allows you to trap at almost any kernel address and | 994 | Kprobes allows you to trap at almost any kernel address and |
980 | execute a callback function. register_kprobe() establishes | 995 | execute a callback function. register_kprobe() establishes |