1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config COMPARATOR_MCUX_ACMP
5	bool "NXP MCUX ACMP comparator driver"
6	default y
7	depends on DT_HAS_NXP_KINETIS_ACMP_ENABLED
8	select PINCTRL
9	select MCUX_ACMP
10