1# Copyright (c) 2021 Telink Semiconductor 2# SPDX-License-Identifier: Apache-2.0 3 4# Telink B91 UART configuration options 5 6config UART_TELINK_B91 7 bool "Telink B91 UART driver" 8 depends on SOC_RISCV_TELINK_B91 9 select SERIAL_HAS_DRIVER 10 select SERIAL_SUPPORT_INTERRUPT 11 help 12 This option enables the B91 serial driver. 13