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:
parent
b7d13ea6ca
commit
dd7547420b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue