Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google_audio_processing: Clean up MOCK kconfig
The mock facility for AEC got folded into CONFIG_STUBS which is a more general tunable. But it was done with a kconfig "select" and not a default, which meant that it was no longer possible to disable the mock when AEC was enabled without changing COMP_STUBS globally, which hurts debugging. Put the handling in a default on the variable instead, now it can be overridden by later stages of kconfig (like the board conf file or the command line of xtensa-build-zephyr.py). Also enable MOCK explicitly in two spots (library build_all_ipc3) where AEC was being built out of the SOF upstream code alone and was relying on MOCK=y being automatically selected. That doesn't build anymore, the default is to build the real feature. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information