Skip to content

Commit d64db7c

Browse files
Martinhoff-makerMaureenHelm
authored andcommitted
drivers: dma: silabs: change default max descriptor from 8 to 16
We need to add CONFIG_DMA_MAX_DESCRIPTOR=16 for a lot of tests, then this default value of this parameter need to be higher. It allows to delete some overlay files. Signed-off-by: Martin Hoff <[email protected]>
1 parent 9ed0ded commit d64db7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/Kconfig.silabs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if DMA_SILABS_LDMA
1414

1515
config DMA_MAX_DESCRIPTOR
1616
int "Max Number of block_config (LDMA_Descriptor)"
17-
default 8
17+
default 16
1818
help
1919
Max Number of block_config (LDMA_Descriptor)
2020

0 commit comments

Comments
 (0)