- CONFIG_CAVS_LPRO_ONLY¶
Use low power ring oscillator always
Type: bool
Help¶
Select if you want to use only the 120MHz LPRO as the DSP clock source.
This option is for debugging only at the moment, choose n if unclear.
Direct dependencies¶
CAVS
&& !CAVS_VERSION_1_5
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:341
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_LPRO_ONLY
bool "Use low power ring oscillator always"
default n
depends on CAVS && !CAVS_VERSION_1_5 && SOF
help
Select if you want to use only the 120MHz LPRO as the DSP clock source.
This option is for debugging only at the moment, choose n if unclear.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)