From: Arnd Bergmann Date: Tue, 5 Mar 2019 13:24:48 +0000 (+0100) Subject: clocksource/drivers/npcm: select TIMER_OF X-Git-Tag: v4.19.44~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a414ef36840d77cb36307c25f689bb191b065da;p=platform%2Fkernel%2Flinux-rpi.git clocksource/drivers/npcm: select TIMER_OF [ Upstream commit 99834eead2a04e93a120abb112542b87c42ff5e1 ] 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 Signed-off-by: Daniel Lezcano Signed-off-by: Sasha Levin --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index c1ddafa4..4d37f01 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -136,6 +136,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,