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 <christian.galante@silabs.com>
This commit is contained in:
Christian Galante 2025-01-14 16:45:10 -05:00 committed by Benjamin Cabé
commit dd7547420b

View file

@ -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