Commit c0410e1a authored by Emanuele Di Santo's avatar Emanuele Di Santo Committed by Anas Nashif
Browse files

drivers: serial: nrf: disable legacy shim for nRF92



Disable the legacy shim due to DPPI support currently missing.

Signed-off-by: default avatarEmanuele Di Santo <emdi@nordicsemi.no>
parent a2bb3238
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@ config UART_NRFX_UARTE_LEGACY_SHIM
	bool "Legacy UARTE shim"
	depends on UART_NRFX_UARTE
	depends on !SOC_SERIES_NRF54LX
	depends on RISCV || !SOC_SERIES_NRF54HX
	depends on !SOC_SERIES_NRF54HX || RISCV
	depends on !SOC_SERIES_NRF92X || RISCV
	# New shim takes more ROM. Until it is fixed use legacy shim.
	default y