:orphan: .. title:: CONFIG_UART_RTT_DRIVER .. kconfig:: CONFIG_UART_RTT_DRIVER CONFIG_UART_RTT_DRIVER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`UART_RTT ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_RTT_0 ` - \ :kconfig:`UART_RTT_1 ` - \ :kconfig:`UART_RTT_2 ` - \ :kconfig:`UART_RTT_3 ` Kconfig definition ================== At ``/serial/Kconfig.rtt:51`` 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_DRIVER bool depends on UART_RTT && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*