zephyr/drivers/serial/Kconfig.rcar
Aymeric Aillet c5a057bc63 drivers: serial: add Renesas R-Car driver
This patch add support for polling based UART
on the Renesas R-Car SCIF (Serial Communication Interface
with FIFO)

This hardware block can be found on various Renesas R-Car
SoC series.

It allows to get console on R-Car Gen3 H3ULCB board.

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2021-05-07 13:08:48 +02:00

12 lines
259 B
Plaintext

# Reneas R-Car UART configuration options
# Copyright (c) 2021 IoT.bzh
# SPDX-License-Identifier: Apache-2.0
config UART_RCAR
bool "Renesas R-Car UART Driver"
select SERIAL_HAS_DRIVER
depends on SOC_FAMILY_RCAR
help
Enable Renesas R-Car UART Driver.