Skip to content

Commit

Permalink
[nrf fromlist] drivers: serial: nrfx: Use legacy shim by default
Browse files Browse the repository at this point in the history
So far new platforms did not use legacy shim but it shall
be now a default uart shim for all platforms.

Upstream PR: zephyrproject-rtos/zephyr#75462

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch committed Oct 9, 2024
1 parent 60914d9 commit f248e4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/serial/Kconfig.nrfx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ config UART_NRFX_UARTE
config UART_NRFX_UARTE_LEGACY_SHIM
bool "Legacy UARTE shim"
depends on UART_NRFX_UARTE
depends on !SOC_SERIES_NRF54HX || RISCV
depends on !SOC_SERIES_NRF92X || RISCV
default y

config UART_NRFX_UARTE_ENHANCED_RX
Expand Down

0 comments on commit f248e4c

Please sign in to comment.