aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-05 14:24:48 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2019-04-11 22:13:43 +0200
commit99834eead2a04e93a120abb112542b87c42ff5e1 (patch)
tree8765c672780409bb721b0701e1ce96e44594b32f /drivers/clocksource
parentalarmtimer: Return correct remaining time (diff)
downloadlinux-dev-99834eead2a04e93a120abb112542b87c42ff5e1.tar.xz
linux-dev-99834eead2a04e93a120abb112542b87c42ff5e1.zip
clocksource/drivers/npcm: select TIMER_OF
When this is disabled, we get a link failure: drivers/clocksource/timer-npcm7xx.o: In function `npcm7xx_timer_init': timer-npcm7xx.c:(.init.text+0xf): undefined reference to `timer_of_init' Fixes: 1c00289ecd12 ("clocksource/drivers/npcm: Add NPCM7xx timer driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 171502a356aa..4b3d143f0f8a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -145,6 +145,7 @@ config VT8500_TIMER
config NPCM7XX_TIMER
bool "NPCM7xx timer driver" if COMPILE_TEST
depends on HAS_IOMEM
+ select TIMER_OF
select CLKSRC_MMIO
help
Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,