]> Pileus Git - ~andy/linux/blobdiff - kernel/time/Kconfig
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
[~andy/linux] / kernel / time / Kconfig
index fd42bd452b7528642495e6b619715ccb424b5e2e..0dddb9d09d0bf5068b47b066274172f70c1db18d 100644 (file)
@@ -12,10 +12,19 @@ config CLOCKSOURCE_WATCHDOG
 config ARCH_CLOCKSOURCE_DATA
        bool
 
+# Platforms has a persistent clock
+config ALWAYS_USE_PERSISTENT_CLOCK
+       bool
+       default n
+
 # Timekeeping vsyscall support
 config GENERIC_TIME_VSYSCALL
        bool
 
+# Timekeeping vsyscall support
+config GENERIC_TIME_VSYSCALL_OLD
+       bool
+
 # ktime_t scalar 64bit nsec representation
 config KTIME_SCALAR
        bool