File tree 2 files changed +6
-6
lines changed
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
35
35
help
36
36
Disabling this option is deprecated.
37
37
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
+
38
44
config UART_NRFX_UARTE_ENHANCED_RX
39
45
bool "Enhanced RX handling"
40
46
depends on UART_ASYNC_API
Original file line number Diff line number Diff line change @@ -197,10 +197,4 @@ config NRF_PLATFORM_HALTIUM
197
197
this option. This allows to easily enable common functionality on
198
198
SoCs based on the Haltium platform.
199
199
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
-
206
200
endif # SOC_FAMILY_NORDIC_NRF
You can’t perform that action at this time.
0 commit comments