From 42e521b736eb13716cd5e1360c7bf2ad0e39ac0d Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Fri, 29 May 2020 09:03:38 +0200 Subject: [PATCH] kconfig.features: Add HAS_PERIPH_TIMER_PERIODIC --- kconfigs/Kconfig.features | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kconfigs/Kconfig.features b/kconfigs/Kconfig.features index 77280c09d4..99325a000e 100644 --- a/kconfigs/Kconfig.features +++ b/kconfigs/Kconfig.features @@ -210,6 +210,12 @@ config HAS_PERIPH_TIMER help Indicates that a Timer peripheral is present. +config HAS_PERIPH_TIMER_PERIODIC + bool + help + Indicates that the Timer peripheral provides the periodic timeout + functionality. + config HAS_PERIPH_UART bool help