aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-01-25 20:08:12 -0500
committerJohn Stultz <john.stultz@linaro.org>2013-01-29 17:40:12 -0500
commit6f16eebe1ff82176339a0439c98ebec9768b0ee2 (patch)
tree8d818d7299f205ebde374f753ac384b5d0ac1835 /arch/x86/Kconfig
parente90c83f757fffdacec8b3c5eee5617dcc038338f (diff)
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
Jason pointed out the HAS_PERSISTENT_CLOCK name isn't quite accurate for the config, as some systems may have the persistent_clock in some cases, but not always. So change the config name to the more clear ALWAYS_USE_PERSISTENT_CLOCK. Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a4135b5e562e..335da90560e4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -108,7 +108,7 @@ config X86
108 select GENERIC_STRNLEN_USER 108 select GENERIC_STRNLEN_USER
109 select HAVE_RCU_USER_QS if X86_64 109 select HAVE_RCU_USER_QS if X86_64
110 select HAVE_IRQ_TIME_ACCOUNTING 110 select HAVE_IRQ_TIME_ACCOUNTING
111 select HAS_PERSISTENT_CLOCK 111 select ALWAYS_USE_PERSISTENT_CLOCK
112 select GENERIC_KERNEL_THREAD 112 select GENERIC_KERNEL_THREAD
113 select GENERIC_KERNEL_EXECVE 113 select GENERIC_KERNEL_EXECVE
114 select MODULES_USE_ELF_REL if X86_32 114 select MODULES_USE_ELF_REL if X86_32