summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-10-28 08:45:52 +1100
committerCon Kolivas <kernel@kolivas.org>2016-10-28 12:31:17 +1100
commit71369a1058d37b31a095225af9b5907ac63751b8 (patch)
tree47f1f67771c6ca4e4056fcb6b1f44c2de9412a5c /kernel
parent3af5a630a100293175ddb31e54b9988ec0f47362 (diff)
Set default HZ to 100
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Kconfig.hz1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Kconfig.hz b/kernel/Kconfig.hz
index 2a202a846757..ecde22d15810 100644
--- a/kernel/Kconfig.hz
+++ b/kernel/Kconfig.hz
@@ -5,6 +5,7 @@
choice
prompt "Timer frequency"
default HZ_250
+ default HZ_100 if SCHED_MUQSS
help
Allows the configuration of the timer frequency. It is customary
to have the timer interrupt run at 1000 Hz but 100 Hz may be more