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

POSIX (native) architecture

Type: bool

Direct dependencies

<choice ARCH_CHOICE: Architecture>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At arch/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:31

Menu path: (Top) → Architecture

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)