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