Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3872c48b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

tick: Document TICK_ONESHOT config option



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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent cb85a6ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#
# 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