diff options
Diffstat (limited to 'kernel/time/Kconfig')
-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 prompt "Timer tick handling" default NO_HZ_IDLE if NO_HZ -config PERIODIC_HZ +config HZ_PERIODIC bool "Periodic timer ticks (constant rate, no dynticks)" help This option keeps the tick running periodically at a constant |