diff options
author | Anton Blanchard <anton@samba.org> | 2007-10-14 16:06:59 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-17 08:30:09 -0400 |
commit | 8129535b6bcf40be62af2ae6b9234494f39725dd (patch) | |
tree | ce7ef31e4a46329804768188f9f6a95a278bc7a2 /arch/powerpc/configs/ppc64_defconfig | |
parent | 9697add0f88b439d4f5f25556785beeaf6b836b9 (diff) |
[POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configs
Enable NO_HZ and high res timers for the ppc64 and pseries defconfigs.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 76e3fab31f66..bb8d4e46f0c5 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -217,6 +217,10 @@ CONFIG_AXON_RAM=m | |||
217 | # | 217 | # |
218 | # Kernel options | 218 | # Kernel options |
219 | # | 219 | # |
220 | CONFIG_TICK_ONESHOT=y | ||
221 | CONFIG_NO_HZ=y | ||
222 | CONFIG_HIGH_RES_TIMERS=y | ||
223 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
220 | # CONFIG_HZ_100 is not set | 224 | # CONFIG_HZ_100 is not set |
221 | CONFIG_HZ_250=y | 225 | CONFIG_HZ_250=y |
222 | # CONFIG_HZ_300 is not set | 226 | # CONFIG_HZ_300 is not set |