commit | f56f1967e097c79ce229d9b84fb04fd1f9d555cf | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Mon Oct 06 07:50:08 2025 -0500 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Oct 08 17:47:00 2025 +0300 |
tree | 640f0f672d5e2f14c7e182c556f214fb9d3597b5 | |
parent | 6ca60371fc296df4a58832fa3796376be0784cbf [diff] |
drivers: uart_mcux_lpuart: Handle multiple uart case Handle the case where there are multiple different kinds of UART on one platform, the other UART driver select SERIAL_SUPPORT_ASYNC but LPUART did not, causing build error in LPUART driver. Shield LPUART driver from this case by introducing driver config to indicate that in fact LPUART is the one enabling ASYNC. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>