CONFIG_ARCH_POSIX

POSIX (native) architecture

Type: bool

Direct dependencies

<choice>

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

Kconfig definition

At arch/Kconfig:38, in menu (top menu) Architecture:

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

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