:orphan: .. title:: USE_SWITCH_SUPPORTED .. option:: 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 =============================== - \ :option:`CPU_ARCV2 ` - \ :option:`CPU_CORTEX_A ` - \ :option:`X86_64 ` - \ :option:`SPARC ` - \ :option:`XTENSA ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:773`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → SMP Options .. parsed-literal:: 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.)*