This implements the comparator driver for silabs acmp peripherals using the silabs,acmp compatible binding. Signed-off-by: Christian Galante <christian.galante@silabs.com>
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
# Copyright (c) 2025 Silicon Laboratories Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
config COMPARATOR_SILABS_ACMP
|
|
bool "Silabs ACMP comparator driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_ACMP_ENABLED
|
|
select PINCTRL
|
|
select SOC_SILABS_ACMP
|
|
help
|
|
Enable the comparator driver for the Analog Comparator hardware block
|
|
present on Silicon Labs devices. This block is commonly used to
|
|
monitor the power supply.
|