:orphan: .. title:: USE_SWITCH_SUPPORTED .. option:: 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 =============================== - \ :option:`ISA_ARCV2 ` - \ :option:`ISA_ARCV3 ` - \ :option:`X86_64 ` - \ :option:`ARM64 ` - \ :option:`SPARC ` - \ :option:`XTENSA ` Kconfig definition ================== At ``/Kconfig:779`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` 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.)*