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 default y 9 depends on DT_HAS_TELINK_B91_UART_ENABLED 10 select SERIAL_HAS_DRIVER 11 select SERIAL_SUPPORT_INTERRUPT 12 help 13 This option enables the B91 serial driver. 14