Skip to content

Commit 3243da2

Browse files
committed
boards native_sim: Deprecate CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT
This option existed only to make the transition from native_posix to native_sim easier. As native_posix is going to be removed in v4.2 we deprecate this option now, so it will also be removed. We also switch this option to default to false already now. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent ba15b8e commit 3243da2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/native/native_sim/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ comment "Native Simular (Single Core) options"
1818

1919
config NATIVE_SIM_NATIVE_POSIX_COMPAT
2020
bool "Pretend to be a native_posix board"
21-
default y
21+
select DEPRECATED
2222
help
2323
When this option is set the native_sim board will pretend to be
2424
a native_posix board from kconfig point of view, to allow using it directly with
2525
code which was meant for the native_posix board and checks for the macro
2626
CONFIG_BOARD_NATIVE_POSIX, or requires other kconfig options which depend on it.
27+
This option is deprecated and will be removed in Zephyr v4.3
2728

2829
config NATIVE_SIM_SLOWDOWN_TO_REAL_TIME
2930
bool "Slow down execution to real time"

0 commit comments

Comments
 (0)