diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-05-26 20:34:11 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-06-14 13:01:03 +0300 |
commit | bb0eb050a577a866cb47c2dc37596f1207f4c2d9 (patch) | |
tree | 0767aea8f711af9a2ceed28016adec805740927f /arch/nios2 | |
parent | 2fcc112af37fa88f8da077d6dd3bb8e38e75adb1 (diff) | |
download | linux-bb0eb050a577a866cb47c2dc37596f1207f4c2d9.tar.xz |
clocksource/drivers: Rename CLKSRC_OF to TIMER_OF
The config option name is now renamed to 'TIMER_OF' for consistency with
the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index a72d5f0de692..c587764b9c5a 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -1,6 +1,6 @@ config NIOS2 def_bool y - select CLKSRC_OF + select TIMER_OF select GENERIC_ATOMIC64 select GENERIC_CLOCKEVENTS select GENERIC_CPU_DEVICES |