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

(No prompt – not directly user assignable.)

Type: bool

Help

This hidden option should be set on a per-SOC basis to indicate that a particular SOC is not vulnerable to the Spectre V1, V1.1, and V1.2 CPU vulnerabilities as described in CVE-2017-5753 and CVE-2018-3693.

Direct dependencies

X86

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:75

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

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

config X86_NO_SPECTRE_V1
    bool
    depends on X86
    help
      This hidden option should be set on a per-SOC basis to indicate that
      a particular SOC is not vulnerable to the Spectre V1, V1.1, and V1.2
      CPU vulnerabilities as described in CVE-2017-5753 and CVE-2018-3693.

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