:orphan: .. title:: UART_RTT_1 .. option:: CONFIG_UART_RTT_1 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable UART on RTT channel 1 Direct dependencies =================== \ :option:`SEGGER_RTT_MAX_NUM_UP_BUFFERS ` >= 2 && \ :option:`SEGGER_RTT_MAX_NUM_DOWN_BUFFERS ` >= 2 && \ :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 ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.rtt:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:125`` Menu path: (Top) → Device Drivers → Serial Drivers → Enable UART RTT driver .. parsed-literal:: config UART_RTT_1 bool default n select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`UART_RTT_DRIVER ` depends on \ :option:`SEGGER_RTT_MAX_NUM_UP_BUFFERS ` >= 2 && \ :option:`SEGGER_RTT_MAX_NUM_DOWN_BUFFERS ` >= 2 && \ :option:`UART_RTT ` && \ :option:`SERIAL ` help Enable UART on RTT channel 1 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*