The latest development version of this page may be more current than this released 2.6.1-rc1 version.
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:8Kconfig.zephyr:23modules/Kconfig:6doc/_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.)