aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/defconfig
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-08-23 18:53:03 -0400
committerPaul Mackerras <paulus@samba.org>2005-08-29 23:40:02 -0400
commit717522ff44f1fbee5ea09e83d7cd4b5c956e30f9 (patch)
tree9585541eb45c8afa0a9f024e145b43063189e0f4 /arch/ppc64/defconfig
parent04ed65190a5d1562220dd3a7fc9eac2402c7104c (diff)
[PATCH] ppc64: Add CONFIG_HZ
While ppc64 has the CONFIG_HZ Kconfig option, it wasnt actually being used. Connect it up and set all platforms to 250Hz. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/defconfig')
-rw-r--r--arch/ppc64/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc64/defconfig b/arch/ppc64/defconfig
index c361e7727b7a..7cb4750bb7a9 100644
--- a/arch/ppc64/defconfig
+++ b/arch/ppc64/defconfig
@@ -114,10 +114,10 @@ CONFIG_PREEMPT_NONE=y
114# CONFIG_PREEMPT_VOLUNTARY is not set 114# CONFIG_PREEMPT_VOLUNTARY is not set
115# CONFIG_PREEMPT is not set 115# CONFIG_PREEMPT is not set
116# CONFIG_PREEMPT_BKL is not set 116# CONFIG_PREEMPT_BKL is not set
117CONFIG_HZ_100=y 117# CONFIG_HZ_100 is not set
118# CONFIG_HZ_250 is not set 118CONFIG_HZ_250=y
119# CONFIG_HZ_1000 is not set 119# CONFIG_HZ_1000 is not set
120CONFIG_HZ=100 120CONFIG_HZ=250
121CONFIG_EEH=y 121CONFIG_EEH=y
122CONFIG_GENERIC_HARDIRQS=y 122CONFIG_GENERIC_HARDIRQS=y
123CONFIG_PPC_RTAS=y 123CONFIG_PPC_RTAS=y