zephyr/drivers/interrupt_controller/Kconfig.nxp_pint
Daniel DeGrasse 6f938f347b drivers: interrupt_controller: introduce PINT driver
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>
2023-04-18 16:14:57 -05:00

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