1# Copyright (c) 2025 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3config COMPARATOR_SILABS_ACMP 4 bool "Silabs ACMP comparator driver" 5 default y 6 depends on DT_HAS_SILABS_ACMP_ENABLED 7 select PINCTRL 8 select SOC_SILABS_ACMP 9 help 10 Enable the comparator driver for the Analog Comparator hardware block 11 present on Silicon Labs devices. This block is commonly used to 12 monitor the power supply. 13