From ed1b726683e7d9104498b724230ebeb6c533ba70 Mon Sep 17 00:00:00 2001 From: Claudiu Beznea Date: Mon, 7 Sep 2020 18:36:33 +0300 Subject: timer: mchp-pit64b: add support for pit64b Add support for Microchip PIT64B timer. The timer is 64 bit length and is used as a free running counter (in continuous mode with highest values for period registers). The clock feeding the timer would be no more than 12.5MHz. Signed-off-by: Claudiu Beznea --- drivers/timer/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/timer/Kconfig') diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 637024445c1..12020e4672e 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -213,4 +213,11 @@ config MTK_TIMER Select this to enable support for the timer found on MediaTek devices. +config MCHP_PIT64B_TIMER + bool "Microchip 64-bit periodic interval timer support" + depends on TIMER + help + Select this to enable support for Microchip 64-bit periodic + interval timer. + endmenu -- cgit v1.2.3