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 <marcin.szkudlinski@intel.com>
This commit is contained in:
Marcin Szkudlinski 2023-04-18 18:07:21 +02:00 committed by Kai Vehmanen
parent 6f9f2ee28e
commit 85b4cdd6c5
1 changed files with 1 additions and 0 deletions

View File

@ -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.