Create Kconfig variable NXP_INPUTMUX, which selects the fsl_inputmux driver. Imply the MCUX component symbol from it. Imply that variable from the NXP PINT, SmartDMA and LPC DMA drivers and from the mimxrt685s SoC. This needed to be done for the mimxrt700_evk/mimxrt798s/hifi4 domain, as the INPUTMUX peripheral handles IRQ assginments and its driver (fsl_inputmux) is used directly by the domain's soc.c. Instantiating the currently dependent drivers (for PINT and SmartDMA) isn's possible nor reasonable on the said target. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
11 lines
252 B
Plaintext
11 lines
252 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
|
|
select NXP_INPUTMUX
|
|
help
|
|
Enable PINT driver for NXP MCUs
|