Skip to content

Commit 82b8a5a

Browse files
committed
zephyr: set SOF_USERSPACE_INTERFACE_ALLOC for LL user builds
Enable CONFIG_SOF_USERSPACE_INTERFACE_ALLOC to allow user-space pipeline code to allocate memory with sof_heap_alloc(). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 1831558 commit 82b8a5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ config SOF_USERSPACE_INTERFACE_ALLOC
3939
config SOF_USERSPACE_LL
4040
bool "Run Low-Latency pipelines in userspace threads"
4141
depends on USERSPACE
42+
select SOF_USERSPACE_INTERFACE_ALLOC
4243
select SOF_USERSPACE_INTERFACE_DMA
4344
help
4445
Run Low-Latency (LL) pipelines in userspace threads. This adds

0 commit comments

Comments
 (0)