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
217 B
Plaintext
11 lines
217 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DMA_MCUX_SMARTDMA
|
|
bool "MCUX SmartDMA Driver"
|
|
default y
|
|
depends on DT_HAS_NXP_SMARTDMA_ENABLED
|
|
select NXP_INPUTMUX
|
|
help
|
|
MCUX SmartDMA driver.
|