Skip to content

Commit 4a31f02

Browse files
Martinhoff-makerkartben
authored andcommitted
driver: serial: silabs: implement asynch usart with dma
First implementation of asynchronous usart driver with dma support. Signed-off-by: Martin Hoff <[email protected]>
1 parent 6f1debe commit 4a31f02

File tree

2 files changed

+632
-53
lines changed

2 files changed

+632
-53
lines changed

drivers/serial/Kconfig.silabs_usart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ config UART_SILABS_USART
88
select SERIAL_HAS_DRIVER
99
select SERIAL_SUPPORT_INTERRUPT
1010
select SOC_GECKO_USART
11+
select SERIAL_SUPPORT_ASYNC \
12+
if DT_HAS_SILABS_LDMA_ENABLED
13+
select DMA if UART_ASYNC_API
1114
select PINCTRL
1215
select CLOCK_CONTROL
1316
select PM_DEVICE if PM

0 commit comments

Comments
 (0)