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:
committed by
github-actions[bot]
parent
3568e1b6d5
commit
4ad13bcf60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user