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