- CONFIG_CAVS_USE_LPRO_IN_WAITI¶
Use low power ring oscillator in WFI
Type: bool
Help¶
Select if we want to use LPRO clock in waiti.
After waiti exit clock source will be restored.
Choose n if unclear.
Direct dependencies¶
CAVS
&& !CAVS_LPRO_ONLY
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
n
Symbols that select this symbol¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:349
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform
config CAVS_USE_LPRO_IN_WAITI
bool "Use low power ring oscillator in WFI"
default n
depends on CAVS && !CAVS_LPRO_ONLY && SOF
help
Select if we want to use LPRO clock in waiti.
After waiti exit clock source will be restored.
Choose n if unclear.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)