From b36e8e9d9d6518841bf22c235f024e3fae0be470 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 27 Nov 2023 16:56:14 +0100 Subject: [PATCH] kconfigs/Kconfig.features: define periph_freqm --- kconfigs/Kconfig.features | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kconfigs/Kconfig.features b/kconfigs/Kconfig.features index ab84f587a1..f3cc04a68f 100644 --- a/kconfigs/Kconfig.features +++ b/kconfigs/Kconfig.features @@ -258,6 +258,11 @@ config HAS_PERIPH_FLASHPAGE_RWEE help Indicates that the Flashpage peripheral is of the Read While Write. +config HAS_PERIPH_FREQM + bool + help + Indicates that a Frequency Meter peripheral is present. + config HAS_PERIPH_GPIO bool help