Skip to content

Commit 7ef5445

Browse files
decsnycarlescufi
authored andcommitted
drivers: uart_mcux: Do not select async support
Commit f1b0b45 mistakenly selected the SERIAL_SUPPORT_ASYNC kconfig for the kinetis uart driver when enabling the lpuart driver. Revert this, because the kinetis uart driver does not support async api. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
1 parent 5bd41f6 commit 7ef5445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/serial/Kconfig.mcux

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ config UART_MCUX
1010
depends on CLOCK_CONTROL
1111
select SERIAL_HAS_DRIVER
1212
select SERIAL_SUPPORT_INTERRUPT
13-
select SERIAL_SUPPORT_ASYNC
1413
select PINCTRL
1514
help
1615
Enable the MCUX uart driver.

0 commit comments

Comments
 (0)