aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2017-05-26 19:34:11 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-06-14 12:01:03 +0200
commitbb0eb050a577a866cb47c2dc37596f1207f4c2d9 (patch)
tree0767aea8f711af9a2ceed28016adec805740927f /arch/mips
parentclocksource/drivers: Rename clksrc table to timer (diff)
downloadlinux-dev-bb0eb050a577a866cb47c2dc37596f1207f4c2d9.tar.xz
linux-dev-bb0eb050a577a866cb47c2dc37596f1207f4c2d9.zip
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/mips')
-rw-r--r--arch/mips/ralink/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index 9825dee10bc1..710b04cf4851 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -4,7 +4,7 @@ config CLKEVT_RT3352
bool
depends on SOC_RT305X || SOC_MT7620
default y
- select CLKSRC_OF
+ select TIMER_OF
select CLKSRC_MMIO
config RALINK_ILL_ACC