The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ARCH_POSIX

POSIX (native) architecture

Type: bool

Direct dependencies

<choice: Architecture>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/Kconfig:53

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → Architecture

config ARCH_POSIX
    bool
    prompt "POSIX (native) architecture" if <choice: Architecture>
    select ATOMIC_OPERATIONS_BUILTIN if <choice: Architecture>
    select ARCH_HAS_CUSTOM_SWAP_TO_MAIN if <choice: Architecture>
    select ARCH_HAS_CUSTOM_BUSY_WAIT if <choice: Architecture>
    select ARCH_HAS_THREAD_ABORT if <choice: Architecture>
    select NATIVE_APPLICATION if <choice: Architecture>
    select HAS_COVERAGE_SUPPORT if <choice: Architecture>
    depends on <choice: Architecture>

(Definitions include propagated dependencies, including from if’s and menus.)