CONFIG_CPU_LAKEMONT

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU from the Lakemont family.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr Architecture>/x86/Kconfig:44

Included via Kconfig:8Kconfig.zephyr:39<Zephyr Architecture>/Kconfig:12

Menu path: (Top) → X86 Architecture Options

config CPU_LAKEMONT
    bool
    select CPU_HAS_FPU
    select ARCH_HAS_STACK_PROTECTION if X86_MMU
    select ARCH_HAS_USERSPACE if X86_MMU
    select X86_CPU_HAS_MMX
    select X86_CPU_HAS_SSE
    select X86_CPU_HAS_SSE2
    select X86_CPU_HAS_SSE3
    select X86_CPU_HAS_SSSE3
    depends on X86
    help
      This option signifies the use of a CPU from the Lakemont family.

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