:orphan: .. title:: CMOV .. option:: CONFIG_CMOV *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies the use of an Intel CPU that supports the CMOV instruction. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CPU_ATOM ` - \ :option:`CPU_APOLLO_LAKE ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:241`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:15`` Menu path: (top menu) → X86 Architecture Options → Processor Capabilities .. parsed-literal:: config CMOV bool depends on \ :option:`X86 ` help This option signifies the use of an Intel CPU that supports the CMOV instruction. *(Definitions include propagated dependencies, including from if's and menus.)*