diff options
author | John Stultz <john.stultz@linaro.org> | 2013-01-25 17:08:12 -0800 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2013-01-29 14:40:12 -0800 |
commit | 6f16eebe1ff82176339a0439c98ebec9768b0ee2 (patch) | |
tree | 8d818d7299f205ebde374f753ac384b5d0ac1835 /kernel/time/Kconfig | |
parent | e90c83f757fffdacec8b3c5eee5617dcc038338f (diff) | |
download | linux-stable-6f16eebe1ff82176339a0439c98ebec9768b0ee2.tar.gz linux-stable-6f16eebe1ff82176339a0439c98ebec9768b0ee2.tar.bz2 linux-stable-6f16eebe1ff82176339a0439c98ebec9768b0ee2.zip |
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 'kernel/time/Kconfig')
-rw-r--r-- | kernel/time/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index f7e45b9b142b..0dddb9d09d0b 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig @@ -13,7 +13,7 @@ config ARCH_CLOCKSOURCE_DATA bool # Platforms has a persistent clock -config HAS_PERSISTENT_CLOCK +config ALWAYS_USE_PERSISTENT_CLOCK bool default n |