:orphan: .. title:: CONFIG_NRF_TRACE_PORT .. kconfig:: CONFIG_NRF_TRACE_PORT CONFIG_NRF_TRACE_PORT ##################### *Enable nRF TPIU* Type: ``bool`` Help ==== .. code-block:: none Enable this option to initialize the TPIU (Trace Port Interface Unit) for tracing using a hardware probe. If disabled, the trace pins will be used as GPIO. Direct dependencies =================== !\ :kconfig:`SOC_SERIES_NRF51X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/arm/nordic_nrf/Kconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config NRF_TRACE_PORT bool "Enable nRF TPIU" depends on !SOC_SERIES_NRF51X && SOC_FAMILY_NRF help Enable this option to initialize the TPIU (Trace Port Interface Unit) for tracing using a hardware probe. If disabled, the trace pins will be used as GPIO. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*