1# NXP MCUX low power comparator (LPCMP) configuration options
2
3# Copyright 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config MCUX_LPCMP
7	bool "NXP LPCMP driver"
8	default y
9	depends on DT_HAS_NXP_LPCMP_ENABLED
10	select PINCTRL
11	help
12	  Enable the MCUX LPCMP driver.
13
14config MCUX_LPCMP_TRIGGER
15	bool "Trigger support"
16	depends on MCUX_LPCMP
17	help
18	  Enable trigger support for the NXP LPCMP.
19