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: Fix kconfig precedence for MOCK
At some point the "mock" feature here got folded into COMP_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). Signed-off-by: Andy Ross <[email protected]>
- Loading branch information