1# NXP MCUX analog comparator (ACMP) configuration options
2
3# Copyright (c) 2020 Vestas Wind Systems A/S
4# Copyright 2024 NXP
5# SPDX-License-Identifier: Apache-2.0
6
7config SENSOR_MCUX_ACMP
8	bool "NXP MCUX Analog Comparator (ACMP)"
9	default y
10	depends on DT_HAS_NXP_KINETIS_ACMP_ENABLED
11	select PINCTRL
12	select MCUX_ACMP
13	help
14	  Enable driver for the NXP MCUX Analog Comparator (ACMP).
15
16config SENSOR_MCUX_ACMP_TRIGGER
17	bool "Trigger support"
18	depends on SENSOR_MCUX_ACMP
19	help
20	  Enable trigger support for the NXP MCUX Analog Comparator
21	  (ACMP).
22