1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config NXP_PINT
5 bool "Pin interrupt and pattern match engine (PINT) for NXP MCUs"
6 default y
7 depends on DT_HAS_NXP_PINT_ENABLED
8 select NXP_INPUTMUX
9 help
10 Enable PINT driver for NXP MCUs
11