diff options
-rw-r--r-- | kernel/time/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index 4a17b5069466..3b683227a10d 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
@@ -79,7 +79,7 @@ choice | |||
79 | prompt "Timer tick handling" | 79 | prompt "Timer tick handling" |
80 | default NO_HZ_IDLE if NO_HZ | 80 | default NO_HZ_IDLE if NO_HZ |
81 | 81 | ||
82 | config PERIODIC_HZ | 82 | config HZ_PERIODIC |
83 | bool "Periodic timer ticks (constant rate, no dynticks)" | 83 | bool "Periodic timer ticks (constant rate, no dynticks)" |
84 | help | 84 | help |
85 | This option keeps the tick running periodically at a constant | 85 | This option keeps the tick running periodically at a constant |