:orphan: .. title:: NATIVE_APPLICATION .. option:: CONFIG_NATIVE_APPLICATION *Build as a native host application* Type: ``bool`` Help ==== 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 =============================== - \ :option:`ARCH_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:180`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options .. parsed-literal:: 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.)*