1# Reneas 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	select SERIAL_HAS_DRIVER
9	select SERIAL_SUPPORT_INTERRUPT
10	depends on SOC_FAMILY_RCAR
11	help
12	  Enable Renesas R-Car UART Driver.
13