:orphan: .. title:: CONFIG_UART_RTT_3 .. kconfig:: CONFIG_UART_RTT_3 CONFIG_UART_RTT_3 ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable UART on RTT channel 3 Direct dependencies =================== \ :kconfig:`SEGGER_RTT_MAX_NUM_UP_BUFFERS ` >= 4 && \ :kconfig:`SEGGER_RTT_MAX_NUM_DOWN_BUFFERS ` >= 4 && \ :kconfig:`UART_RTT ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`UART_RTT_DRIVER ` Kconfig definition ================== At ``/serial/Kconfig.rtt:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:152`` Menu path: (Top) → Device Drivers → Serial Drivers → Enable UART RTT driver .. code-block:: kconfig config UART_RTT_3 bool default n select SERIAL_HAS_DRIVER select UART_RTT_DRIVER depends on SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 4 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS >= 4 && UART_RTT && SERIAL help Enable UART on RTT channel 3 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*