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:185

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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.)