:orphan: .. title:: CONFIG_NATIVE_APPLICATION .. kconfig:: CONFIG_NATIVE_APPLICATION CONFIG_NATIVE_APPLICATION ######################### *Build as a native host application* Type: ``bool`` Help ==== .. code-block:: none Build as a native application that can run on the host and using resources and libraries provided by the host. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARCH_POSIX ` Kconfig definition ================== At ``Kconfig.zephyr:269`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options .. code-block:: kconfig config NATIVE_APPLICATION bool "Build as a native host application" help Build as a native application that can run on the host and using resources and libraries provided by the host. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*