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