drivers: serial: nrf: disable legacy shim for nRF92
Disable the legacy shim due to DPPI support currently missing. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
parent
a2bb323861
commit
c0410e1a22
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ config UART_NRFX_UARTE_LEGACY_SHIM
|
||||||
bool "Legacy UARTE shim"
|
bool "Legacy UARTE shim"
|
||||||
depends on UART_NRFX_UARTE
|
depends on UART_NRFX_UARTE
|
||||||
depends on !SOC_SERIES_NRF54LX
|
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.
|
# New shim takes more ROM. Until it is fixed use legacy shim.
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue