tick: Document TICK_ONESHOT config option
authorThomas Gleixner <tglx@linutronix.de>
Sat, 31 Mar 2012 10:45:43 +0000 (12:45 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 31 Mar 2012 10:45:43 +0000 (12:45 +0200)
This option has been selected from arch code as it was assumed that
it's necessary to support oneshot mode clockevent devices. But it's
just a core internal helper to compile tick-oneshot.c if NOHZ or
HIG_RES_TIMERS are selected.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

kernel/time/Kconfig

index 2cf9cc7..a20dc8a 100644 (file)
@@ -1,6 +1,10 @@
 #
 # Timer subsystem related configuration options
 #
+
+# Core internal switch. Selected by NO_HZ / HIGH_RES_TIMERS. This is
+# only related to the tick functionality. Oneshot clockevent devices
+# are supported independ of this.
 config TICK_ONESHOT
        bool