From dd7547420ba75e8820024c68886d0a1c1b7d252b Mon Sep 17 00:00:00 2001 From: Christian Galante Date: Tue, 14 Jan 2025 16:45:10 -0500 Subject: [PATCH] soc: silabs: add configuration to enable acmp module The ACMP module is enabled with this change in the gecko and simplicity_sdk hal libraries for development on silabs devices. This is a pre-requisite for implementing the comparator driver that is compatible with silabs acmp peripherals. Signed-off-by: Christian Galante --- soc/silabs/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/soc/silabs/Kconfig b/soc/silabs/Kconfig index 07c20603780..dcf8de541c6 100644 --- a/soc/silabs/Kconfig +++ b/soc/silabs/Kconfig @@ -23,6 +23,11 @@ config SOC_GECKO_CORE help Set if the Core interrupt handling (CORE) HAL module is used. +config SOC_SILABS_ACMP + bool + help + Set if the Analog comparator (ACMP) HAL module is used. + config SOC_GECKO_ADC bool help