:orphan: .. title:: CONFIG_USE_SWITCH_SUPPORTED .. kconfig:: CONFIG_USE_SWITCH_SUPPORTED CONFIG_USE_SWITCH_SUPPORTED ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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:`ISA_ARCV2 ` - \ :kconfig:`ISA_ARCV3 ` - \ :kconfig:`X86_64 ` - \ :kconfig:`ARM64 ` - \ :kconfig:`SPARC ` - \ :kconfig:`XTENSA ` Kconfig definition ================== At ``/Kconfig:787`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → SMP Options .. code-block:: kconfig 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.)*