Add support for LPSPI DMA mode on RT1064, RT1060, RT1050, RT1024, RT1020, RT1015, and RT1010 evaluation boards. Update tests to match. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
9 lines
155 B
Text
9 lines
155 B
Text
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_1"
|
|
CONFIG_SPI_MCUX_LPSPI_DMA=y
|
|
CONFIG_SPI_ASYNC=n
|