- CONFIG_TRACE_FILTERING_VERBOSITY¶
Filter by verbosity
Type: bool
Help¶
Filtering by log verbosity level, where maximum verbosity allowed is specified for each
context and may be adjusted in runtime.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/trace/Kconfig:42
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:11
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Trace → Trace → Trace filtering
config TRACE_FILTERING_VERBOSITY
bool "Filter by verbosity"
default y
depends on TRACE_FILTERING && SOF
help
Filtering by log verbosity level, where maximum verbosity allowed is specified for each
context and may be adjusted in runtime.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)