Kconfig (6f16eebe1ff82176339a0439c98ebec9768b0ee2) | Kconfig (12ad10004645d38356b14d1fbba379c523a61916) |
---|---|
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 9 bool 10 11# Architecture has extra clocksource data 12config ARCH_CLOCKSOURCE_DATA 13 bool 14 | 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 9 bool 10 11# Architecture has extra clocksource data 12config ARCH_CLOCKSOURCE_DATA 13 bool 14 |
15# Platforms has a persistent clock 16config ALWAYS_USE_PERSISTENT_CLOCK 17 bool 18 default n 19 | |
20# Timekeeping vsyscall support 21config GENERIC_TIME_VSYSCALL 22 bool 23 24# Timekeeping vsyscall support 25config GENERIC_TIME_VSYSCALL_OLD 26 bool 27 --- 10 unchanged lines hidden (view full) --- 38 bool 39 40# Migration helper. Builds, but does not invoke 41config GENERIC_CLOCKEVENTS_BUILD 42 bool 43 default y 44 depends on GENERIC_CLOCKEVENTS 45 | 15# Timekeeping vsyscall support 16config GENERIC_TIME_VSYSCALL 17 bool 18 19# Timekeeping vsyscall support 20config GENERIC_TIME_VSYSCALL_OLD 21 bool 22 --- 10 unchanged lines hidden (view full) --- 33 bool 34 35# Migration helper. Builds, but does not invoke 36config GENERIC_CLOCKEVENTS_BUILD 37 bool 38 default y 39 depends on GENERIC_CLOCKEVENTS 40 |
41# Architecture can handle broadcast in a driver-agnostic way 42config ARCH_HAS_TICK_BROADCAST 43 bool 44 |
|
46# Clockevents broadcasting infrastructure 47config GENERIC_CLOCKEVENTS_BROADCAST 48 bool 49 depends on GENERIC_CLOCKEVENTS 50 51# Automatically adjust the min. reprogramming time for 52# clock event device 53config GENERIC_CLOCKEVENTS_MIN_ADJUST --- 35 unchanged lines hidden --- | 45# Clockevents broadcasting infrastructure 46config GENERIC_CLOCKEVENTS_BROADCAST 47 bool 48 depends on GENERIC_CLOCKEVENTS 49 50# Automatically adjust the min. reprogramming time for 51# clock event device 52config GENERIC_CLOCKEVENTS_MIN_ADJUST --- 35 unchanged lines hidden --- |