:orphan: .. title:: UART_RCAR .. option:: CONFIG_UART_RCAR *Renesas R-Car UART Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Renesas R-Car UART Driver. Direct dependencies =================== \ :option:`SOC_FAMILY_RCAR ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` Kconfig definition ================== At ``/serial/Kconfig.rcar:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:137`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_RCAR bool "Renesas R-Car UART Driver" select SERIAL_HAS_DRIVER depends on SOC_FAMILY_RCAR && SERIAL help Enable Renesas R-Car UART Driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*