The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_HAVE_AGENT

Enable system agent

Type: bool

Help

Enables system agent. It can be disabled on systems
which are still unstable and cannot assure that
system agent will always execute on time or systems
with DMA based scheduling, where asynchronous interrupts
can potentially starve the agent.

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:385

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 HAVE_AGENT
    bool "Enable system agent"
    default y
    depends on SOF
    help
      Enables system agent. It can be disabled on systems
      which are still unstable and cannot assure that
      system agent will always execute on time or systems
      with DMA based scheduling, where asynchronous interrupts
      can potentially starve the agent.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)