:orphan: .. title:: TRACING_MESSAGE_QUEUE .. option:: CONFIG_TRACING_MESSAGE_QUEUE *Enable tracing Message Queues* Type: ``bool`` Help ==== .. code-block:: none Enable tracing Message Queues. Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/tracing/Kconfig:269`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Configuration .. code-block:: kconfig config TRACING_MESSAGE_QUEUE bool "Enable tracing Message Queues" default y depends on TRACING help Enable tracing Message Queues. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*