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

X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:199

Included via Kconfig:10Kconfig.zephyr:23arch/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.)