tests: dma_sg: intel_adsp_ace15 specific config
A small Kconfig option change to increase the descriptor pool size as well as a dts overlay to select which gpdma to test with is needed for the test case. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
0e373019d6
commit
42ca64d60c
@ -0,0 +1 @@
|
||||
CONFIG_DMA_DW_LLI_POOL_SIZE=4
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
dma0 = &lpgpdma0;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user