Skip to content

arch: zephyr: Add Kconfig configuration file.#53

Open
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:zephyr_arch_kconfig
Open

arch: zephyr: Add Kconfig configuration file.#53
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:zephyr_arch_kconfig

Conversation

@quic-aditrath
Copy link
Contributor

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)

@quic-aditrath quic-aditrath requested review from a team February 2, 2026 16:29
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>
Select y to compile posal source files,
say n to skip posal source files compilation.

config ARE_LOG_LEVEL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this Kconfig have to be specific to Zephyr?

Select y to disable platform compilation,
say n to compile platform.

config COMPILE_POSAL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the scenario which we don't need to compile POSAL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants