From 85b4cdd6c526af74eef74a361fc0d04efca8fd4a Mon Sep 17 00:00:00 2001 From: Marcin Szkudlinski Date: Tue, 18 Apr 2023 18:07:21 +0200 Subject: [PATCH] kconfig: limit DP scheduler to ACE DP scheduler is intended to work on MTL and future platforms only - has not been tested on any legacy. Signed-off-by: Marcin Szkudlinski --- zephyr/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/Kconfig b/zephyr/Kconfig index c9dda09a9..57ab1fd44 100644 --- a/zephyr/Kconfig +++ b/zephyr/Kconfig @@ -40,6 +40,7 @@ config ZEPHYR_DP_SCHEDULER default n depends on IPC_MAJOR_4 depends on ZEPHYR_SOF_MODULE + depends on ACE help Enable Data Processing preemptive scheduler based on Zephyr preemptive threads.