aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/Kconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
index 27cc404ea187..cbe64be17d1f 100644
--- a/kernel/time/Kconfig
+++ b/kernel/time/Kconfig
@@ -75,10 +75,6 @@ config NO_HZ_COMMON
75 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS 75 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
76 select TICK_ONESHOT 76 select TICK_ONESHOT
77 77
78# Kept around for compatibility, maps to NO_HZ_IDLE
79config NO_HZ
80 bool
81
82choice 78choice
83 prompt "Timer tick handling" 79 prompt "Timer tick handling"
84 default NO_HZ_IDLE if NO_HZ 80 default NO_HZ_IDLE if NO_HZ
@@ -130,6 +126,14 @@ config NO_HZ_EXTENDED
130 126
131endchoice 127endchoice
132 128
129config NO_HZ
130 bool "Old Idle dynticks config"
131 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS
132 help
133 This is the old config entry that enables dynticks idle.
134 We keep it around for a little while to enforce backward
135 compatibility with older config files.
136
133config HIGH_RES_TIMERS 137config HIGH_RES_TIMERS
134 bool "High Resolution Timer Support" 138 bool "High Resolution Timer Support"
135 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS 139 depends on !ARCH_USES_GETTIMEOFFSET && GENERIC_CLOCKEVENTS