-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At arch/x86/Kconfig:199
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities
config CMOV
bool
depends on 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.)