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>
这个提交包含在:
John Stultz
2013-01-25 17:08:12 -08:00
父节点 e90c83f757
当前提交 6f16eebe1f
修改 4 个文件,包含 5 行新增5 行删除

查看文件

@@ -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