6f938f347b
Introduce PINT driver, for NXP pin interrupt and pattern match engine. The driver currently supports only the pin interrupt feature of the PINT. Add DTS entires for the PINT on LPC and RT devices that support this peripheral, and remove the interrupt defintions that are PINT specific from the GPIO module on these devices. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NXP_PINT
|
|
bool "Pin interrupt and pattern match engine (PINT) for NXP MCUs"
|
|
default y
|
|
depends on DT_HAS_NXP_PINT_ENABLED
|
|
help
|
|
Enable PINT driver for NXP MCUs
|