:orphan: .. title:: CONFIG_SEGGER_RTT_CUSTOM_LOCKING .. kconfig:: CONFIG_SEGGER_RTT_CUSTOM_LOCKING CONFIG_SEGGER_RTT_CUSTOM_LOCKING ################################ *Enable custom locking* Type: ``bool`` Help ==== .. code-block:: none Enable custom locking using a mutex. Direct dependencies =================== \ :kconfig:`USE_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_RTT ` - \ :kconfig:`LOG_BACKEND_RTT ` - \ :kconfig:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== At ``/debug/Kconfig.rtt:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:16`` → ``/debug/Kconfig:4`` Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries. .. code-block:: kconfig config SEGGER_RTT_CUSTOM_LOCKING bool "Enable custom locking" depends on USE_SEGGER_RTT help Enable custom locking using a mutex. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*