diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-08-13 15:30:50 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-08-27 00:31:39 +0200 |
commit | 1ce861cec03c79a68bae81a7e039edae46b2c493 (patch) | |
tree | c0e372f795675c172c0a48d7edd4f466d1d482df /drivers/clocksource/Kconfig | |
parent | d9b51093cca430f75a054d78eb35a6e13c1540cb (diff) | |
download | lwn-1ce861cec03c79a68bae81a7e039edae46b2c493.tar.gz lwn-1ce861cec03c79a68bae81a7e039edae46b2c493.zip |
clocksource/drivers/tcb_clksrc: Register delay timer
Implement and register delay timer to allow get_cycles() to work properly.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5e9317dc3d39..a642c23b2fba 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -429,7 +429,7 @@ config ATMEL_ST config ATMEL_TCB_CLKSRC bool "Atmel TC Block timer driver" if COMPILE_TEST - depends on HAS_IOMEM + depends on ARM && HAS_IOMEM select TIMER_OF if OF help Support for Timer Counter Blocks on Atmel SoCs. |