Skip to content

Commit 7c7eb1f

Browse files
committed
schedule: ll: userspace: enable LLEXT
LLEXT is now working with userspace LL and can be enabled. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 755a13e commit 7c7eb1f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

app/overlays/ptl/ll_userspace_overlay.conf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ CONFIG_COLD_STORE_EXECUTE_DEBUG=n
2424
CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=n
2525
CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n
2626

27-
# disable loadable modules (hits privilege issues in user-space now)
28-
CONFIG_LLEXT_STORAGE_WRITABLE=n
29-
CONFIG_LLEXT_EXPERIMENTAL=n
30-
CONFIG_MODULES=n
31-
3227
# some of current boot tests interfere with user-space setup
3328
CONFIG_SOF_BOOT_TEST_ALLOWED=n
3429

3530
# misc features not yet compatible with user-space
3631
CONFIG_CROSS_CORE_STREAM=n
3732
CONFIG_INTEL_ADSP_MIC_PRIVACY=n
3833
CONFIG_XRUN_NOTIFICATIONS_ENABLE=n
34+
35+
CONFIG_MAX_THREAD_BYTES=4

0 commit comments

Comments
 (0)