The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CPU_APOLLO_LAKE

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU from the Apollo Lake family.

Direct dependencies

X86

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:38

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

Menu path: (top menu) → X86 Architecture Options

config CPU_APOLLO_LAKE
    bool
    select CMOV if X86
    select CPU_HAS_FPU if X86
    select ARCH_HAS_STACK_PROTECTION if X86_MMU && X86
    select ARCH_HAS_USERSPACE if X86_MMU && X86
    depends on X86
    help
      This option signifies the use of a CPU from the Apollo Lake family.

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