Skip to content

Commit 5260cf7

Browse files
author
Jyri Sarha
committed
module: Kconfig: add SOF_USERSPACE_DP_DEFAULT_HEAP_SIZE stub
Add a dummy Kconfig definition for SOF_USERSPACE_DP_DEFAULT_HEAP_SIZE so the testbench build can resolve the symbol. The testbench does not use Zephyr, where this option is normally defined, so it needs a local fallback. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent bc608b9 commit 5260cf7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/audio/module_adapter/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ menu "Processing modules"
1313
containers to allocate at once is selected by this
1414
config option.
1515

16+
config SOF_USERSPACE_DP_DEFAULT_HEAP_SIZE
17+
int "Default heap size for DP userspace threads"
18+
default 20480
19+
help
20+
Defines the default heap size for userspace DP processing
21+
threads. The value can be overridden with IPC module init
22+
ext_init module payload. The default is derived from what is
23+
required for SRC module to produce all supported conversions.
24+
(This is a dummy Kconfig option to help testbench to build.)
25+
1626
config CADENCE_CODEC
1727
bool "Cadence codec"
1828
help

0 commit comments

Comments
 (0)