Skip to content

Commit 3dd5671

Browse files
lrgirdwolgirdwood
authored andcommitted
userspace: Add a Kconfig to be used for SOF userspace processing
Add a Kconfig to be used for SOF userspace support. This will be a staging feature at the moment until its stable upstream. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 019c69f commit 3dd5671

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

zephyr/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ config SOF_STAGING
1111

1212
rsource "../Kconfig.sof"
1313

14+
config SOF_USERSPACE
15+
bool "Enable SOF support for userspace modules"
16+
default n
17+
help
18+
SOF userspace modules support will enable modules to run in DP
19+
processing mode as userspace code and data. This feature is WIP
20+
and is not yet ready for production, for developers only.
21+
1422
config SOF_ZEPHYR_HEAP_CACHED
1523
bool "Cached Zephyr heap for SOF memory non-shared zones"
1624
default y if CAVS || ACE

0 commit comments

Comments
 (0)