drivers: serial: Apply TX AE interrupt workaround on MAX32655

The workaround for missing the almost-empty interrupt when TX of very small
payloads needs to also be applied for the UART on MAX32655, so default on
that workaround symbol on that target.

Signed-off-by: Pete Johanson <pete.johanson@analog.com>
(cherry picked from commit 9a55353216)
This commit is contained in:
Pete Johanson
2025-11-13 12:24:51 +01:00
committed by github-actions[bot]
parent 3568e1b6d5
commit 4ad13bcf60

View File

@@ -19,7 +19,7 @@ config UART_MAX32
config UART_MAX32_TX_AE_WORKAROUND
bool
default y if SOC_MAX32690
default y if SOC_MAX32690 || SOC_MAX32655
depends on UART_MAX32 && UART_INTERRUPT_DRIVEN
help
This option enables a small workaround for almost-empty interrupts