Kconfig (088eef2219bd1e8cb82bfcb5b32c1c687aeea6d7) Kconfig (d84d27a491880b9902b45c09be8d9e9464fb9b74)
1#
2# Timer subsystem related configuration options
3#
4
5# Options selectable by arch Kconfig
6
7# Watchdog function for clocksources to detect instabilities
8config CLOCKSOURCE_WATCHDOG

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

100 # RCU_USER_QS dependency
101 depends on HAVE_CONTEXT_TRACKING
102 # VIRT_CPU_ACCOUNTING_GEN dependency
103 depends on 64BIT
104 select NO_HZ_COMMON
105 select RCU_USER_QS
106 select RCU_NOCB_CPU
107 select VIRT_CPU_ACCOUNTING_GEN
1#
2# Timer subsystem related configuration options
3#
4
5# Options selectable by arch Kconfig
6
7# Watchdog function for clocksources to detect instabilities
8config CLOCKSOURCE_WATCHDOG

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

100 # RCU_USER_QS dependency
101 depends on HAVE_CONTEXT_TRACKING
102 # VIRT_CPU_ACCOUNTING_GEN dependency
103 depends on 64BIT
104 select NO_HZ_COMMON
105 select RCU_USER_QS
106 select RCU_NOCB_CPU
107 select VIRT_CPU_ACCOUNTING_GEN
108 select CONTEXT_TRACKING_FORCE
109 select IRQ_WORK
110 help
111 Adaptively try to shutdown the tick whenever possible, even when
112 the CPU is running tasks. Typically this requires running a single
113 task on the CPU. Chances for running tickless are maximized when
114 the task mostly runs in userspace and has few kernel activity.
115
116 You need to fill up the nohz_full boot parameter with the

--- 39 unchanged lines hidden ---
108 select IRQ_WORK
109 help
110 Adaptively try to shutdown the tick whenever possible, even when
111 the CPU is running tasks. Typically this requires running a single
112 task on the CPU. Chances for running tickless are maximized when
113 the task mostly runs in userspace and has few kernel activity.
114
115 You need to fill up the nohz_full boot parameter with the

--- 39 unchanged lines hidden ---