Skip to content

Commit 1d90fdd

Browse files
committed
tests: dma: Enable loop_transfer for nxp,4ch-dma
Enable loop_transfer for nxp,4ch-dma Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent e08264d commit 1d90fdd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_SIZE=1024
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &dma {};

0 commit comments

Comments
 (0)