The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ISA_IA32

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU based on the Intel IA-32 instruction set architecture.

Direct dependencies

X86

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

Defaults

  • “y” if X86

Kconfig definition

At arch/x86/Kconfig:227

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities

config ISA_IA32
    bool
    default "y" if X86
    depends on X86
    help
      This option signifies the use of a CPU based on the Intel IA-32
      instruction set architecture.

(Definitions include propagated dependencies, including from if’s and menus.)