CONFIG_USE_SWITCH_SUPPORTED

(No prompt – not directly user assignable.)

Type: bool

Help

Indicates whether _arch_switch() API is supported by the currently enabled platform. This option should be selected by platforms that implement it.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/kernel/Kconfig:795

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:30

Menu path: (Top) → General Kernel Options → SMP Options

config USE_SWITCH_SUPPORTED
    bool
    help
      Indicates whether _arch_switch() API is supported by the
      currently enabled platform. This option should be selected by
      platforms that implement it.

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