File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ config UART_NRFX_UARTE_LEGACY_SHIM
3535 help
3636 Disabling this option is deprecated.
3737
38+ config DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM
39+ bool
40+ default y if !UART_NRFX_UARTE_LEGACY_SHIM
41+ depends on UART_NRFX_UARTE
42+ select DEPRECATED
43+
3844config UART_NRFX_UARTE_ENHANCED_RX
3945 bool "Enhanced RX handling"
4046 depends on UART_ASYNC_API
Original file line number Diff line number Diff line change @@ -197,10 +197,4 @@ config NRF_PLATFORM_HALTIUM
197197 this option. This allows to easily enable common functionality on
198198 SoCs based on the Haltium platform.
199199
200- config DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM
201- bool
202- default y if !UART_NRFX_UARTE_LEGACY_SHIM
203- depends on UART_NRFX_UARTE
204- select DEPRECATED
205-
206200endif # SOC_FAMILY_NORDIC_NRF
You can’t perform that action at this time.
0 commit comments