aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorSugaya Taichi <sugaya.taichi@socionext.com>2019-02-27 13:53:20 +0900
committerArnd Bergmann <arnd@arndb.de>2019-03-01 15:18:27 +0100
commitb58f28f306dbe60e2e711f35618efc518e507e64 (patch)
tree663ccb315fad09c03a8eddcdde954fed591a20de /drivers/clocksource/Kconfig
parentdt-bindings: timer: Add Milbeaut M10V timer description (diff)
downloadlinux-dev-b58f28f306dbe60e2e711f35618efc518e507e64.tar.xz
linux-dev-b58f28f306dbe60e2e711f35618efc518e507e64.zip
clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
Add timer driver for Milbeaut SoCs series. The timer has two 32-bit width down counters, one of which is configured as a clockevent device and the other is configured as a clock source. Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index a9e26f6a81a1..9101b8fde93c 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -634,4 +634,13 @@ config GX6605S_TIMER
help
This option enables support for gx6605s SOC's timer.
+config MILBEAUT_TIMER
+ bool "Milbeaut timer driver" if COMPILE_TEST
+ depends on OF
+ depends on ARM
+ select TIMER_OF
+ select CLKSRC_MMIO
+ help
+ Enables the support for Milbeaut timer driver.
+
endmenu