arch: zephyr: Add Kconfig configuration file.#53
Open
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
Open
arch: zephyr: Add Kconfig configuration file.#53quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
Conversation
Add Kconfig file for Zephyr architecture support to enable build-time configuration of AudioReach Engine components on Zephyr platform. Update arch/Kconfig to include the new Zephyr configuration file. Introduce ARCH_ZEPHYR menuconfig with the following options: - DISABLE_PLATFORM: Control platform compilation (default enabled) - COMPILE_POSAL: Control POSAL source files compilation (default enabled) - ARE_LOG_LEVEL: Set AudioReach Engine log level from 0-4 (default 1) Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
7482354 to
a8fd8d1
Compare
quic-plai
reviewed
Feb 8, 2026
| Select y to compile posal source files, | ||
| say n to skip posal source files compilation. | ||
|
|
||
| config ARE_LOG_LEVEL |
Contributor
There was a problem hiding this comment.
Does this Kconfig have to be specific to Zephyr?
| Select y to disable platform compilation, | ||
| say n to compile platform. | ||
|
|
||
| config COMPILE_POSAL |
Contributor
There was a problem hiding this comment.
What is the scenario which we don't need to compile POSAL?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Kconfig file for Zephyr architecture support to enable build-time configuration of AudioReach Engine components on Zephyr platform. Update arch/Kconfig to include the new Zephyr configuration file.
Introduce ARCH_ZEPHYR menuconfig with the following options: