CONFIG_CPU_MINUTEIA

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU from the Minute IA family.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options

config CPU_MINUTEIA
    bool
    select ARCH_HAS_STACK_PROTECTION if X86_MMU
    select ARCH_HAS_USERSPACE if X86_MMU
    depends on X86
    help
      This option signifies the use of a CPU from the Minute IA family.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)