summaryrefslogtreecommitdiffstats
path: root/drivers/timer/Makefile
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2020-09-07 18:36:33 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2020-09-28 14:06:50 +0300
commited1b726683e7d9104498b724230ebeb6c533ba70 (patch)
treeeded3b6f2dc368bb05bc9b56897270146475a94d /drivers/timer/Makefile
parent3710b464e43abe27ed9ab40c39f98a309a7db055 (diff)
downloadu-boot-ed1b726683e7d9104498b724230ebeb6c533ba70.tar.gz
u-boot-ed1b726683e7d9104498b724230ebeb6c533ba70.tar.xz
u-boot-ed1b726683e7d9104498b724230ebeb6c533ba70.zip
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 <claudiu.beznea@microchip.com>
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r--drivers/timer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile
index c22ffebcde..3a4d74b996 100644
--- a/drivers/timer/Makefile
+++ b/drivers/timer/Makefile
@@ -22,3 +22,4 @@ obj-$(CONFIG_STI_TIMER) += sti-timer.o
obj-$(CONFIG_STM32_TIMER) += stm32_timer.o
obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
obj-$(CONFIG_MTK_TIMER) += mtk_timer.o
+obj-$(CONFIG_MCHP_PIT64B_TIMER) += mchp-pit64b-timer.o