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

Maximum probe points

Type: int

Help

Define maximum number of probes, extraction and injection combined.

Direct dependencies

PROBE && SOF

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/probe/Kconfig:13

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:13

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Probe → Probes enabled

config PROBE_POINTS_MAX
    int "Maximum probe points"
    default 16
    depends on PROBE && SOF
    help
      Define maximum number of probes, extraction and injection combined.

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