| # 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. |