1# Renesas R-Car UART configuration options
2
3# Copyright (c) 2021 IoT.bzh
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_RCAR
7	bool "Renesas R-Car UART Driver"
8	default y
9	depends on DT_HAS_RENESAS_RCAR_SCIF_ENABLED
10	select SERIAL_HAS_DRIVER
11	select SERIAL_SUPPORT_INTERRUPT
12	help
13	  Enable Renesas R-Car UART Driver.
14