commit | 08351250db03b0e7ca4d745ef66598c10f054ff4 | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Thu Mar 13 14:25:58 2025 -0500 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Mar 14 17:53:24 2025 +0100 |
tree | 5a9d5d1ae1314c5ea51c820b006e2c4541007651 | |
parent | d67e705d0b6181948f8f8dc9c0d31bc38a02f638 [diff] |
tests: spi_loopback: nxp: remove lpspi async=n cfg Remove the overlay files for many of the NXP platforms, because they were doing two things that are no longer relevant: 1) CONFIG_SPI_ASYNC=n -> LPSPI driver used to not work with CONFIG_SPI_ASYNC, now it does, so we should test it. 2) CONFIG_SPI_MCUX_LPSPI_DMA=y -> This is redundant with the testcase.yaml Signed-off-by: Declan Snyder <declan.snyder@nxp.com>