You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
608 B
23 lines
608 B
# Copyright (c) 2024 Texas Instruments Incorporated |
|
# Copyright (c) 2024 BayLibre, SAS |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UART_CC23X0 |
|
bool "TI SimpleLink CC23x0 UART driver" |
|
default y |
|
depends on DT_HAS_TI_CC23X0_UART_ENABLED |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
select SERIAL_SUPPORT_ASYNC |
|
select PINCTRL |
|
help |
|
Enable the TI SimpleLink CC23x0 UART driver. |
|
|
|
config UART_CC23X0_DMA_DRIVEN |
|
bool "DMA support for TI CC23X0 UART devices" |
|
depends on UART_CC23X0 |
|
depends on UART_ASYNC_API |
|
select DMA |
|
help |
|
DMA driven mode offloads data transfer tasks from the CPU.
|
|
|