1# TI CC13xx / CC26xx UART configuration options 2 3# Copyright (c) 2019 Brett Witherspoon 4# SPDX-License-Identifier: Apache-2.0 5 6config UART_CC13XX_CC26XX 7 bool "TI SimpleLink CC13xx / CC26xx UART driver" 8 depends on SOC_SERIES_CC13X2_CC26X2 9 select SERIAL_HAS_DRIVER 10 select SERIAL_SUPPORT_INTERRUPT 11 help 12 Enable the TI SimpleLink CC13xx / CC26xx UART driver. 13