:orphan: .. title:: choice: Tracing Method .. _choice_638: .. describe:: choice: Tracing Method *Tracing Method* Type: ``bool`` Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TRACING_ASYNC ` Choice options ============== - \ :kconfig:`TRACING_SYNC ` - \ :kconfig:`TRACING_ASYNC ` Kconfig definition ================== At ``/tracing/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig choice bool "Tracing Method" default TRACING_ASYNC depends on TRACING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*