clocksource: Move cycle_last validation to core code
[firefly-linux-kernel-4.4.55.git] / kernel / time / Kconfig
index feccfd888732c362146373e02eed6ea009d67ea0..d626dc98e8df952eff1df8ced84b2557475fe6c6 100644 (file)
@@ -12,6 +12,11 @@ config CLOCKSOURCE_WATCHDOG
 config ARCH_CLOCKSOURCE_DATA
        bool
 
+# Clocksources require validation of the clocksource against the last
+# cycle update - x86/TSC misfeature
+config CLOCKSOURCE_VALIDATE_LAST_CYCLE
+       bool
+
 # Timekeeping vsyscall support
 config GENERIC_TIME_VSYSCALL
        bool