1# Copyright (c) 2023 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config UART_RZT2M 5 bool "Renesas RZ/T2M UART Driver" 6 default y 7 depends on DT_HAS_RENESAS_RZT2M_UART_ENABLED 8 select SERIAL_HAS_DRIVER 9 select SERIAL_SUPPORT_INTERRUPT 10 select PINCTRL 11 help 12 Enable Renesas RZ/T2M UART Driver. 13