:orphan: .. title:: UART_RTT .. option:: CONFIG_UART_RTT *Enable UART RTT driver* Type: ``bool`` Help ==== This option enables access RTT channel as UART device. Direct dependencies =================== \ :option:`USE_SEGGER_RTT ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.rtt:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:125`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: menuconfig UART_RTT bool "Enable UART RTT driver" depends on \ :option:`USE_SEGGER_RTT ` && \ :option:`SERIAL ` help This option enables access RTT channel as UART device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*