2021-05-06 18:32:25 +08:00
|
|
|
# Reneas R-Car UART configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2021 IoT.bzh
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-01-21 16:41:17 +08:00
|
|
|
DT_COMPAT_RENESAS_RCAR_SCIF := renesas,rcar-scif
|
|
|
|
|
2021-05-06 18:32:25 +08:00
|
|
|
config UART_RCAR
|
|
|
|
bool "Renesas R-Car UART Driver"
|
|
|
|
select SERIAL_HAS_DRIVER
|
2021-06-09 16:44:56 +08:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
2021-05-06 18:32:25 +08:00
|
|
|
depends on SOC_FAMILY_RCAR
|
2022-01-21 16:41:17 +08:00
|
|
|
default $(dt_compat_enabled,$(DT_COMPAT_RENESAS_RCAR_SCIF))
|
2021-05-06 18:32:25 +08:00
|
|
|
help
|
|
|
|
Enable Renesas R-Car UART Driver.
|