diff options
author | Sugaya Taichi <sugaya.taichi@socionext.com> | 2019-02-27 07:53:20 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-03-01 17:18:27 +0300 |
commit | b58f28f306dbe60e2e711f35618efc518e507e64 (patch) | |
tree | 663ccb315fad09c03a8eddcdde954fed591a20de /drivers/clocksource/Kconfig | |
parent | 172e90878d6ced1e59f2fa8e4469f9fb8077cbc9 (diff) | |
download | linux-b58f28f306dbe60e2e711f35618efc518e507e64.tar.xz |
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/Kconfig | 9 |
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 |