zephyr/drivers/spi/Kconfig.mcux_flexcomm
Mahesh Mahadevan 10809b5402 drivers: spi: Update MCUX Flexcomm driver to add DMA support
Add DMA support to the MCUX Flexcomm SPI driver

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2020-10-21 06:26:40 -05:00

19 lines
497 B
Plaintext

# Copyright (c) 2016, Freescale Semiconductor, Inc.
# Copyright (c) 2017-2020, NXP
# SPDX-License-Identifier: Apache-2.0
config SPI_MCUX_FLEXCOMM
bool "MCUX FLEXCOMM SPI driver"
depends on HAS_MCUX_FLEXCOMM
help
Enable support for mcux flexcomm spi driver.
if SPI_MCUX_FLEXCOMM
config SPI_MCUX_FLEXCOMM_DMA
bool "MCUX FLEXCOMM SPI DMA Support"
select DMA
help
Enable the SPI DMA mode for SPI instances
that enable dma channels in their device tree node.
endif # SPI_MCUX_FLEXCOMM