From bd42df26626a82fa14cafc86d9dfec728aa366da Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 26 Feb 2025 09:40:39 +0100 Subject: [PATCH] boards native_sim: deprecate NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME In favour of NATIVE_SIM_SLOWDOWN_TO_REAL_TIME. To be removed by 4.4. Signed-off-by: Alberto Escolar Piedras --- boards/native/native_sim/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/native_sim/Kconfig b/boards/native/native_sim/Kconfig index fc84adda149..1e79e7409d6 100644 --- a/boards/native/native_sim/Kconfig +++ b/boards/native/native_sim/Kconfig @@ -45,6 +45,7 @@ config BOARD_NATIVE_POSIX config NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME bool "Slow down execution to real time (native_posix compat)" select NATIVE_SIM_SLOWDOWN_TO_REAL_TIME + select DEPRECATED help Transitional option which allows applications which targeted native_posix to set the correct native_sim option (CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME)