mirror of https://github.com/thesofproject/sof.git
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:
parent
6f9f2ee28e
commit
85b4cdd6c5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue