Skip to content

Commit ba15b8e

Browse files
committed
boards native: Deprecate CONFIG_NATIVE_APPLICATION
This option is used in tree only by native_posix, which is deprecated and being replaced by native_sim. But may be used also in out of tree targets. As part of the native_posix deprecation, and therefore the lack of testing this feature would have in the future, we are also deprecating this option. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 2efc859 commit ba15b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Kconfig.zephyr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,11 @@ config NATIVE_APPLICATION
470470
default y if ARCH_POSIX
471471
depends on !NATIVE_LIBRARY
472472
select NATIVE_BUILD
473+
select DEPRECATED
473474
help
474475
Build as a native application that can run on the host and using
475-
resources and libraries provided by the host.
476+
resources and libraries provided by the host. This option is deprecated
477+
and will be removed in Zephyr v4.3
476478

477479
config NATIVE_LIBRARY
478480
bool

0 commit comments

Comments
 (0)