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	default y
9	depends on DT_HAS_TI_CC13XX_CC26XX_UART_ENABLED
10	select SERIAL_HAS_DRIVER
11	select SERIAL_SUPPORT_INTERRUPT
12	help
13	  Enable the TI SimpleLink CC13xx / CC26xx UART driver.
14