]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/npcm: select TIMER_OF
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2019 13:24:48 +0000 (14:24 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 11 Apr 2019 20:13:43 +0000 (22:13 +0200)
commitdd13655921f2e5c9542c6e097f129d25729f4d8b
tree8765c672780409bb721b0701e1ce96e44594b32f
parentddee2b0705856a9dd99394f0ea2f4f0f81e92dd2
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: 251a57993c53 ("clocksource/drivers/npcm: Add NPCM7xx timer driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig