Skip to content

Commit

Permalink
tests: drivers: spi_loopback: select CONFIG_SPI_ASYNC on NXP LPSPI bo…
Browse files Browse the repository at this point in the history
…ards

Enable testing async mode on all the NXP boards with the LPSPI peripherals.

Signed-off-by: Derek Snell <[email protected]>
  • Loading branch information
DerekSnell committed Sep 10, 2024
1 parent 3a9a411 commit cd2b208
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/frdm_ke17z512.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/frdm_mcxn236.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=n
CONFIG_SPI_ASYNC=n
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1010_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1015_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1020_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1024_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1040_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1050_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1060_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
1 change: 0 additions & 1 deletion tests/drivers/spi/spi_loopback/boards/mimxrt1064_evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_MCUX_LPSPI_DMA=y
CONFIG_SPI_ASYNC=n

0 comments on commit cd2b208

Please sign in to comment.