From bcd8d5aac883d4d7829c93d76b47b30cc1b121aa Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 22 Apr 2021 08:55:11 +0200 Subject: [PATCH] fixup! drivers/periph_timer: add timer_query_freq() --- drivers/periph_common/Kconfig.timer | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/periph_common/Kconfig.timer b/drivers/periph_common/Kconfig.timer index 3ad9359fd080..9d9b784e19d9 100644 --- a/drivers/periph_common/Kconfig.timer +++ b/drivers/periph_common/Kconfig.timer @@ -30,6 +30,10 @@ config MODULE_PERIPH_INIT_TIMER_PERIODIC depends on MODULE_PERIPH_TIMER_PERIODIC default y if MODULE_PERIPH_INIT +config MODULE_PERIPH_TIMER_QUERY_FREQ + bool "Support for querying supported timer frequencies" + depends on HAS_PERIPH_TIMER_QUERY_FREQ + endif # MODULE_PERIPH_TIMER endif # TEST_KCONFIG