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:
Tom Burdick 2023-08-01 16:20:10 -05:00 committed by Carles Cufí
parent 0e373019d6
commit 42ca64d60c
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_DMA_DW_LLI_POOL_SIZE=4

View File

@ -0,0 +1,11 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
dma0 = &lpgpdma0;
};
};