Skip to content

Commit aeadccf

Browse files
committed
ptl: enable user-space support for PTL
PTL supports user-space, enable it by default. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 4f60442 commit aeadccf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ CONFIG_LOG_BACKEND_ADSP=n
6565
CONFIG_LOG_FLUSH_SLEEP_US=5000
6666
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
6767
CONFIG_WINSTREAM_CONSOLE=n
68+
69+
# Userspace options
70+
CONFIG_USERSPACE=y
71+
CONFIG_DYNAMIC_THREAD=y
72+
CONFIG_DYNAMIC_THREAD_ALLOC=y
73+
CONFIG_DYNAMIC_THREAD_PREFER_ALLOC=y
74+
CONFIG_SOF_STACK_SIZE=8192
75+
CONFIG_SOF_USERSPACE_PROXY=y

0 commit comments

Comments
 (0)