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>
12 lines
259 B
Plaintext
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.
|