Kconfig (24a9c54182b3758801b8ca6c8c237cc2ff654732) Kconfig (e67198cc05b8ecbb7b8e2d8ef9fb5c8d26821873)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Timer subsystem related configuration options
4#
5
6# Options selectable by arch Kconfig
7
8# Watchdog function for clocksources to detect instabilities

--- 62 unchanged lines hidden (view full) ---

71 help
72 Enable this option to test RTC library functions.
73
74 If unsure, say N.
75
76config CONTEXT_TRACKING
77 bool
78
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Timer subsystem related configuration options
4#
5
6# Options selectable by arch Kconfig
7
8# Watchdog function for clocksources to detect instabilities

--- 62 unchanged lines hidden (view full) ---

71 help
72 Enable this option to test RTC library functions.
73
74 If unsure, say N.
75
76config CONTEXT_TRACKING
77 bool
78
79config CONTEXT_TRACKING_IDLE
80 bool
81 select CONTEXT_TRACKING
82 help
83 Tracks idle state on behalf of RCU.
84
79if GENERIC_CLOCKEVENTS
80menu "Timers subsystem"
81
82# Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is
83# only related to the tick functionality. Oneshot clockevent devices
84# are supported independent of this.
85config TICK_ONESHOT
86 bool

--- 117 unchanged lines hidden ---
85if GENERIC_CLOCKEVENTS
86menu "Timers subsystem"
87
88# Core internal switch. Selected by NO_HZ_COMMON / HIGH_RES_TIMERS. This is
89# only related to the tick functionality. Oneshot clockevent devices
90# are supported independent of this.
91config TICK_ONESHOT
92 bool

--- 117 unchanged lines hidden ---