Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
native_sim_libfuzzer.conf: override some incompatible hardware options
Override incompatible options CONFIG_SMP_BOOT_DELAY and CONFIG_SCHED_CPU_MASK_PIN_ONLY found in `sof/app/prj.conf` to silence build time warnings. Strange why these are in `app/prj.conf` but not our problem here. ``` warning: SCHED_CPU_MASK_PIN_ONLY (defined at kernel/Kconfig:139) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: SMP (=n). warning: SMP_BOOT_DELAY (defined at kernel/Kconfig.smp:32) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: SMP (=n). ``` Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information