2022-02-24 20:00:55 +08:00
|
|
|
# Renesas R-Car UART configuration options
|
2021-05-06 18:32:25 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2021 IoT.bzh
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config UART_RCAR
|
|
|
|
bool "Renesas R-Car UART Driver"
|
2022-07-21 02:46:30 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_RENESAS_RCAR_SCIF_ENABLED
|
2021-05-06 18:32:25 +08:00
|
|
|
select SERIAL_HAS_DRIVER
|
2021-06-09 16:44:56 +08:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
2021-05-06 18:32:25 +08:00
|
|
|
help
|
|
|
|
Enable Renesas R-Car UART Driver.
|