# NXP MCUX low power comparator (LPCMP) configuration options

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

config MCUX_LPCMP
	bool "NXP LPCMP driver [DEPRECATED]"
	default y
	depends on DT_HAS_NXP_SENSOR_LPCMP_ENABLED
	select PINCTRL
	select DEPRECATED
	help
	  Enable the MCUX LPCMP driver.

	  This driver is deprecated and will be removed in a future release.
	  It is currently scheduled to be removed in Zephyr 4.6.
	  We will implement a new LPCMP driver based on the comparator driver
	  API and enable test cases for boards/SoCs that previously supported
	  the mcux_lpcmp driver and sample.

config MCUX_LPCMP_TRIGGER
	bool "Trigger support [DEPRECATED]"
	depends on MCUX_LPCMP
	help
	  Enable trigger support for the NXP LPCMP.
