Skip to content

Commit 5bad788

Browse files
committed
[nrf fromtree] drivers: serial: nrfx_uarte: Fix endtx-stoptx property check
The UART_xyz_ENHANCED_POLL_OUT Kconfig was using an outdated property for checking whether the peripheral has the endtx->stoptx short. The property is now updated. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit ec1f662) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent a8ca36c commit 5bad788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/Kconfig.nrfx_uart_instance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config UART_$(nrfx_uart_num)_ASYNC
2020

2121
config UART_$(nrfx_uart_num)_ENHANCED_POLL_OUT
2222
bool "Efficient poll out on port $(nrfx_uart_num)"
23-
depends on !$(dt_nodelabel_has_prop,uart$(nrfx_uart_num),short-endtx-stoptx)
23+
depends on !$(dt_nodelabel_has_prop,uart$(nrfx_uart_num),endtx-stoptx-supported)
2424
default y
2525
depends on HAS_HW_NRF_UARTE$(nrfx_uart_num)
2626
depends on HAS_HW_NRF_PPI || HAS_HW_NRF_DPPIC

0 commit comments

Comments
 (0)