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

(No prompt – not directly user assignable.)

Type: bool

Help

It’s possible that an architecture port cannot use _Swap() to swap to the _main() thread, but instead must do something custom. It must enable this option in that case.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At kernel/Kconfig:500

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

config ARCH_HAS_CUSTOM_SWAP_TO_MAIN
    bool
    help
      It's possible that an architecture port cannot use _Swap() to swap to
      the _main() thread, but instead must do something custom. It must
      enable this option in that case.

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